| Package | Description |
|---|---|
| org.infinispan.client.hotrod.impl.operations | |
| org.infinispan.client.hotrod.impl.transaction.entry | |
| org.infinispan.client.hotrod.impl.transaction.operations |
| Modifier and Type | Method and Description |
|---|---|
PrepareTransactionOperation |
OperationsFactory.newPrepareTransactionOperation(Xid xid,
boolean onePhaseCommit,
List<Modification> modifications,
boolean recoverable,
long timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
Modification |
TransactionEntry.toModification(Function<K,byte[]> keyMarshaller,
Function<V,byte[]> valueMarshaller) |
| Constructor and Description |
|---|
PrepareTransactionOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
Configuration cfg,
Xid xid,
boolean onePhaseCommit,
List<Modification> modifications,
boolean recoverable,
long timeoutMs) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.