public class DistributedSortedMapConfig extends MapConfig<DistributedSortedMapConfig>
| Constructor and Description |
|---|
DistributedSortedMapConfig() |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
getType()
Returns the type name.
|
boolean |
isNullValues()
Returns whether null values are supported by the map.
|
DistributedSortedMapConfig |
setNullValues()
Enables null values in the map.
|
DistributedSortedMapConfig |
setNullValues(boolean nullValues)
Enables null values in the map.
|
addExtraType, getExtraTypes, getKeyType, getValueType, isCompatibleSerialization, isRegistrationRequired, setCompatibleSerialization, setExtraTypes, setKeyType, setRegistrationRequired, setValueTypegetCacheConfig, setCacheConfiggetName, getNamespaceConfig, getProtocolConfig, isReadOnly, setName, setNamespaceConfig, setProtocolConfig, setReadOnly, setReadOnlypublic PrimitiveType getType()
TypedConfigpublic DistributedSortedMapConfig setNullValues()
public DistributedSortedMapConfig setNullValues(boolean nullValues)
nullValues - whether null values are allowedpublic boolean isNullValues()
true if null values are supported; false otherwiseCopyright © 2013–2018. All rights reserved.