Package com.hazelcast.config
Class ListConfig
- All Implemented Interfaces:
NamedConfig
,UserCodeNamespaceAwareConfig<CollectionConfig<ListConfig>>
,DataSerializable
,IdentifiedDataSerializable
,com.hazelcast.nio.serialization.impl.Versioned
Contains the configuration for an
IList
.-
Field Summary
Fields inherited from class com.hazelcast.config.CollectionConfig
DEFAULT_ASYNC_BACKUP_COUNT, DEFAULT_MAX_SIZE, DEFAULT_SYNC_BACKUP_COUNT
Fields inherited from interface com.hazelcast.config.UserCodeNamespaceAwareConfig
DEFAULT_NAMESPACE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.hazelcast.config.CollectionConfig
addItemListenerConfig, equals, fieldsToString, getAsyncBackupCount, getBackupCount, getFactoryId, getItemListenerConfigs, getMaxSize, getMergePolicyConfig, getName, getSplitBrainProtectionName, getTotalBackupCount, getUserCodeNamespace, hashCode, isStatisticsEnabled, readData, setAsyncBackupCount, setBackupCount, setItemListenerConfigs, setMaxSize, setMergePolicyConfig, setName, setSplitBrainProtectionName, setStatisticsEnabled, setUserCodeNamespace, writeData
-
Constructor Details
-
ListConfig
public ListConfig() -
ListConfig
-
ListConfig
-
-
Method Details
-
getClassId
public int getClassId()Description copied from interface:IdentifiedDataSerializable
Returns type identifier for this class. It should be unique per DataSerializableFactory.- Returns:
- type ID
-
toString
-