public class DiscoveryGroup<T extends 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.
|
T |
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.
|
T |
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.
|
T |
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.
|
T |
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.
|
T |
socketBinding(String value)
The discovery group socket binding.
|
public DiscoveryGroup(String key)
public String getKey()
public Long initialWaitTimeout()
public T initialWaitTimeout(Long value)
public String jgroupsChannel()
public T jgroupsChannel(String value)
public String jgroupsStack()
public T jgroupsStack(String value)
public Long refreshTimeout()
public T refreshTimeout(Long value)
public String socketBinding()
Copyright © 2015 JBoss by Red Hat. All rights reserved.