|
eXo Kernel :: Cache Extension :: Infinispan Implementation 2.5.0-Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExoCacheCreator
This class is used to create the cache according to the given
configuration ExoCacheConfig
| Method Summary | |
|---|---|
ExoCache<Serializable,Object> |
create(ExoCacheConfig config,
org.infinispan.configuration.cache.ConfigurationBuilder confBuilder,
Callable<org.infinispan.Cache<Serializable,Object>> cacheGetter)
Creates an eXo cache according to the given configuration ExoCacheConfig |
Class<? extends ExoCacheConfig> |
getExpectedConfigType()
Returns the type of ExoCacheConfig expected by the creator |
Set<String> |
getExpectedImplementations()
Returns a set of all the implementations expected by the creator. |
| Method Detail |
|---|
ExoCache<Serializable,Object> create(ExoCacheConfig config,
org.infinispan.configuration.cache.ConfigurationBuilder confBuilder,
Callable<org.infinispan.Cache<Serializable,Object>> cacheGetter)
throws ExoCacheInitException
ExoCacheConfig
config - the configuration of the cache to applyconfBuilder - the configuration builder of the infinispan cachecacheGetter - a Callable instance from which we can get the cache
ExoCacheInitException - if an exception happens while initializing the cacheClass<? extends ExoCacheConfig> getExpectedConfigType()
ExoCacheConfig expected by the creator
Set<String> getExpectedImplementations()
|
eXo Kernel :: Cache Extension :: Infinispan Implementation 2.5.0-Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||