public class SampleVMStatistics extends PerformanceStatistics
| Modifier and Type | Field and Description |
|---|---|
protected static String |
LOOPS |
statistics, THREAD_SCOPE, VM_SCOPE| Constructor and Description |
|---|
SampleVMStatistics(Class cls,
com.gemstone.gemfire.StatisticsType type,
int scope,
String instanceName,
String trimspecName) |
| Modifier and Type | Method and Description |
|---|---|
static SampleVMStatistics |
getInstance() |
static SampleVMStatistics |
getInstance(String name) |
static SampleVMStatistics |
getInstance(String name,
String trimspecName) |
static com.gemstone.gemfire.StatisticDescriptor[] |
getStatisticDescriptors() |
void |
incLoops() |
void |
incLoops(long amount) |
close, factory, getInstance, getInstance, getInstance, getName, getStatisticDescriptor, getTrimSpecName, statisticsprotected static final String LOOPS
public static com.gemstone.gemfire.StatisticDescriptor[] getStatisticDescriptors()
public static SampleVMStatistics getInstance()
public static SampleVMStatistics getInstance(String name)
public static SampleVMStatistics getInstance(String name, String trimspecName)
public void incLoops()
public void incLoops(long amount)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.