Uses of Class
org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Builder
-
Packages that use DefaultConsistentHashFactory.Builder Package Description org.infinispan.distribution.ch.impl -
-
Uses of DefaultConsistentHashFactory.Builder in org.infinispan.distribution.ch.impl
Methods in org.infinispan.distribution.ch.impl with parameters of type DefaultConsistentHashFactory.Builder Modifier and Type Method Description protected voidDefaultConsistentHashFactory. addBackupOwners(DefaultConsistentHashFactory.Builder builder)protected voidTopologyAwareConsistentHashFactory. addBackupOwners(DefaultConsistentHashFactory.Builder builder)protected voidDefaultConsistentHashFactory. addPrimaryOwners(DefaultConsistentHashFactory.Builder builder)protected voidDefaultConsistentHashFactory. doAddBackupOwners(DefaultConsistentHashFactory.Builder builder)protected AddressDefaultConsistentHashFactory. findNewBackupOwner(DefaultConsistentHashFactory.Builder builder, Collection<Address> excludes, Address owner)protected voidDefaultConsistentHashFactory. rebalanceBuilder(DefaultConsistentHashFactory.Builder builder)protected voidDefaultConsistentHashFactory. removeExtraBackupOwners(DefaultConsistentHashFactory.Builder builder)protected voidDefaultConsistentHashFactory. replaceBackupOwners(DefaultConsistentHashFactory.Builder builder)protected voidDefaultConsistentHashFactory. replacePrimaryOwners(DefaultConsistentHashFactory.Builder builder, int maxOwners)protected voidDefaultConsistentHashFactory. swapPrimaryOwnersWithBackups(DefaultConsistentHashFactory.Builder builder)Constructors in org.infinispan.distribution.ch.impl with parameters of type DefaultConsistentHashFactory.Builder Constructor Description Builder(DefaultConsistentHashFactory.Builder other)
-