Package | Description |
---|---|
org.axonframework.commandhandling.distributed |
Modifier and Type | Method and Description |
---|---|
ConsistentHash |
ConsistentHash.with(Member member,
int loadFactor,
CommandMessageFilter 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 |
---|---|
void |
ConsistentHashChangeListener.onConsistentHashChanged(ConsistentHash newConsistentHash)
Notification that a consistent hash has changed.
|
Copyright © 2010–2019. All rights reserved.