2015/07/26 - Apache DirectMemory has been retired.

For more information, please explore the Attic.

public class

EnterpriseFeaturesManager

extends Object
implements FeaturesManager
java.lang.Object
   ↳ net.sf.ehcache.EnterpriseFeaturesManager

Class Overview

Class name is hardcoded in ehcache so we need this one!!

Summary

[Expand]
Inherited Constants
From interface net.sf.ehcache.FeaturesManager
Public Constructors
EnterpriseFeaturesManager(CacheManager cacheManager)
Public Methods
SoftLockManager createSoftLockManager(Ehcache cache, SoftLockFactory lockFactory)
Store createStore(Cache cache, Pool<PoolableStore> onHeapPool, Pool<PoolableStore> onDiskPool)
TransactionIDFactory createTransactionIDFactory()
UpdateChecker createUpdateChecker()
WriteBehind createWriteBehind(Cache cache)
void dispose()
void startup()
[Expand]
Inherited Methods
From class java.lang.Object
From interface net.sf.ehcache.FeaturesManager

Public Constructors

public EnterpriseFeaturesManager (CacheManager cacheManager)

Public Methods

public SoftLockManager createSoftLockManager (Ehcache cache, SoftLockFactory lockFactory)

public Store createStore (Cache cache, Pool<PoolableStore> onHeapPool, Pool<PoolableStore> onDiskPool)

public TransactionIDFactory createTransactionIDFactory ()

public UpdateChecker createUpdateChecker ()

public WriteBehind createWriteBehind (Cache cache)

public void dispose ()

public void startup ()