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 void
DefaultConsistentHashFactory. addBackupOwners(DefaultConsistentHashFactory.Builder builder)
protected void
TopologyAwareConsistentHashFactory. addBackupOwners(DefaultConsistentHashFactory.Builder builder)
protected void
DefaultConsistentHashFactory. addPrimaryOwners(DefaultConsistentHashFactory.Builder builder)
protected void
DefaultConsistentHashFactory. doAddBackupOwners(DefaultConsistentHashFactory.Builder builder)
protected Address
DefaultConsistentHashFactory. findNewBackupOwner(DefaultConsistentHashFactory.Builder builder, Collection<Address> excludes, Address owner)
protected void
DefaultConsistentHashFactory. rebalanceBuilder(DefaultConsistentHashFactory.Builder builder)
protected void
DefaultConsistentHashFactory. removeExtraBackupOwners(DefaultConsistentHashFactory.Builder builder)
protected void
DefaultConsistentHashFactory. replaceBackupOwners(DefaultConsistentHashFactory.Builder builder)
protected void
DefaultConsistentHashFactory. replacePrimaryOwners(DefaultConsistentHashFactory.Builder builder, int maxOwners)
protected void
DefaultConsistentHashFactory. swapPrimaryOwnersWithBackups(DefaultConsistentHashFactory.Builder builder)
Constructors in org.infinispan.distribution.ch.impl with parameters of type DefaultConsistentHashFactory.Builder Constructor Description Builder(DefaultConsistentHashFactory.Builder other)
-