| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.commands.statetransfer | |
| org.infinispan.conflict.impl |
This package contains implementations of the conflict resolution API.
|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
StateResponseCommand |
CommandsFactory.buildStateResponseCommand(int viewId,
Collection<StateChunk> stateChunks,
boolean applyState,
boolean pushTransfer)
Builds a StateResponseCommand used for pushing cache entries to another node.
|
StateResponseCommand |
CommandsFactoryImpl.buildStateResponseCommand(int topologyId,
Collection<StateChunk> stateChunks,
boolean applyState,
boolean pushTransfer) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StateChunk> |
StateResponseCommand.getStateChunks() |
| Constructor and Description |
|---|
StateResponseCommand(ByteString cacheName,
int topologyId,
Collection<StateChunk> stateChunks,
boolean applyState,
boolean pushTransfer) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateReceiver.receiveState(Address sender,
int topologyId,
Collection<StateChunk> stateChunks) |
void |
StateReceiverImpl.receiveState(Address sender,
int topologyId,
Collection<StateChunk> stateChunks) |
| Modifier and Type | Method and Description |
|---|---|
StateChunk |
StateChunk.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends StateChunk>> |
StateChunk.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateChunk.Externalizer.writeObject(ObjectOutput output,
StateChunk object) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<?> |
StateConsumer.applyState(Address sender,
int topologyId,
boolean pushTransfer,
Collection<StateChunk> stateChunks) |
CompletionStage<?> |
StateConsumerImpl.applyState(Address sender,
int topologyId,
boolean pushTransfer,
Collection<StateChunk> stateChunks) |
| Constructor and Description |
|---|
OutboundTransferTask(Address destination,
IntSet segments,
int segmentCount,
int chunkSize,
int topologyId,
KeyPartitioner keyPartitioner,
Consumer<Collection<StateChunk>> onChunkReplicated,
RpcManager rpcManager,
CommandsFactory commandsFactory,
long timeout,
String cacheName,
boolean applyState,
boolean pushTransfer) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.