Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.collection.impl.queue | |
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
Constructor and Description |
---|
LatencyTrackingCacheLoader(javax.cache.integration.CacheLoader<K,V> delegate,
StoreLatencyPlugin plugin,
String cacheName) |
LatencyTrackingCacheWriter(javax.cache.integration.CacheWriter<K,V> delegate,
StoreLatencyPlugin plugin,
String cacheName) |
Constructor and Description |
---|
LatencyTrackingQueueStore(QueueStore<T> delegate,
StoreLatencyPlugin plugin,
String queueName) |
Constructor and Description |
---|
LatencyTrackingMapLoader(MapLoader<K,V> delegate,
StoreLatencyPlugin plugin,
String mapName) |
LatencyTrackingMapStore(MapStore<K,V> delegate,
StoreLatencyPlugin plugin,
String mapName) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.