Uses of Class
org.infinispan.server.hotrod.tx.table.Status
-
Packages that use Status Package Description org.infinispan.server.hotrod.tx.operation org.infinispan.server.hotrod.tx.table org.infinispan.server.hotrod.tx.table.functions -
-
Uses of Status in org.infinispan.server.hotrod.tx.operation
Methods in org.infinispan.server.hotrod.tx.operation with parameters of type Status Modifier and Type Method Description voidCommitTransactionOperation. addCache(org.infinispan.util.ByteString cacheName, Status status)voidRollbackTransactionOperation. addCache(org.infinispan.util.ByteString cacheName, Status status) -
Uses of Status in org.infinispan.server.hotrod.tx.table
Methods in org.infinispan.server.hotrod.tx.table that return Status Modifier and Type Method Description StatusTxState. getStatus()static StatusStatus. readFrom(ObjectInput input)StatusGlobalTxTable. update(CacheXid key, TxFunction function, long timeoutMillis)static StatusStatus. valueOf(byte b)Returns the enum constant of this type with the specified name.static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.server.hotrod.tx.table with parameters of type Status Modifier and Type Method Description voidCacheNameCollector. addCache(org.infinispan.util.ByteString cacheName, Status status)Adds the cache name and theSetDecisionFunctionreturn value.TxStateTxState. setStatus(Status newStatus, boolean cleanupModification, org.infinispan.commons.time.TimeService timeService)static voidStatus. 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 Constructor Description ConditionalMarkAsRollbackFunction(Status expected)
-