| Package | Description |
|---|---|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionInfo |
TransactionInfo.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionInfo> |
StateProvider.getTransactionsForSegments(Address destination,
int topologyId,
Set<Integer> segments)
Gets the list of transactions that affect keys from the given segments.
|
List<TransactionInfo> |
StateProviderImpl.getTransactionsForSegments(Address destination,
int requestTopologyId,
Set<Integer> segments) |
Set<Class<? extends TransactionInfo>> |
TransactionInfo.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionInfo.Externalizer.writeObject(ObjectOutput output,
TransactionInfo object) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.