|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalConfiguration.TransportConfig | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
Uses of GlobalConfiguration.TransportConfig in org.infinispan.config |
---|
Classes in org.infinispan.config that implement GlobalConfiguration.TransportConfig | |
---|---|
static class |
GlobalConfiguration.TransportType
This element configures the transport used for network communications across the cluster. |
Methods in org.infinispan.config that return GlobalConfiguration.TransportConfig | |
---|---|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportConfig.clusterName(String clusterName)
Defines the name of the cluster. |
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.clusterName(String clusterName)
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.configureTransport()
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportConfig.distributedSyncTimeout(Long distributedSyncTimeout)
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.distributedSyncTimeout(Long distributedSyncTimeout)
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportConfig.machineId(String machineId)
The id of the machine where this node runs. |
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.machineId(String machineId)
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportConfig.nodeName(String nodeName)
Name of the current node. |
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.nodeName(String nodeName)
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportConfig.rackId(String rackId)
The id of the rack where this node runs. |
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.rackId(String rackId)
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportConfig.siteId(String siteId)
The id of the site where this node runs. |
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.siteId(String siteId)
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportConfig.strictPeerToPeer(Boolean strictPeerToPeer)
If set to true, RPC operations will fail if the named cache does not exist on remote nodes with a NamedCacheNotFoundException. |
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.strictPeerToPeer(Boolean strictPeerToPeer)
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportConfig.transportClass(Class<? extends Transport> transportClass)
Class that represents a network transport. |
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.transportClass(Class<? extends Transport> transportClass)
|
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportConfig.withProperties(Properties properties)
Sets transport properties |
GlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.withProperties(Properties properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |