Class CustomStoreConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.configuration.cache.CustomStoreConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo
,ConfigurationInfo
,StoreConfiguration
public class CustomStoreConfiguration extends AbstractStoreConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<java.lang.Class>
CUSTOM_STORE_CLASS
-
Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SEGMENTED, SHARED, TRANSACTIONAL
-
-
Constructor Summary
Constructors Constructor Description CustomStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
java.lang.Class<?>
customStoreClass()
-
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, subElements, toString, transactional
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.BaseConfigurationInfo
getElementDefinition
-
-
-
-
Field Detail
-
CUSTOM_STORE_CLASS
public static final AttributeDefinition<java.lang.Class> CUSTOM_STORE_CLASS
-
-
Constructor Detail
-
CustomStoreConfiguration
public CustomStoreConfiguration(AttributeSet attributes, AsyncStoreConfiguration async)
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
customStoreClass
public java.lang.Class<?> customStoreClass()
-
-