public class CacheJoinInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CacheJoinInfo.Externalizer |
Constructor and Description |
---|
CacheJoinInfo(ConsistentHashFactory consistentHashFactory,
int numSegments,
int numOwners,
long timeout,
CacheMode cacheMode,
float capacityFactor,
PersistentUUID persistentUUID,
Optional<Integer> persistentStateChecksum) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CacheMode |
getCacheMode() |
float |
getCapacityFactor() |
ConsistentHashFactory |
getConsistentHashFactory() |
int |
getNumOwners() |
int |
getNumSegments() |
Optional<Integer> |
getPersistentStateChecksum() |
PersistentUUID |
getPersistentUUID() |
long |
getTimeout() |
int |
hashCode() |
String |
toString() |
public CacheJoinInfo(ConsistentHashFactory consistentHashFactory, int numSegments, int numOwners, long timeout, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum)
public ConsistentHashFactory getConsistentHashFactory()
public int getNumSegments()
public int getNumOwners()
public long getTimeout()
public CacheMode getCacheMode()
public float getCapacityFactor()
public PersistentUUID getPersistentUUID()
Copyright © 2021 JBoss by Red Hat. All rights reserved.