Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.distribution.ch
Class SyncConsistentHashFactory.Builder

java.lang.Object
  extended by org.infinispan.distribution.ch.SyncConsistentHashFactory.Builder
Enclosing class:
SyncConsistentHashFactory

protected static class SyncConsistentHashFactory.Builder
extends Object


Method Summary
 int getActualNumOwners()
           
 List<Address>[] getAllOwners()
           
 Hash getHashFunction()
           
 int getNumOwners()
           
 int getNumSegments()
           
 List<Address> getOwners(int i)
           
 int getSegmentSize()
           
 List<Address> getSortedMembers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHashFunction

public Hash getHashFunction()

getNumOwners

public int getNumOwners()

getActualNumOwners

public int getActualNumOwners()

getNumSegments

public int getNumSegments()

getSortedMembers

public List<Address> getSortedMembers()

getSegmentSize

public int getSegmentSize()

getAllOwners

public List<Address>[] getAllOwners()

getOwners

public List<Address> getOwners(int i)

Infinispan Distribution 5.2.6.Final-redhat-2

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