| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
StateResponseCommand |
CommandsFactoryImpl.buildStateResponseCommand(Address sender,
int topologyId,
Collection<StateChunk> stateChunks) |
StateResponseCommand |
CommandsFactory.buildStateResponseCommand(Address sender,
int viewId,
Collection<StateChunk> stateChunks)
Builds a StateResponseCommand used for pushing cache entries to another node in response to a StateRequestCommand.
|
| 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 |
|---|---|
void |
StateConsumerImpl.applyState(Address sender,
int topologyId,
Collection<StateChunk> stateChunks) |
void |
StateConsumer.applyState(Address sender,
int topologyId,
Collection<StateChunk> stateChunks) |
| Constructor and Description |
|---|
StateResponseCommand(String cacheName,
Address origin,
int topologyId,
Collection<StateChunk> stateChunks) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.