org.elasticsearch.common.joda
Class TimeZoneRounding.Builder

java.lang.Object
  extended by org.elasticsearch.common.joda.TimeZoneRounding.Builder
Enclosing class:
TimeZoneRounding

public static class TimeZoneRounding.Builder
extends Object


Constructor Summary
TimeZoneRounding.Builder(org.joda.time.DateTimeField field)
           
TimeZoneRounding.Builder(TimeValue interval)
           
 
Method Summary
 TimeZoneRounding build()
           
 TimeZoneRounding.Builder factor(float factor)
           
 TimeZoneRounding.Builder postOffset(long postOffset)
           
 TimeZoneRounding.Builder postZone(org.joda.time.DateTimeZone postTz)
           
 TimeZoneRounding.Builder preOffset(long preOffset)
           
 TimeZoneRounding.Builder preZone(org.joda.time.DateTimeZone preTz)
           
 TimeZoneRounding.Builder preZoneAdjustLargeInterval(boolean preZoneAdjustLargeInterval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZoneRounding.Builder

public TimeZoneRounding.Builder(org.joda.time.DateTimeField field)

TimeZoneRounding.Builder

public TimeZoneRounding.Builder(TimeValue interval)
Method Detail

preZone

public TimeZoneRounding.Builder preZone(org.joda.time.DateTimeZone preTz)

preZoneAdjustLargeInterval

public TimeZoneRounding.Builder preZoneAdjustLargeInterval(boolean preZoneAdjustLargeInterval)

postZone

public TimeZoneRounding.Builder postZone(org.joda.time.DateTimeZone postTz)

preOffset

public TimeZoneRounding.Builder preOffset(long preOffset)

postOffset

public TimeZoneRounding.Builder postOffset(long postOffset)

factor

public TimeZoneRounding.Builder factor(float factor)

build

public TimeZoneRounding build()


Copyright © 2009-2012. All Rights Reserved.