Package | Description |
---|---|
org.infinispan.configuration.global |
Modifier and Type | Method and Description |
---|---|
TransportConfigurationBuilder |
TransportConfigurationBuilder.addProperty(String key,
String value) |
TransportConfigurationBuilder |
TransportConfigurationBuilder.clearProperties()
Clears the transport properties
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.clusterName(String clusterName)
Defines the name of the cluster.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.defaultTransport() |
TransportConfigurationBuilder |
TransportConfigurationBuilder.distributedSyncTimeout(long distributedSyncTimeout)
Timeout for coordinating cluster formation when nodes join or leave the cluster.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.machineId(String machineId)
The id of the machine where this node runs.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.nodeName(String nodeName)
Name of the current node.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.rackId(String rackId)
The id of the rack where this node runs.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.removeProperty(String key) |
TransportConfigurationBuilder |
TransportConfigurationBuilder.siteId(String siteId)
The id of the site where this node runs.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.strictPeerToPeer(Boolean strictPeerToPeer)
If set to true, RPC operations will fail if the named cache does not exist on remote nodes
with a NamedCacheNotFoundException.
|
TransportConfigurationBuilder |
GlobalConfigurationChildBuilder.transport() |
TransportConfigurationBuilder |
GlobalConfigurationBuilder.transport() |
TransportConfigurationBuilder |
TransportConfigurationBuilder.transport(Transport transport)
Class that represents a network transport.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.withProperties(Properties properties)
Sets transport properties
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.