public class HiDensityCacheStorageInfo extends HiDensityStorageInfo
| Constructor and Description |
|---|
HiDensityCacheStorageInfo(String cacheName,
com.hazelcast.cache.impl.CacheContext cacheContext) |
| Modifier and Type | Method and Description |
|---|---|
long |
addEntryCount(long count) |
long |
decreaseEntryCount() |
boolean |
equals(Object obj) |
long |
getEntryCount() |
int |
hashCode() |
long |
increaseEntryCount() |
long |
removeEntryCount(long count) |
addUsedMemory, getForceEvictedEntryCount, getForceEvictionCount, getStorageName, getUsedMemory, increaseForceEvictedEntryCount, increaseForceEvictionCount, removeUsedMemory, toStringpublic HiDensityCacheStorageInfo(String cacheName, com.hazelcast.cache.impl.CacheContext cacheContext)
public long addEntryCount(long count)
addEntryCount in class HiDensityStorageInfopublic long removeEntryCount(long count)
removeEntryCount in class HiDensityStorageInfopublic long increaseEntryCount()
increaseEntryCount in class HiDensityStorageInfopublic long decreaseEntryCount()
decreaseEntryCount in class HiDensityStorageInfopublic long getEntryCount()
getEntryCount in class HiDensityStorageInfopublic int hashCode()
hashCode in class HiDensityStorageInfopublic boolean equals(Object obj)
equals in class HiDensityStorageInfoCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.