Uses of Enum Class
org.infinispan.server.hotrod.tx.table.Status
Package
Description
-
Uses of Status in org.infinispan.server.hotrod.tx.operation
Modifier and TypeMethodDescriptionvoid
CommitTransactionOperation.addCache
(ByteString cacheName, Status status) void
RollbackTransactionOperation.addCache
(ByteString cacheName, Status status) -
Uses of Status in org.infinispan.server.hotrod.tx.table
Modifier and TypeMethodDescriptionTxState.getStatus()
static Status
Status.readFrom
(ObjectInput input) GlobalTxTable.update
(CacheXid key, TxFunction function, long timeoutMillis) static Status
Status.valueOf
(byte b) Returns the enum constant of this class with the specified name.static Status
Returns the enum constant of this class with the specified name.static Status[]
Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CacheNameCollector.addCache
(ByteString cacheName, Status status) Adds the cache name and theSetDecisionFunction
return value.TxState.setStatus
(Status newStatus, boolean cleanupModification, TimeService timeService) static void
Status.writeTo
(ObjectOutput output, Status status) -
Uses of Status in org.infinispan.server.hotrod.tx.table.functions