org.elasticsearch.common.joda
Class TimeZoneRounding

java.lang.Object
  extended by org.elasticsearch.common.joda.TimeZoneRounding

public abstract class TimeZoneRounding
extends Object


Nested Class Summary
static class TimeZoneRounding.Builder
           
 
Constructor Summary
TimeZoneRounding()
           
 
Method Summary
static TimeZoneRounding.Builder builder(org.joda.time.DateTimeField field)
           
static TimeZoneRounding.Builder builder(TimeValue interval)
           
abstract  long calc(long utcMillis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZoneRounding

public TimeZoneRounding()
Method Detail

calc

public abstract long calc(long utcMillis)

builder

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

builder

public static TimeZoneRounding.Builder builder(TimeValue interval)


Copyright © 2009-2012. All Rights Reserved.