Package | Description |
---|---|
com.hazelcast.cardinality.impl | |
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
CardinalityEstimatorProxy |
Modifier and Type | Method and Description |
---|---|
CardinalityEstimator |
HazelcastClientInstanceImpl.getCardinalityEstimator(String name) |
CardinalityEstimator |
HazelcastClientProxy.getCardinalityEstimator(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientCardinalityEstimatorProxy
Proxy implementation of
CardinalityEstimator . |
Modifier and Type | Method and Description |
---|---|
CardinalityEstimator |
HazelcastInstance.getCardinalityEstimator(String name)
Obtain a
CardinalityEstimator with the given name. |
Modifier and Type | Method and Description |
---|---|
CardinalityEstimator |
HazelcastInstanceImpl.getCardinalityEstimator(String name) |
CardinalityEstimator |
HazelcastInstanceProxy.getCardinalityEstimator(String name) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.