Uses of Class
com.arangodb.entity.StreamTransactionStatus
-
Packages that use StreamTransactionStatus Package Description com.arangodb.entity -
-
Uses of StreamTransactionStatus in com.arangodb.entity
Methods in com.arangodb.entity that return StreamTransactionStatus Modifier and Type Method Description StreamTransactionStatus
TransactionEntity. getState()
StreamTransactionStatus
StreamTransactionEntity. getStatus()
static StreamTransactionStatus
StreamTransactionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamTransactionStatus[]
StreamTransactionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-