Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
Modifier and Type | Class and Description |
---|---|
static class |
GlobalConfiguration.TransportType
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.addProperty(String key,
String value)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.addProperty(String key,
String value)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.clusterName(String clusterName)
Deprecated.
Defines the name of the cluster.
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.clusterName(String clusterName)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.distributedSyncTimeout(Long distributedSyncTimeout)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.distributedSyncTimeout(Long distributedSyncTimeout)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.machineId(String machineId)
Deprecated.
The id of the machine where this node runs.
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.machineId(String machineId)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.nodeName(String nodeName)
Deprecated.
Name of the current node.
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.nodeName(String nodeName)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.rackId(String rackId)
Deprecated.
The id of the rack where this node runs.
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.rackId(String rackId)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.siteId(String siteId)
Deprecated.
The id of the site where this node runs.
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.siteId(String siteId)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.strictPeerToPeer(Boolean strictPeerToPeer)
Deprecated.
If set to true, RPC operations will fail if the named cache does not exist on remote nodes
with a NamedCacheNotFoundException.
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.strictPeerToPeer(Boolean strictPeerToPeer)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.transportClass(Class<? extends Transport> transportClass)
Deprecated.
Class that represents a network transport.
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.transportClass(Class<? extends Transport> transportClass)
Deprecated.
|
FluentGlobalConfiguration.TransportConfig |
FluentGlobalConfiguration.TransportConfig.withProperties(Properties properties)
Deprecated.
Sets transport properties
|
FluentGlobalConfiguration.TransportConfig |
GlobalConfiguration.TransportType.withProperties(Properties properties)
Deprecated.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.