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
Subclasses with type arguments of type Status in org.infinispan.server.hotrod.tx.tableModifier and TypeClassDescriptionenum
Internal server status for the client's transactions.Classes in org.infinispan.server.hotrod.tx.table that implement interfaces with type arguments of type StatusModifier and TypeClassDescriptionfinal class
Methods in org.infinispan.server.hotrod.tx.table that return StatusModifier and TypeMethodDescriptionStatus$___Marshaller_ce6d0ac0777c67399c40311aae83ccb33a4629022847686a6606dd1195fd7c44.decode
(int $1) TxState.getStatus()
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 that return types with arguments of type StatusModifier and TypeMethodDescriptionStatus$___Marshaller_ce6d0ac0777c67399c40311aae83ccb33a4629022847686a6606dd1195fd7c44.getJavaClass()
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.int
Status$___Marshaller_ce6d0ac0777c67399c40311aae83ccb33a4629022847686a6606dd1195fd7c44.encode
(Status $1) TxState.setStatus
(Status newStatus, boolean cleanupModification, TimeService timeService) -
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