Uses of Class
org.axonframework.commandhandling.distributed.ConsistentHash
Packages that use ConsistentHash
-
Uses of ConsistentHash in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed that return ConsistentHashModifier and TypeMethodDescriptionConsistentHash.with(Member member, int loadFactor, CommandMessageFilter commandFilter) Registers the givenmemberwith givenloadFactorandcommandFilterif it is not already contained in theConsistentHash.Deregisters the givenmemberand returns a newConsistentHashwith updated memberships.Methods in org.axonframework.commandhandling.distributed with parameters of type ConsistentHashModifier and TypeMethodDescriptionvoidConsistentHashChangeListener.onConsistentHashChanged(ConsistentHash newConsistentHash) Notification that a consistent hash has changed.