| Modifier and Type | Method and Description |
|---|---|
TimestampProvider |
BaseTransactionConfig.getTimestampProvider()
Returns the timestamp provider of this transaction.
|
| Modifier and Type | Field and Description |
|---|---|
protected TimestampProvider |
DistributedStoreManager.times |
| Modifier and Type | Method and Description |
|---|---|
TimestampProvider |
DistributedStoreManager.getTimestampProvider() |
| Constructor and Description |
|---|
KCVSConfiguration(BackendOperation.TransactionalProvider txProvider,
TimestampProvider times,
KeyColumnValueStore store,
String identifier) |
| Modifier and Type | Field and Description |
|---|---|
protected TimestampProvider |
AbstractLocker.times
Sole source of time.
|
protected TimestampProvider |
AbstractLocker.Builder.times |
| Modifier and Type | Method and Description |
|---|---|
<T> LocalLockMediator<T> |
LocalLockMediatorProvider.get(String namespace,
TimestampProvider times)
Returns a the single
LocalLockMediator responsible for the
specified namespace. |
<T> LocalLockMediator<T> |
LocalLockMediators.get(String namespace,
TimestampProvider times) |
B |
AbstractLocker.Builder.times(TimestampProvider times) |
| Constructor and Description |
|---|
AbstractLocker(StaticBuffer rid,
TimestampProvider times,
ConsistentKeyLockerSerializer serializer,
LocalLockMediator<StoreTransaction> llm,
LockerState<S> lockState,
Duration lockExpire,
org.slf4j.Logger log) |
LocalLockMediator(String name,
TimestampProvider times) |
| Modifier and Type | Method and Description |
|---|---|
Timepoint |
ReadMarker.getStartTime(TimestampProvider times)
Returns the start time of this marker in microseconds
|
| Modifier and Type | Method and Description |
|---|---|
TimestampProvider |
StandardBaseTransactionConfig.getTimestampProvider() |
| Modifier and Type | Method and Description |
|---|---|
static <R> R |
BackendOperation.execute(BackendOperation.Transactional<R> exe,
BackendOperation.TransactionalProvider provider,
TimestampProvider times) |
static <R> R |
BackendOperation.execute(BackendOperation.Transactional<R> exe,
BackendOperation.TransactionalProvider provider,
TimestampProvider times,
Duration maxTime) |
static StandardBaseTransactionConfig |
StandardBaseTransactionConfig.of(TimestampProvider times) |
static StandardBaseTransactionConfig |
StandardBaseTransactionConfig.of(TimestampProvider times,
Configuration customOptions) |
StandardBaseTransactionConfig.Builder |
StandardBaseTransactionConfig.Builder.timestampProvider(TimestampProvider times) |
| Modifier and Type | Class and Description |
|---|---|
class |
Timestamps
Implementations of
TimestampProvider for different resolutions of time:
NANO: nano-second time resolution based on System.nanoTime using a base-time established
by System.currentTimeMillis(). |
| Modifier and Type | Method and Description |
|---|---|
TimestampProvider |
StandardTimepoint.getProvider() |
TimestampProvider |
Timepoint.getProvider()
Returns the backing
TimestampProvider. |
| Constructor and Description |
|---|
StandardTimepoint(long sinceEpoch,
TimestampProvider provider)
Number of time units elapsed between the UNIX Epoch and this instant.
|
Timer(TimestampProvider times) |
| Modifier and Type | Method and Description |
|---|---|
TimestampProvider |
GraphDatabaseConfiguration.getTimestampProvider() |
| Modifier and Type | Method and Description |
|---|---|
static TransactionLogHeader.Entry |
TransactionLogHeader.parse(StaticBuffer buffer,
Serializer serializer,
TimestampProvider times) |
| Constructor and Description |
|---|
ManagementLogger(StandardTitanGraph graph,
Log sysLog,
SchemaCache schemaCache,
TimestampProvider times) |
| Modifier and Type | Method and Description |
|---|---|
TimestampProvider |
StandardTransactionBuilder.getTimestampProvider() |
| Constructor and Description |
|---|
CombinerLock(TransactionLock first,
TransactionLock second,
TimestampProvider times) |
Copyright © 2012–2014. All rights reserved.