Package | Description |
---|---|
org.axonframework.commandhandling.distributed | |
org.axonframework.jgroups.commandhandling |
Modifier and Type | Method and Description |
---|---|
ConsistentHash |
ConsistentHash.with(Member member,
int loadFactor,
Predicate<? super CommandMessage<?>> commandFilter)
Registers the given
member with given loadFactor and commandFilter if it is not
already contained in the ConsistentHash . |
ConsistentHash |
ConsistentHash.without(Member member)
Deregisters the given
member and returns a new ConsistentHash with updated memberships. |
Modifier and Type | Method and Description |
---|---|
protected ConsistentHash |
JGroupsConnector.getConsistentHash()
Returns the ConsistentHash instance that describes the current membership status.
|
Copyright © 2010–2017. All rights reserved.