Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.configuration.cache
Interface CacheStoreConfigurationBuilder<T extends CacheStoreConfiguration,S extends CacheStoreConfigurationBuilder<T,S>>

All Superinterfaces:
Builder<T>, CacheLoaderConfigurationBuilder<T,S>, ConfigurationChildBuilder, LoaderConfigurationChildBuilder<S>, Self<S>, StoreConfigurationChildBuilder<S>
All Known Subinterfaces:
LockSupportStoreConfigurationBuilder<T,S>
All Known Implementing Classes:
AbstractJdbcCacheStoreConfigurationBuilder, AbstractLockSupportStoreConfigurationBuilder, AbstractStoreConfigurationBuilder, FileCacheStoreConfigurationBuilder, JdbcBinaryCacheStoreConfigurationBuilder, JdbcMixedCacheStoreConfigurationBuilder, JdbcStringBasedCacheStoreConfigurationBuilder, LegacyStoreConfigurationBuilder, LoaderConfigurationBuilder, RemoteCacheStoreConfigurationBuilder

public interface CacheStoreConfigurationBuilder<T extends CacheStoreConfiguration,S extends CacheStoreConfigurationBuilder<T,S>>
extends CacheLoaderConfigurationBuilder<T,S>, StoreConfigurationChildBuilder<S>

StoreConfigurationBuilder is the interface which should be implemented by all cache store builders

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 
Methods inherited from interface org.infinispan.configuration.Builder
create, read, validate
 
Methods inherited from interface org.infinispan.configuration.Self
self
 
Methods inherited from interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
async, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStore
 
Methods inherited from interface org.infinispan.configuration.cache.LoaderConfigurationChildBuilder
addProperty, withProperties
 
Methods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder
build, clustering, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, loaders, locking, sites, storeAsBinary, transaction, unsafe, versioning
 


Infinispan Distribution 5.2.6.Final-redhat-2

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