Class ClusterLoaderConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.AbstractStoreConfiguration
-
- org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
- All Implemented Interfaces:
StoreConfiguration
@Deprecated public class ClusterLoaderConfiguration extends AbstractStoreConfiguration
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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.infinispan.commons.configuration.attributes.AttributeSet
attributeDefinitionSet()
Deprecated.org.infinispan.commons.configuration.attributes.AttributeSet
attributes()
Deprecated.long
remoteCallTimeout()
Deprecated.String
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 Detail
-
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
public String toString()
Deprecated.- Overrides:
toString
in classAbstractStoreConfiguration
-
-