Uses of Class
org.infinispan.client.hotrod.impl.transaction.entry.Modification
Packages that use Modification
Package
Description
-
Uses of Modification in org.infinispan.client.hotrod.impl.operations
Method parameters in org.infinispan.client.hotrod.impl.operations with type arguments of type ModificationModifier and TypeMethodDescriptionManagerOperationsFactory.newPrepareTransaction(String cacheName, Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs) CacheOperationsFactory.newPrepareTransactionOperation(Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs) DefaultCacheOperationsFactory.newPrepareTransactionOperation(Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs) DelegatingCacheOperationsFactory.newPrepareTransactionOperation(Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs) Constructor parameters in org.infinispan.client.hotrod.impl.operations with type arguments of type ModificationModifierConstructorDescriptionNoCachePrepareTransactionOperation(String cacheName, Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs) -
Uses of Modification in org.infinispan.client.hotrod.impl.transaction.entry
Methods in org.infinispan.client.hotrod.impl.transaction.entry that return ModificationModifier and TypeMethodDescriptionTransactionEntry.toModification(Function<K, byte[]> keyMarshaller, Function<V, byte[]> valueMarshaller) -
Uses of Modification in org.infinispan.client.hotrod.impl.transaction.operations
Method parameters in org.infinispan.client.hotrod.impl.transaction.operations with type arguments of type ModificationModifier and TypeMethodDescriptionstatic voidPrepareTransactionOperation.writeOperationRequest(io.netty.buffer.ByteBuf buf, Codec codec, Xid xid, boolean onePhaseCommit, boolean recoverable, long timeoutMs, List<Modification> modifications) Constructor parameters in org.infinispan.client.hotrod.impl.transaction.operations with type arguments of type ModificationModifierConstructorDescriptionPrepareTransactionOperation(InternalRemoteCache<?, ?> cache, Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs)