Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.distribution.ch.DefaultConsistentHashFactory.Builder

Packages that use DefaultConsistentHashFactory.Builder
org.infinispan.distribution.ch   
 

Uses of DefaultConsistentHashFactory.Builder in org.infinispan.distribution.ch
 

Methods in org.infinispan.distribution.ch with parameters of type DefaultConsistentHashFactory.Builder
protected  void DefaultConsistentHashFactory.addBackupOwners(DefaultConsistentHashFactory.Builder builder)
           
protected  void TopologyAwareConsistentHashFactory.addBackupOwners(DefaultConsistentHashFactory.Builder builder)
           
protected  void DefaultConsistentHashFactory.addPrimaryOwners(DefaultConsistentHashFactory.Builder builder)
           
protected  boolean DefaultConsistentHashFactory.doAddBackupOwners(DefaultConsistentHashFactory.Builder builder, int maxSegments)
           
protected  void DefaultConsistentHashFactory.doAddPrimaryOwners(DefaultConsistentHashFactory.Builder builder, int maxSegments, int maxOwners)
           
protected  boolean DefaultConsistentHashFactory.doRemoveExtraBackupOwners(DefaultConsistentHashFactory.Builder builder, int maxSegments)
           
protected  Address DefaultConsistentHashFactory.findNewBackupOwner(DefaultConsistentHashFactory.Builder builder, Collection<Address> excludes, int maxSegments)
           
protected  Address DefaultConsistentHashFactory.findNewPrimaryOwner(DefaultConsistentHashFactory.Builder builder, Collection<Address> candidates, int maxSegments)
           
protected  void DefaultConsistentHashFactory.rebalanceBuilder(DefaultConsistentHashFactory.Builder builder)
           
protected  void DefaultConsistentHashFactory.removeExtraBackupOwners(DefaultConsistentHashFactory.Builder builder, int minSegments)
           
protected  void DefaultConsistentHashFactory.replaceBackupOwners(DefaultConsistentHashFactory.Builder builder, int maxSegments)
           
protected  void DefaultConsistentHashFactory.swapPrimaryOwnersWithBackups(DefaultConsistentHashFactory.Builder builder, int maxSegments)
           
 

Constructors in org.infinispan.distribution.ch with parameters of type DefaultConsistentHashFactory.Builder
DefaultConsistentHashFactory.Builder(DefaultConsistentHashFactory.Builder other)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.