Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
Modifier and Type | Method and Description |
---|---|
StateResponseCommand |
CommandsFactoryImpl.buildStateResponseCommand(Address sender,
int viewId,
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.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.