| Package | Description |
|---|---|
| com.thinkaurelius.titan.graphdb.database.log |
| Modifier and Type | Method and Description |
|---|---|
LogTxStatus |
TransactionLogHeader.Entry.getStatus() |
static LogTxStatus |
LogTxStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogTxStatus[] |
LogTxStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataOutput |
TransactionLogHeader.serializeHeader(Serializer serializer,
int capacity,
LogTxStatus status) |
DataOutput |
TransactionLogHeader.serializeHeader(Serializer serializer,
int capacity,
LogTxStatus status,
TransactionConfiguration txConfig) |
| Constructor and Description |
|---|
TransactionLogHeader.Entry(TransactionLogHeader header,
StaticBuffer content,
LogTxStatus status,
EnumMap<LogTxMeta,Object> metadata) |
Copyright © 2012–2014. All rights reserved.