Uses of Interface
org.infinispan.config.FluentGlobalConfiguration.TransportConfig

Packages that use FluentGlobalConfiguration.TransportConfig
org.infinispan.config Cache configuration beans and parsers. 
 

Uses of FluentGlobalConfiguration.TransportConfig in org.infinispan.config
 

Classes in org.infinispan.config that implement FluentGlobalConfiguration.TransportConfig
static class GlobalConfiguration.TransportType
          This element configures the transport used for network communications across the cluster.
 

Methods in org.infinispan.config that return FluentGlobalConfiguration.TransportConfig
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.addProperty(String key, String value)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.TransportConfig.addProperty(String key, String value)
          TODO
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.clusterName(String clusterName)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.TransportConfig.clusterName(String clusterName)
          Defines the name of the cluster.
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.distributedSyncTimeout(Long distributedSyncTimeout)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.TransportConfig.distributedSyncTimeout(Long distributedSyncTimeout)
          TODO
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.machineId(String machineId)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.TransportConfig.machineId(String machineId)
          The id of the machine where this node runs.
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.nodeName(String nodeName)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.TransportConfig.nodeName(String nodeName)
          Name of the current node.
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.rackId(String rackId)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.TransportConfig.rackId(String rackId)
          The id of the rack where this node runs.
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.siteId(String siteId)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.TransportConfig.siteId(String siteId)
          The id of the site where this node runs.
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.strictPeerToPeer(Boolean strictPeerToPeer)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.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.
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.transportClass(Class<? extends Transport> transportClass)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.TransportConfig.transportClass(Class<? extends Transport> transportClass)
          Class that represents a network transport.
 FluentGlobalConfiguration.TransportConfig GlobalConfiguration.TransportType.withProperties(Properties properties)
           
 FluentGlobalConfiguration.TransportConfig FluentGlobalConfiguration.TransportConfig.withProperties(Properties properties)
          Sets transport properties
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.