public class CacheSizeStats extends PerformanceStatistics
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_MEM_SIZE |
static String |
CACHE_SIZE |
static String |
EMPTY_CACHE_MEM_SIZE |
static String |
OBJECT_SIZE |
static String |
PER_ENTRY_OVERHEAD |
static String |
WARMED_UP_CACHE_MEM_SIZE |
statistics, THREAD_SCOPE, VM_SCOPE| Constructor and Description |
|---|
CacheSizeStats(Class cls,
com.gemstone.gemfire.StatisticsType type,
int scope,
String instanceName,
String trimspecName) |
| Modifier and Type | Method and Description |
|---|---|
static CacheSizeStats |
getInstance(String name) |
static com.gemstone.gemfire.StatisticDescriptor[] |
getStatisticDescriptors()
Returns the statistic descriptors for
CachePerfStats |
void |
setCacheMemSize(long cacheMemSize) |
void |
setCacheSize(int cacheSize) |
protected void |
setEmptyCacheMemSize(long memSize) |
protected void |
setObjectSize(int objectSize) |
void |
setPerEntryOverhead(long perEntryOverhead) |
void |
setWarmedUpCacheMemSize(long memSize) |
close, factory, getInstance, getInstance, getInstance, getName, getStatisticDescriptor, getTrimSpecName, statisticspublic static final String CACHE_SIZE
public static final String CACHE_MEM_SIZE
public static final String EMPTY_CACHE_MEM_SIZE
public static final String WARMED_UP_CACHE_MEM_SIZE
public static final String OBJECT_SIZE
public static final String PER_ENTRY_OVERHEAD
public static com.gemstone.gemfire.StatisticDescriptor[] getStatisticDescriptors()
CachePerfStatspublic static CacheSizeStats getInstance(String name)
protected void setEmptyCacheMemSize(long memSize)
protected void setObjectSize(int objectSize)
public void setWarmedUpCacheMemSize(long memSize)
public void setCacheSize(int cacheSize)
public void setCacheMemSize(long cacheMemSize)
public void setPerEntryOverhead(long perEntryOverhead)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.