Class ClusterLoaderConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
- All Implemented Interfaces:
StoreConfiguration
public class ClusterLoaderConfiguration extends AbstractStoreConfiguration
ClusterLoaderConfiguration.- Since:
- 5.2
- Author:
- Tristan Tarrant
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<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, SingletonStoreConfiguration singletonStore)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttributeSet
attributeDefinitionSet()
long
remoteCallTimeout()
String
toString()
-
Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, attributes, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, singletonStore, transactional
-
-
-
-
Field Detail
-
REMOTE_CALL_TIMEOUT
public static final AttributeDefinition<Long> REMOTE_CALL_TIMEOUT
-
-
Constructor Detail
-
ClusterLoaderConfiguration
public ClusterLoaderConfiguration(AttributeSet attributes, AsyncStoreConfiguration async, SingletonStoreConfiguration singletonStore)
-
-
Method Detail
-
attributeDefinitionSet
public static final AttributeSet attributeDefinitionSet()
-
remoteCallTimeout
public long remoteCallTimeout()
-
toString
public String toString()
- Overrides:
toString
in classAbstractStoreConfiguration
-
-