public final class EJBClientCluster extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EJBClientCluster.Builder
A builder for a cluster definition.
|
Modifier and Type | Method and Description |
---|---|
ClusterNodeSelector |
getClusterNodeSelector()
Get the cluster node selector to use.
|
long |
getConnectTimeoutMilliseconds()
Get the connection timeout value in milliseconds.
|
long |
getMaximumConnectedNodes()
Get the maximum number of nodes to connect.
|
String |
getName()
Get the name of the configured cluster.
|
AuthenticationConfiguration |
getOverrideConfiguration()
Get the overriding authentication configuration in use for nodes in this cluster, overriding the caller's default.
|
public String getName()
null
)public long getMaximumConnectedNodes()
public long getConnectTimeoutMilliseconds()
public ClusterNodeSelector getClusterNodeSelector()
null
if the default selector from the context should be usedpublic AuthenticationConfiguration getOverrideConfiguration()
null
to use the standard inherited authentication configurationCopyright © 2017 JBoss by Red Hat. All rights reserved.