- ClientEntityFactory<E extends org.terracotta.connection.entity.Entity,C> - Interface in org.ehcache.clustered.client.service
 
- 
Factory used to create, fetch and destroy server entities.
 
- cluster(URI) - Static method in class org.ehcache.clustered.client.config.builders.ClusteringServiceConfigurationBuilder
 
- 
Creates a new builder connecting to the given cluster.
 
- cluster(Iterable<InetSocketAddress>, String) - Static method in class org.ehcache.clustered.client.config.builders.ClusteringServiceConfigurationBuilder
 
- 
Creates a new builder connecting to the given cluster.
 
- clustered() - Static method in class org.ehcache.clustered.client.config.builders.ClusteredResourcePoolBuilder
 
- 
Creates a resource pool that inherits the resources already configured on the server.
 
- clusteredDedicated(long, MemoryUnit) - Static method in class org.ehcache.clustered.client.config.builders.ClusteredResourcePoolBuilder
 
- 
Creates a new clustered resource pool using dedicated clustered resources.
 
- clusteredDedicated(String, long, MemoryUnit) - Static method in class org.ehcache.clustered.client.config.builders.ClusteredResourcePoolBuilder
 
- 
Creates a new clustered resource pool using dedicated clustered resources.
 
- ClusteredResourcePool - Interface in org.ehcache.clustered.client.config
 
- 
Defines a resource supported by a server-based resource.
 
- ClusteredResourcePoolBuilder - Class in org.ehcache.clustered.client.config.builders
 
- 
Constructs a ResourcePool for a clustered resource.
 
- ClusteredResourceType<P extends ClusteredResourcePool> - Interface in org.ehcache.clustered.client.config
 
- 
Defines the clustered ResourceType.
 
- ClusteredResourceType.Types - Class in org.ehcache.clustered.client.config
 
-  
 
- clusteredShared(String) - Static method in class org.ehcache.clustered.client.config.builders.ClusteredResourcePoolBuilder
 
- 
Creates a new resource pool based on the provided parameters.
 
- ClusteredStoreConfiguration - Class in org.ehcache.clustered.client.config
 
- 
ServiceConfiguration for the ClusteredStore.
 
- ClusteredStoreConfiguration() - Constructor for class org.ehcache.clustered.client.config.ClusteredStoreConfiguration
 
- 
Creates a new configuration with consistency set to EVENTUAL.
 
- ClusteredStoreConfiguration(Consistency) - Constructor for class org.ehcache.clustered.client.config.ClusteredStoreConfiguration
 
- 
Creates a new configuration with the provided Consistency.
 
- ClusteredStoreConfigurationBuilder - Class in org.ehcache.clustered.client.config.builders
 
- 
 
- ClusteringService - Interface in org.ehcache.clustered.client.service
 
- 
Provides support for accessing server-based resources.
 
- ClusteringService.ClusteredCacheIdentifier - Interface in org.ehcache.clustered.client.service
 
- 
A PersistenceSpaceIdentifier
 that can provide an id.
 
- ClusteringServiceConfiguration - Class in org.ehcache.clustered.client.config
 
- 
 
- ClusteringServiceConfiguration(URI) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(Iterable<InetSocketAddress>, String) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(URI, Timeouts) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(Iterable<InetSocketAddress>, String, Timeouts) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(URI, ServerSideConfiguration) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(URI, Timeouts, ServerSideConfiguration) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(Iterable<InetSocketAddress>, String, Timeouts, ServerSideConfiguration) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(URI, boolean, ServerSideConfiguration) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(Iterable<InetSocketAddress>, String, boolean, ServerSideConfiguration) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(URI, Timeouts, boolean, ServerSideConfiguration) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(Iterable<InetSocketAddress>, String, Timeouts, boolean, ServerSideConfiguration) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(URI, Timeouts, boolean, ServerSideConfiguration, Properties) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(Iterable<InetSocketAddress>, String, Timeouts, boolean, ServerSideConfiguration, Properties) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(ConnectionSource, Timeouts, boolean, ServerSideConfiguration, Properties) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
- 
Creates a ClusteringServiceConfiguration from the properties provided.
 
- ClusteringServiceConfiguration(ClusteringServiceConfiguration) - Constructor for class org.ehcache.clustered.client.config.ClusteringServiceConfiguration
 
-  
 
- ClusteringServiceConfigurationBuilder - Class in org.ehcache.clustered.client.config.builders
 
- 
A builder of ClusteringService configurations.
 
- connection(Duration) - Method in class org.ehcache.clustered.client.config.builders.TimeoutsBuilder
 
- 
Sets the timeout for connecting to the server.
 
- create() - Method in interface org.ehcache.clustered.client.service.ClientEntityFactory
 
- 
Creates the entity and validate that it can be effectively fetched