public class CustomStoreConfiguration extends AbstractStoreConfiguration
Modifier and Type | Field and Description |
---|---|
static org.infinispan.commons.configuration.attributes.AttributeDefinition<Class> |
CUSTOM_STORE_CLASS |
attributes, FETCH_PERSISTENT_STATE, IGNORE_MODIFICATIONS, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, SHARED
Constructor and Description |
---|
CustomStoreConfiguration(org.infinispan.commons.configuration.attributes.AttributeSet attributes,
AsyncStoreConfiguration async,
SingletonStoreConfiguration singletonStore) |
Modifier and Type | Method and Description |
---|---|
static org.infinispan.commons.configuration.attributes.AttributeSet |
attributeDefinitionSet() |
Class<?> |
customStoreClass() |
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, preload, properties, purgeOnStartup, shared, singletonStore, toString
public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Class> CUSTOM_STORE_CLASS
public CustomStoreConfiguration(org.infinispan.commons.configuration.attributes.AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
public static org.infinispan.commons.configuration.attributes.AttributeSet attributeDefinitionSet()
public Class<?> customStoreClass()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.