public class TransportConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<String> |
CLUSTER_NAME |
static AttributeDefinition<Long> |
DISTRIBUTED_SYNC_TIMEOUT |
static AttributeDefinition<Integer> |
INITIAL_CLUSTER_SIZE |
static AttributeDefinition<Long> |
INITIAL_CLUSTER_TIMEOUT |
static AttributeDefinition<String> |
MACHINE_ID |
static AttributeDefinition<String> |
NODE_NAME |
static AttributeDefinition<TypedProperties> |
PROPERTIES |
static AttributeDefinition<String> |
RACK_ID |
static AttributeDefinition<String> |
SITE_ID |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes() |
String |
clusterName() |
long |
distributedSyncTimeout() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
hasTopologyInfo() |
int |
initialClusterSize() |
long |
initialClusterTimeout() |
String |
machineId() |
String |
nodeName() |
TypedProperties |
properties() |
String |
rackId() |
ThreadPoolConfiguration |
remoteCommandThreadPool() |
String |
siteId() |
boolean |
strictPeerToPeer()
Deprecated.
Since 6.0, strictPeerToPeer is ignored and asymmetric clusters are always allowed.
|
String |
toString() |
Transport |
transport() |
ThreadPoolConfiguration |
transportThreadPool() |
public static final AttributeDefinition<String> CLUSTER_NAME
public static final AttributeDefinition<String> MACHINE_ID
public static final AttributeDefinition<String> RACK_ID
public static final AttributeDefinition<String> SITE_ID
public static final AttributeDefinition<String> NODE_NAME
public static final AttributeDefinition<Long> DISTRIBUTED_SYNC_TIMEOUT
public static final AttributeDefinition<Integer> INITIAL_CLUSTER_SIZE
public static final AttributeDefinition<Long> INITIAL_CLUSTER_TIMEOUT
public static final AttributeDefinition<TypedProperties> PROPERTIES
public String clusterName()
public String machineId()
public String rackId()
public String siteId()
public long distributedSyncTimeout()
public int initialClusterSize()
public long initialClusterTimeout()
public Transport transport()
public String nodeName()
@Deprecated public boolean strictPeerToPeer()
public TypedProperties properties()
public boolean hasTopologyInfo()
public ThreadPoolConfiguration transportThreadPool()
public ThreadPoolConfiguration remoteCommandThreadPool()
public AttributeSet attributes()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.