org.ehcache.impl.internal.store.tiering
Class CacheStoreServiceConfiguration

java.lang.Object
  extended by org.ehcache.impl.internal.store.tiering.CacheStoreServiceConfiguration
All Implemented Interfaces:
ServiceConfiguration<CacheStore.Provider>

public class CacheStoreServiceConfiguration
extends java.lang.Object
implements ServiceConfiguration<CacheStore.Provider>


Constructor Summary
CacheStoreServiceConfiguration()
           
 
Method Summary
 java.lang.Class<? extends AuthoritativeTier.Provider> authoritativeTierProvider()
           
 CacheStoreServiceConfiguration authoritativeTierProvider(java.lang.Class<? extends AuthoritativeTier.Provider> authoritativeTierProvider)
           
 java.lang.Class<? extends CachingTier.Provider> cachingTierProvider()
           
 CacheStoreServiceConfiguration cachingTierProvider(java.lang.Class<? extends CachingTier.Provider> cachingTierProvider)
           
 java.lang.Class<CacheStore.Provider> getServiceType()
          Indicates which service this configuration works with.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStoreServiceConfiguration

public CacheStoreServiceConfiguration()
Method Detail

cachingTierProvider

public CacheStoreServiceConfiguration cachingTierProvider(java.lang.Class<? extends CachingTier.Provider> cachingTierProvider)

authoritativeTierProvider

public CacheStoreServiceConfiguration authoritativeTierProvider(java.lang.Class<? extends AuthoritativeTier.Provider> authoritativeTierProvider)

cachingTierProvider

public java.lang.Class<? extends CachingTier.Provider> cachingTierProvider()

authoritativeTierProvider

public java.lang.Class<? extends AuthoritativeTier.Provider> authoritativeTierProvider()

getServiceType

public java.lang.Class<CacheStore.Provider> getServiceType()
Description copied from interface: ServiceConfiguration
Indicates which service this configuration works with.

Specified by:
getServiceType in interface ServiceConfiguration<CacheStore.Provider>
Returns:
the service type