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) |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHashFactory |
getConsistentHashFactory() |
Hash |
getHashFunction() |
int |
getNumOwners() |
int |
getNumSegments() |
long |
getTimeout() |
String |
toString() |
public CacheJoinInfo(ConsistentHashFactory consistentHashFactory, Hash hashFunction, int numSegments, int numOwners, long timeout)
public ConsistentHashFactory getConsistentHashFactory()
public Hash getHashFunction()
public int getNumSegments()
public int getNumOwners()
public long getTimeout()
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.