| Package | Description |
|---|---|
| com.hazelcast.cache |
This package contains the public API extension for Hazelcast JCache,
the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
|
| com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
| com.hazelcast.cache.impl.event |
Event classes to define listenters for JCache other than EntryListener
|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ICache.addPartitionLostListener(CachePartitionLostListener listener)
Adds a CachePartitionLostListener.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CacheProxy.addPartitionLostListener(CachePartitionLostListener listener) |
| Constructor and Description |
|---|
InternalCachePartitionLostListenerAdapter(CachePartitionLostListener partitionLostListener) |
| Modifier and Type | Method and Description |
|---|---|
CachePartitionLostListener |
CachePartitionLostListenerConfigReadOnly.getImplementation()
Deprecated.
|
CachePartitionLostListener |
CachePartitionLostListenerConfig.getImplementation() |
| Modifier and Type | Method and Description |
|---|---|
CachePartitionLostListenerConfig |
CachePartitionLostListenerConfigReadOnly.setImplementation(CachePartitionLostListener implementation)
Deprecated.
|
CachePartitionLostListenerConfig |
CachePartitionLostListenerConfig.setImplementation(CachePartitionLostListener implementation) |
| Constructor and Description |
|---|
CachePartitionLostListenerConfig(CachePartitionLostListener implementation) |
Copyright © 2018. All Rights Reserved.