Methods in org.infinispan.commands that return RehashControlCommand |
RehashControlCommand |
CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type,
Address sender)
|
RehashControlCommand |
CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype,
Address sender)
|
RehashControlCommand |
CommandsFactoryImpl.buildRehashControlCommand(RehashControlCommand.Type type,
Address sender,
Map<Object,InternalCacheValue> state)
|
RehashControlCommand |
CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype,
Address sender,
Map<Object,InternalCacheValue> state)
|
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)
|