Package | Description |
---|---|
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
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.distributedSyncTimeout(long distributedSyncTimeout,
TimeUnit unit)
Timeout for coordinating cluster formation when nodes join or leave the cluster.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.initialClusterSize(int clusterSize)
Sets the number of nodes that need to join before the cache container can start.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.initialClusterTimeout(long initialClusterTimeout,
TimeUnit unit)
Sets the timeout for the initial cluster to form.
|
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.read(TransportConfiguration template) |
TransportConfigurationBuilder |
TransportConfigurationBuilder.removeProperty(String key) |
TransportConfigurationBuilder |
TransportConfigurationBuilder.siteId(String siteId)
The id of the site where this node runs.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.strictPeerToPeer(Boolean ignored)
Deprecated.
Since 6.0, strictPeerToPeer is ignored and asymmetric clusters are always allowed.
|
TransportConfigurationBuilder |
GlobalConfigurationChildBuilder.transport()
Transport-related (i.e.
|
TransportConfigurationBuilder |
GlobalConfigurationBuilder.transport() |
TransportConfigurationBuilder |
TransportConfigurationBuilder.transport(Transport transport)
Class that represents a network transport.
|
TransportConfigurationBuilder |
TransportConfigurationBuilder.withProperties(Properties properties)
Sets transport properties
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.