Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Method and Description |
---|---|
void |
TestTransactionService.MockTransactionService.awaitRunState(TxServiceRunState expectedRunState)
Awaits the specified run state.
|
Modifier and Type | Method and Description |
---|---|
TxServiceRunState |
AbstractTransactionService.getRunState()
Return the
RunState . |
static TxServiceRunState |
TxServiceRunState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxServiceRunState[] |
TxServiceRunState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TxServiceRunState.isTransitionLegal(TxServiceRunState newval) |
protected void |
AbstractTransactionService.setRunState(TxServiceRunState newval)
Change the
TxServiceRunState . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.