Class ClusterLoaderConfiguration
java.lang.Object
org.infinispan.configuration.cache.AbstractStoreConfiguration
org.infinispan.configuration.cache.ClusterLoaderConfiguration
- All Implemented Interfaces:
StoreConfiguration
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
ClusterLoaderConfiguration.
- Since:
- 5.2
- Author:
- Tristan Tarrant
-
Field Summary
Fields inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
attributes, FETCH_STATE, MAX_BATCH_SIZE, PRELOAD, PROPERTIES, PURGE_ON_STARTUP, READ_ONLY, SEGMENTED, SHARED, TRANSACTIONAL, WRITE_ONLY
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.infinispan.commons.configuration.attributes.AttributeSet
Deprecated.org.infinispan.commons.configuration.attributes.AttributeSet
Deprecated.long
Deprecated.toString()
Deprecated.Methods inherited from class org.infinispan.configuration.cache.AbstractStoreConfiguration
async, equals, fetchPersistentState, hashCode, ignoreModifications, maxBatchSize, preload, properties, purgeOnStartup, segmented, shared, transactional, writeOnly
-
Method Details
-
attributeDefinitionSet
public static org.infinispan.commons.configuration.attributes.AttributeSet attributeDefinitionSet()Deprecated. -
attributes
public org.infinispan.commons.configuration.attributes.AttributeSet attributes()Deprecated.- Overrides:
attributes
in classAbstractStoreConfiguration
-
remoteCallTimeout
public long remoteCallTimeout()Deprecated. -
toString
Deprecated.- Overrides:
toString
in classAbstractStoreConfiguration
-