public class CacheJoinInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CacheJoinInfo.Externalizer |
Constructor and Description |
---|
CacheJoinInfo(ConsistentHashFactory consistentHashFactory,
Hash hashFunction,
int numSegments,
int numOwners,
long timeout,
boolean totalOrder,
boolean distributed,
float capacityFactor) |
Modifier and Type | Method and Description |
---|---|
float |
getCapacityFactor() |
ConsistentHashFactory |
getConsistentHashFactory() |
Hash |
getHashFunction() |
int |
getNumOwners() |
int |
getNumSegments() |
long |
getTimeout() |
boolean |
isDistributed() |
boolean |
isTotalOrder() |
String |
toString() |
public CacheJoinInfo(ConsistentHashFactory consistentHashFactory, Hash hashFunction, int numSegments, int numOwners, long timeout, boolean totalOrder, boolean distributed, float capacityFactor)
public ConsistentHashFactory getConsistentHashFactory()
public Hash getHashFunction()
public int getNumSegments()
public int getNumOwners()
public long getTimeout()
public boolean isTotalOrder()
public boolean isDistributed()
public float getCapacityFactor()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.