Uses of Interface
org.infinispan.config.FluentConfiguration.ClusteringConfig

Packages that use FluentConfiguration.ClusteringConfig
org.infinispan.config Cache configuration beans and parsers. 
 

Uses of FluentConfiguration.ClusteringConfig in org.infinispan.config
 

Subinterfaces of FluentConfiguration.ClusteringConfig in org.infinispan.config
static interface FluentConfiguration.AsyncConfig
          If configured all communications are asynchronous, in that whenever a thread sends a message sent over the wire, it does not wait for an acknowledgment before returning.
static interface FluentConfiguration.L1Config
          Configures the L1 cache behavior in 'distributed' caches instances.
static interface FluentConfiguration.StateRetrievalConfig
          Configures how state is retrieved when a new cache joins the cluster.
static interface FluentConfiguration.SyncConfig
          If configured all communications are synchronous, in that whenever a thread sends a message sent over the wire, it blocks until it receives an acknowledgment from the recipient.
 

Classes in org.infinispan.config that implement FluentConfiguration.ClusteringConfig
static class Configuration.AsyncType
          If this element is present, all communications are asynchronous, in that whenever a thread sends a message sent over the wire, it does not wait for an acknowledgment before returning.
static class Configuration.ClusteringType
          Defines clustered characteristics of the cache.
static class Configuration.L1Type
          This element configures the L1 cache behavior in 'distributed' caches instances.
static class Configuration.StateRetrievalType
          Configures how state is retrieved when a new cache joins the cluster.
static class Configuration.SyncType
          If this element is present, all communications are synchronous, in that whenever a thread sends a message sent over the wire, it blocks until it receives an acknowledgment from the recipient.
 

Methods in org.infinispan.config that return FluentConfiguration.ClusteringConfig
 FluentConfiguration.ClusteringConfig FluentConfiguration.ClusteringConfig.mode(Configuration.CacheMode mode)
          Cache mode.
 FluentConfiguration.ClusteringConfig Configuration.ClusteringType.mode(Configuration.CacheMode mode)
           
 


-->

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