org.infinispan.topology
Class CacheJoinInfo

java.lang.Object
  extended by org.infinispan.topology.CacheJoinInfo

public class CacheJoinInfo
extends Object

This class contains the information that a cache needs to supply to the coordinator when starting up.

Since:
5.2
Author:
Dan Berindei

Nested Class Summary
static class CacheJoinInfo.Externalizer
           
 
Constructor Summary
CacheJoinInfo(ConsistentHashFactory consistentHashFactory, Hash hashFunction, int numSegments, int numOwners, long timeout, boolean totalOrder, boolean distributed)
           
 
Method Summary
 ConsistentHashFactory getConsistentHashFactory()
           
 Hash getHashFunction()
           
 int getNumOwners()
           
 int getNumSegments()
           
 long getTimeout()
           
 boolean isDistributed()
           
 boolean isTotalOrder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheJoinInfo

public CacheJoinInfo(ConsistentHashFactory consistentHashFactory,
                     Hash hashFunction,
                     int numSegments,
                     int numOwners,
                     long timeout,
                     boolean totalOrder,
                     boolean distributed)
Method Detail

getConsistentHashFactory

public ConsistentHashFactory getConsistentHashFactory()

getHashFunction

public Hash getHashFunction()

getNumSegments

public int getNumSegments()

getNumOwners

public int getNumOwners()

getTimeout

public long getTimeout()

isTotalOrder

public boolean isTotalOrder()

isDistributed

public boolean isDistributed()

toString

public String toString()
Overrides:
toString in class Object

-->

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