Uses of Class
org.infinispan.server.hotrod.tx.table.TxState
Packages that use TxState
Package
Description
-
Uses of TxState in org.infinispan.server.hotrod.tx
Methods in org.infinispan.server.hotrod.tx that return TxState -
Uses of TxState in org.infinispan.server.hotrod.tx.table
Classes in org.infinispan.server.hotrod.tx.table that implement interfaces with type arguments of type TxStateModifier and TypeClassDescriptionfinal class
WARNING: Generated code!Methods in org.infinispan.server.hotrod.tx.table that return TxStateModifier and TypeMethodDescriptionTxState.markPreparing
(List<org.infinispan.commands.write.WriteCommand> modifications, TimeService timeService) TxState$___Marshaller_c32a5361580141c4826f73df69fb8ac87ed2a0f1c273b204dbe100684e220c84.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) TxState.setStatus
(Status newStatus, boolean cleanupModification, TimeService timeService) Methods in org.infinispan.server.hotrod.tx.table that return types with arguments of type TxStateModifier and TypeMethodDescriptionTxState$___Marshaller_c32a5361580141c4826f73df69fb8ac87ed2a0f1c273b204dbe100684e220c84.getJavaClass()
Methods in org.infinispan.server.hotrod.tx.table with parameters of type TxStateModifier and TypeMethodDescriptionvoid
TxState$___Marshaller_c32a5361580141c4826f73df69fb8ac87ed2a0f1c273b204dbe100684e220c84.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, TxState $2) Constructor parameters in org.infinispan.server.hotrod.tx.table with type arguments of type TxStateModifierConstructorDescriptionGlobalTxTable
(Cache<CacheXid, TxState> storage, GlobalComponentRegistry gcr) -
Uses of TxState in org.infinispan.server.hotrod.tx.table.functions
Classes in org.infinispan.server.hotrod.tx.table.functions that implement interfaces with type arguments of type TxStateModifier and TypeClassDescriptionclass
Method parameters in org.infinispan.server.hotrod.tx.table.functions with type arguments of type TxStateModifier and TypeMethodDescriptionConditionalMarkAsRollbackFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) CreateStateFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) PreparingDecisionFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) SetCompletedTransactionFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) SetDecisionFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view) SetPreparedFunction.apply
(EntryView.ReadWriteEntryView<CacheXid, TxState> view)