Methods in org.infinispan.commands that return RehashControlCommand |
RehashControlCommand |
CommandsFactoryImpl.buildRehashControlCommand(Address sender,
Map<Object,InternalCacheValue> state)
|
RehashControlCommand |
CommandsFactory.buildRehashControlCommand(Address sender,
Map<Object,InternalCacheValue> state)
Builds a RehashControlCommand for coordinating a rehash event. |
RehashControlCommand |
CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type,
Address sender)
|
RehashControlCommand |
CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype,
Address sender)
Builds a RehashControlCommand for coordinating a rehash event. |
RehashControlCommand |
CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type,
Address sender,
Map<Object,InternalCacheValue> state,
ConsistentHash consistentHash)
|
RehashControlCommand |
CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype,
Address sender,
Map<Object,InternalCacheValue> state,
ConsistentHash consistentHash)
A more generic version of this factory method that allows the setting of various fields. |
RehashControlCommand |
CommandsFactoryImpl.buildRehashControlCommandTxLog(Address sender,
List<WriteCommand> commands)
|
RehashControlCommand |
CommandsFactory.buildRehashControlCommandTxLog(Address sender,
List<WriteCommand> state)
Builds a RehashControlCommand for coordinating a rehash event. |
RehashControlCommand |
CommandsFactoryImpl.buildRehashControlCommandTxLogPendingPrepares(Address sender,
List<PrepareCommand> commands)
|
RehashControlCommand |
CommandsFactory.buildRehashControlCommandTxLogPendingPrepares(Address sender,
List<PrepareCommand> state)
Builds a RehashControlCommand for coordinating a rehash event. |