| Modifier and Type | Method and Description |
|---|---|
Timepoint |
BaseTransactionConfig.getCommitTime()
Returns the commit time of this transaction which is either a custom timestamp provided
by the user, the commit time as set by the enclosing operation, or the first time this method is called.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTransactionConfig.setCommitTime(Timepoint time)
Sets the commit time of this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
Timepoint |
DistributedStoreManager.MaskedTimestamp.getAdditionTime() |
Timepoint |
DistributedStoreManager.MaskedTimestamp.getDeletionTime() |
| Constructor and Description |
|---|
DistributedStoreManager.MaskedTimestamp(Timepoint commitTime) |
| Modifier and Type | Method and Description |
|---|---|
Timepoint |
LockStatus.getExpirationTimestamp()
Returns the moment at which this lock expires (inclusive).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalLockMediator.lock(KeyColumn kc,
T requestor,
Timepoint expires)
Acquire the lock specified by
kc. |
| Modifier and Type | Method and Description |
|---|---|
Timepoint |
ConsistentKeyLockStatus.getExpirationTimestamp() |
Timepoint |
ConsistentKeyLockStatus.getWriteTimestamp() |
| Constructor and Description |
|---|
ConsistentKeyLockStatus(Timepoint written,
Timepoint expire) |
| Modifier and Type | Method and Description |
|---|---|
Timepoint |
ReadMarker.getStartTime(TimestampProvider times)
Returns the start time of this marker in microseconds
|
| Constructor and Description |
|---|
KCVSMessage(StaticBuffer payload,
Timepoint timestamp,
String senderId) |
| Modifier and Type | Method and Description |
|---|---|
Timepoint |
AbstractMessage.getTimestampMicro() |
| Constructor and Description |
|---|
AbstractMessage(StaticBuffer content,
Timepoint timestamp,
String senderId) |
| Modifier and Type | Method and Description |
|---|---|
Timepoint |
StandardBaseTransactionConfig.getCommitTime() |
| Modifier and Type | Method and Description |
|---|---|
StandardBaseTransactionConfig.Builder |
StandardBaseTransactionConfig.Builder.commitTime(Timepoint commit) |
void |
StandardBaseTransactionConfig.setCommitTime(Timepoint time) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardTimepoint
An instant in time
|
| Modifier and Type | Method and Description |
|---|---|
Timepoint |
Timepoint.add(Duration addend)
Returns a new Timepoint which is the given duration later in time.
|
Timepoint |
Timer.getStartTime() |
Timepoint |
TimestampProvider.getTime()
Returns the current time based on this timestamp provider
as a
Timepoint. |
Timepoint |
Timestamps.getTime(long sinceEpoch,
TimeUnit unit) |
Timepoint |
TimestampProvider.getTime(long sinceEpoch,
TimeUnit unit)
Returns the given time as a
Timepoint based off of this timestamp provider |
Timepoint |
StandardTimepoint.sleepPast() |
Timepoint |
Timepoint.sleepPast()
Causes this thread to sleep past this time point.
|
Timepoint |
Timestamps.sleepPast(Timepoint futureTime) |
Timepoint |
TimestampProvider.sleepPast(Timepoint futureTime)
Block until the current time as returned by
TimestampProvider.getTime() is greater
than the given timepoint. |
Timepoint |
Timepoint.sub(Duration subtrahend)
Returns a new Timepoint that is the given duration earlier in time.
|
| Modifier and Type | Method and Description |
|---|---|
int |
StandardTimepoint.compareTo(Timepoint other) |
Timepoint |
Timestamps.sleepPast(Timepoint futureTime) |
Timepoint |
TimestampProvider.sleepPast(Timepoint futureTime)
Block until the current time as returned by
TimestampProvider.getTime() is greater
than the given timepoint. |
| Modifier and Type | Field and Description |
|---|---|
static ConfigOption<Timepoint> |
GraphDatabaseConfiguration.REGISTRATION_TIME |
| Constructor and Description |
|---|
TransactionLogHeader(long transactionId,
Timepoint txTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
Timepoint |
StandardTransactionBuilder.getCommitTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTransactionBuilder.setCommitTime(Timepoint time) |
Copyright © 2012–2014. All rights reserved.