|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clock | |
---|---|
com.netflix.astyanax | |
com.netflix.astyanax.clock | |
com.netflix.astyanax.impl | |
com.netflix.astyanax.thrift | |
com.netflix.astyanax.thrift.model | |
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 |
AbstractThriftMutationBatchImpl.clock
|
protected Clock |
AbstractThriftColumnMutationImpl.clock
|
protected Clock |
AbstractThriftMutationBatchImpl.sysClock
|
Constructors in com.netflix.astyanax.thrift with parameters of type Clock | |
---|---|
AbstractThriftColumnMutationImpl(ByteBuffer key,
ByteBuffer column,
Clock clock)
|
|
AbstractThriftMutationBatchImpl(Clock clock)
|
|
ThriftColumnFamilyMutationImpl(Clock clock,
List<org.apache.cassandra.thrift.Mutation> mutationList,
Serializer<C> columnSerializer)
|
|
ThriftSuperColumnMutationImpl(Clock clock,
List<org.apache.cassandra.thrift.Mutation> mutationList,
ColumnPath<C> path)
Deprecated. |
Uses of Clock in com.netflix.astyanax.thrift.model |
---|
Constructors in com.netflix.astyanax.thrift.model with parameters of type Clock | |
---|---|
ThriftCounterSuperColumnMutationImpl(Clock clock,
List<org.apache.cassandra.thrift.Mutation> mutationList,
ColumnPath<C> path)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |