| Package | Description |
|---|---|
| me.prettyprint.cassandra.service | |
| me.prettyprint.cassandra.service.clock | |
| me.prettyprint.cassandra.utils | |
| me.prettyprint.hector.api.factory |
| Modifier and Type | Field and Description |
|---|---|
static ClockResolution |
CassandraHostConfigurator.DEF_CLOCK_RESOLUTION |
| Modifier and Type | Method and Description |
|---|---|
static ClockResolution |
CassandraHostConfigurator.getClockResolution() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CassandraHostConfigurator.setClockResolution(ClockResolution clockResolution)
Sets this Clock for all clusters administered by Hector.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static UUID |
TimeUUIDUtils.getTimeUUID(ClockResolution clock)
Gets a new time uuid using
createClock() as a time generator. |
| Modifier and Type | Method and Description |
|---|---|
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 © 2014. All Rights Reserved.