Class CustomStoreConfiguration
java.lang.Object
org.infinispan.configuration.cache.AbstractStoreConfiguration
org.jboss.as.clustering.infinispan.subsystem.CustomStoreConfiguration
- All Implemented Interfaces:
org.infinispan.configuration.cache.StoreConfiguration
public class CustomStoreConfiguration
extends org.infinispan.configuration.cache.AbstractStoreConfiguration
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLY -
Constructor Summary
ConstructorsConstructorDescriptionCustomStoreConfiguration(org.infinispan.commons.configuration.attributes.AttributeSet attributes, org.infinispan.configuration.cache.AsyncStoreConfiguration async) -
Method Summary
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, attributeDefinitionSet, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, toString, transactional, writeOnly
-
Constructor Details
-
CustomStoreConfiguration
public CustomStoreConfiguration(org.infinispan.commons.configuration.attributes.AttributeSet attributes, org.infinispan.configuration.cache.AsyncStoreConfiguration async)
-