org.ehcache.core.spi.cache.tiering
Interface AuthoritativeTier.Provider

All Superinterfaces:
Service
All Known Implementing Classes:
OffHeapDiskStore.Provider, OffHeapStore.Provider
Enclosing interface:
AuthoritativeTier<K,V>

public static interface AuthoritativeTier.Provider
extends Service


Method Summary
<K,V> AuthoritativeTier<K,V>
createAuthoritativeTier(Store.Configuration<K,V> storeConfig, ServiceConfiguration<?>... serviceConfigs)
           
 void initAuthoritativeTier(AuthoritativeTier<?,?> resource)
           
 void releaseAuthoritativeTier(AuthoritativeTier<?,?> resource)
           
 
Methods inherited from interface org.ehcache.spi.service.Service
start, stop
 

Method Detail

createAuthoritativeTier

<K,V> AuthoritativeTier<K,V> createAuthoritativeTier(Store.Configuration<K,V> storeConfig,
                                                     ServiceConfiguration<?>... serviceConfigs)

releaseAuthoritativeTier

void releaseAuthoritativeTier(AuthoritativeTier<?,?> resource)

initAuthoritativeTier

void initAuthoritativeTier(AuthoritativeTier<?,?> resource)