Uses of Interface
com.netflix.astyanax.Clock

Packages that use Clock
com.netflix.astyanax   
com.netflix.astyanax.clock   
com.netflix.astyanax.impl   
com.netflix.astyanax.thrift   
com.netflix.astyanax.util   
 

Uses of Clock in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return Clock
 Clock AstyanaxConfiguration.getClock()
          Return clock to use when setting timestamps for column insertion and deletion operations.
 

Uses of Clock in com.netflix.astyanax.clock
 

Classes in com.netflix.astyanax.clock that implement Clock
 class ConstantClock
           
 class MicrosecondsAsyncClock
           
 class MicrosecondsClock
           
 class MicrosecondsSyncClock
          Clock which uses a rolling counter to avoid duplicates.
 class MillisecondsClock
           
 

Methods in com.netflix.astyanax.clock that return Clock
 Clock ClockType.get()
           
 

Uses of Clock in com.netflix.astyanax.impl
 

Methods in com.netflix.astyanax.impl that return Clock
 Clock AstyanaxConfigurationImpl.getClock()
           
 

Methods in com.netflix.astyanax.impl with parameters of type Clock
 AstyanaxConfigurationImpl AstyanaxConfigurationImpl.setClock(Clock clock)
           
 

Uses of Clock in com.netflix.astyanax.thrift
 

Fields in com.netflix.astyanax.thrift declared as Clock
protected  Clock AbstractThriftColumnMutationImpl.clock
           
 

Constructors in com.netflix.astyanax.thrift with parameters of type Clock
AbstractThriftColumnMutationImpl(ByteBuffer key, ByteBuffer column, Clock clock)
           
AbstractThriftMutationBatchImpl(Clock clock)
           
 

Uses of Clock in com.netflix.astyanax.util
 

Methods in com.netflix.astyanax.util with parameters of type Clock
static UUID TimeUUIDUtils.getTimeUUID(Clock clock)
          Gets a new time uuid using ClockResolution#createClock() as a time generator.
 



Copyright © 2012. All Rights Reserved.