public class DiscoveryGroup extends Object
| Constructor and Description |
|---|
DiscoveryGroup(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Long |
initialWaitTimeout()
Period, in ms, to wait for an initial broadcast to give us at least one node in the cluster.
|
DiscoveryGroup |
initialWaitTimeout(Long value)
Period, in ms, to wait for an initial broadcast to give us at least one node in the cluster.
|
String |
jgroupsChannel()
The name used by a JGroups channel to join a cluster.
|
DiscoveryGroup |
jgroupsChannel(String value)
The name used by a JGroups channel to join a cluster.
|
String |
jgroupsStack()
The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster.
|
DiscoveryGroup |
jgroupsStack(String value)
The name of a stack defined in the org.jboss.as.clustering.jgroups subsystem that is used to form a cluster.
|
Long |
refreshTimeout()
Period the discovery group waits after receiving the last broadcast from a particular server before removing that server's connector pair entry from its list.
|
DiscoveryGroup |
refreshTimeout(Long value)
Period the discovery group waits after receiving the last broadcast from a particular server before removing that server's connector pair entry from its list.
|
String |
socketBinding()
The discovery group socket binding.
|
DiscoveryGroup |
socketBinding(String value)
The discovery group socket binding.
|
public DiscoveryGroup(String key)
public String getKey()
public Long initialWaitTimeout()
public DiscoveryGroup initialWaitTimeout(Long value)
public String jgroupsChannel()
public DiscoveryGroup jgroupsChannel(String value)
public String jgroupsStack()
public DiscoveryGroup jgroupsStack(String value)
public Long refreshTimeout()
public DiscoveryGroup refreshTimeout(Long value)
public String socketBinding()
public DiscoveryGroup socketBinding(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.