Uses of Enum Class
org.infinispan.server.hotrod.tx.table.Status
Packages that use Status
Package
Description
-
Uses of Status in org.infinispan.server.hotrod.tx.operation
Methods in org.infinispan.server.hotrod.tx.operation with parameters of type StatusModifier 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
Methods in org.infinispan.server.hotrod.tx.table that return StatusModifier 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.Methods in org.infinispan.server.hotrod.tx.table with parameters of type StatusModifier 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
Constructors in org.infinispan.server.hotrod.tx.table.functions with parameters of type Status