Class ClusterLoaderConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo,ConfigurationInfo,StoreConfiguration
public class ClusterLoaderConfiguration extends AbstractStoreConfiguration implements ConfigurationInfo
ClusterLoaderConfiguration.- Since:
- 5.2
- Author:
- Tristan Tarrant
-
-
Field Summary
Fields Modifier and Type Field Description static ElementDefinitionELEMENT_DEFINITIONstatic AttributeDefinition<java.lang.Long>REMOTE_CALL_TIMEOUT-
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 ClusterLoaderConfiguration(AttributeSet attributes, AsyncStoreConfiguration async)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSetattributeDefinitionSet()AttributeSetattributes()ElementDefinitiongetElementDefinition()longremoteCallTimeout()java.lang.StringtoString()-
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, subElements, transactional
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Field Detail
-
REMOTE_CALL_TIMEOUT
public static final AttributeDefinition<java.lang.Long> REMOTE_CALL_TIMEOUT
-
ELEMENT_DEFINITION
public static ElementDefinition ELEMENT_DEFINITION
-
-
Constructor Detail
-
ClusterLoaderConfiguration
public ClusterLoaderConfiguration(AttributeSet attributes, AsyncStoreConfiguration async)
-
-
Method Detail
-
attributeDefinitionSet
public static final AttributeSet attributeDefinitionSet()
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinitionin interfaceBaseConfigurationInfo- Returns:
- the
ElementDefinitionof the configuration.
-
attributes
public AttributeSet attributes()
- Specified by:
attributesin interfaceBaseConfigurationInfo- Overrides:
attributesin classAbstractStoreConfiguration- Returns:
- the
AttributeSetdeclared by the configuration.
-
remoteCallTimeout
public long remoteCallTimeout()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractStoreConfiguration
-
-