public class DiscoveryGroup<T extends DiscoveryGroup<T>> extends Object
Constructor and Description |
---|
DiscoveryGroup(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
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()
References the name of a JGroups channel.
|
T |
jgroupsChannel(String value)
References the name of a JGroups channel.
|
String |
jgroupsCluster()
The logical cluster name.
|
T |
jgroupsCluster(String value)
The logical cluster name.
|
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.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
socketBinding()
The discovery group socket binding.
|
T |
socketBinding(String value)
The discovery group socket binding.
|
public DiscoveryGroup(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Long initialWaitTimeout()
public T initialWaitTimeout(Long value)
public String jgroupsChannel()
public T jgroupsChannel(String value)
public String jgroupsCluster()
public Long refreshTimeout()
public T refreshTimeout(Long value)
public String socketBinding()
Copyright © 2019 JBoss by Red Hat. All rights reserved.