|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RehashControlCommand.Type | |
|---|---|
| org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
| org.infinispan.commands.control | Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. |
| Uses of RehashControlCommand.Type in org.infinispan.commands |
|---|
| Methods in org.infinispan.commands with parameters of type RehashControlCommand.Type | |
|---|---|
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 oldCH,
ConsistentHash newCH,
List<Address> leavers)
|
RehashControlCommand |
CommandsFactory.buildRehashControlCommand(RehashControlCommand.Type subtype,
Address sender,
Map<Object,InternalCacheValue> state,
ConsistentHash oldCH,
ConsistentHash newCH,
List<Address> leaversHandled)
Builds a RehashControlCommand for coordinating a rehash event. |
| Uses of RehashControlCommand.Type in org.infinispan.commands.control |
|---|
| Methods in org.infinispan.commands.control that return RehashControlCommand.Type | |
|---|---|
static RehashControlCommand.Type |
RehashControlCommand.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RehashControlCommand.Type[] |
RehashControlCommand.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.infinispan.commands.control with parameters of type RehashControlCommand.Type | |
|---|---|
RehashControlCommand(String cacheName,
RehashControlCommand.Type type,
Address sender,
List<WriteCommand> txLogCommands,
List<PrepareCommand> pendingPrepares,
CommandsFactory commandsFactory)
|
|
RehashControlCommand(String cacheName,
RehashControlCommand.Type type,
Address sender,
Map<Object,InternalCacheValue> state,
ConsistentHash oldConsistentHash,
ConsistentHash consistentHash,
List<Address> leavers,
CommandsFactory commandsFactory)
|
|
|
Google Analytics | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||