public interface TransactionId
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId()
Returns the unique id of the Titan graph instance which executed the transaction.
|
long |
getTransactionId()
Returns the unique transaction id within a particular Titan instance.
|
java.time.Instant |
getTransactionTime()
Returns the time of the transaction
|
String getInstanceId()
long getTransactionId()
java.time.Instant getTransactionTime()
Copyright © 2012–2015. All rights reserved.