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