Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
Modifier and Type | Class and Description |
---|---|
class |
PartitioningStrategyConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setPartitioningStrategyConfig(PartitioningStrategyConfig partitioningStrategyConfig) |
MapConfig |
MapConfigReadOnly.setPartitioningStrategyConfig(PartitioningStrategyConfig partitioningStrategyConfig)
Deprecated.
|
Constructor and Description |
---|
PartitioningStrategyConfig(PartitioningStrategyConfig config) |
PartitioningStrategyConfigReadOnly(PartitioningStrategyConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PartitioningStrategy |
MapServiceContext.getPartitioningStrategy(String mapName,
PartitioningStrategyConfig config) |
PartitioningStrategy |
PartitioningStrategyFactory.getPartitioningStrategy(String mapName,
PartitioningStrategyConfig config)
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.