Package | Description |
---|---|
com.orientechnologies.orient.core.storage.impl.local |
Contains all the class involved on the "local" implementation of the OStorage interface.
|
com.orientechnologies.orient.core.tx |
Modifier and Type | Method and Description |
---|---|
void |
OMicroTransaction.setStatus(OTransaction.TXSTATUS iStatus) |
Modifier and Type | Field and Description |
---|---|
protected OTransaction.TXSTATUS |
OTransactionAbstract.status |
Modifier and Type | Method and Description |
---|---|
OTransaction.TXSTATUS |
OTransactionAbstract.getStatus() |
OTransaction.TXSTATUS |
OTransaction.getStatus() |
static OTransaction.TXSTATUS |
OTransaction.TXSTATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTransaction.TXSTATUS[] |
OTransaction.TXSTATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OTransactionOptimistic.setStatus(OTransaction.TXSTATUS iStatus) |
void |
OTransactionInternal.setStatus(OTransaction.TXSTATUS iStatus)
Change the status of the transaction.
|
Copyright © 2009–2020 OrientDB. All rights reserved.