|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
static ClockResolution |
CassandraHostConfigurator.getClockResolution()
|
| Methods in me.prettyprint.cassandra.service with parameters of type ClockResolution | |
|---|---|
static void |
CassandraHostConfigurator.setClockResolution(ClockResolution clockResolution)
Sets this Clock for all clusters administered by Hector. |
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||