Package com.hazelcast.config
Class SetConfig
- All Implemented Interfaces:
NamedConfig
,UserCodeNamespaceAwareConfig<CollectionConfig<SetConfig>>
,DataSerializable
,IdentifiedDataSerializable
,com.hazelcast.nio.serialization.impl.Versioned
Contains the configuration for an
ISet
.-
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
-
SetConfig
public SetConfig() -
SetConfig
-
SetConfig
-
-
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
-