public class PutAllPerfStats extends PerformanceStatistics
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PUTALL_ENTRIES |
protected static String |
PUTALL_TIME |
statistics, THREAD_SCOPE, VM_SCOPE| Constructor and Description |
|---|
PutAllPerfStats(Class cls,
com.gemstone.gemfire.StatisticsType type,
int scope,
String instanceName,
String trimspecName) |
| Modifier and Type | Method and Description |
|---|---|
void |
endPutAll(long start,
int mapSize) |
static PutAllPerfStats |
getInstance() |
static PutAllPerfStats |
getInstance(String name) |
static PutAllPerfStats |
getInstance(String name,
String trimspecName) |
long |
getPutAllEntries() |
long |
getPutAllTime() |
static com.gemstone.gemfire.StatisticDescriptor[] |
getStatisticDescriptors()
Returns the statistic descriptors for
PutAllPerfStats. |
void |
incPutAllEntries()
increase the count on the entries
|
void |
incPutAllEntries(int amount)
increase the count on the entries by the supplied amount
|
void |
incPutAllTime(long amount)
increase the time on the putAll operation by the supplied amount
|
long |
startPutAll() |
close, factory, getInstance, getInstance, getInstance, getName, getStatisticDescriptor, getTrimSpecName, statisticsprotected static final String PUTALL_ENTRIES
protected static final String PUTALL_TIME
public static com.gemstone.gemfire.StatisticDescriptor[] getStatisticDescriptors()
PutAllPerfStats.public static PutAllPerfStats getInstance()
public static PutAllPerfStats getInstance(String name)
public static PutAllPerfStats getInstance(String name, String trimspecName)
public long getPutAllEntries()
public long getPutAllTime()
public void incPutAllEntries()
public void incPutAllEntries(int amount)
public void incPutAllTime(long amount)
public long startPutAll()
public void endPutAll(long start,
int mapSize)
start - the timestamp taken when the putAll operation startedCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.