Uses of Interface
me.prettyprint.hector.api.ClockResolution

Packages that use ClockResolution
me.prettyprint.cassandra.service   
me.prettyprint.cassandra.service.clock   
me.prettyprint.cassandra.utils   
me.prettyprint.hector.api.factory   
 

Uses of ClockResolution in me.prettyprint.cassandra.service
 

Fields in me.prettyprint.cassandra.service declared as ClockResolution
static ClockResolution CassandraHostConfigurator.DEF_CLOCK_RESOLUTION
           
 

Methods in me.prettyprint.cassandra.service that return ClockResolution
 ClockResolution CassandraHostConfigurator.getClockResolution()
           
 

Methods in me.prettyprint.cassandra.service with parameters of type ClockResolution
 void CassandraHostConfigurator.setClockResolution(ClockResolution clockResolution)
           
 

Uses of ClockResolution in me.prettyprint.cassandra.service.clock
 

Classes in me.prettyprint.cassandra.service.clock that implement ClockResolution
 class MicrosecondsClockResolution
          Milliseconds Resolution used to create clocks.
 class MicrosecondsSyncClockResolution
          Synchronized Milliseconds Resolution used to create clocks.
 class MillisecondsClockResolution
          Milliseconds Resolution used to create clocks.
 class SecondsClockResolution
          Seconds Resolution used to create clocks.
 

Uses of ClockResolution in me.prettyprint.cassandra.utils
 

Methods in me.prettyprint.cassandra.utils with parameters of type ClockResolution
static UUID TimeUUIDUtils.getTimeUUID(ClockResolution clock)
          Gets a new time uuid using createClock() as a time generator.
 

Uses of ClockResolution in me.prettyprint.hector.api.factory
 

Methods in me.prettyprint.hector.api.factory that return ClockResolution
static ClockResolution HFactory.createClockResolution(String clockResolutionName)
          Create a clock resolution based on clockResolutionName which has to match any of the constants defined at ClockResolution
 



Copyright © 2011. All Rights Reserved.