Uses of Enum
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 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 StatusStatus.readFrom(ObjectInput input) GlobalTxTable.update(CacheXid key, TxFunction function, long timeoutMillis) static StatusStatus.valueOf(byte b) Returns the enum constant of this type with the specified name.static StatusReturns 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 StatusModifier and TypeMethodDescriptionvoidAdds the cache name and theSetDecisionFunctionreturn value.TxState.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