Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
PreJoinCacheConfig<K,V>
This subclass of
CacheConfig is used to communicate cache configurations in pre-join cache operations when cluster
version is at least 3.9. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PreJoinCacheConfig.keyValueTypesEqual(AbstractCacheConfig that) |
Modifier and Type | Class and Description |
---|---|
class |
CacheConfig<K,V>
Contains all the configuration for the
ICache . |
class |
CacheConfigReadOnly<K,V>
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractCacheConfig.keyValueTypesEqual(AbstractCacheConfig that) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.