Package | Description |
---|---|
com.gemstone.gemfire |
The base package of the GemFire Java product, featuring highly
concurrent distributed caching
with cache event delivery, OQL querying, and remote cache administration, built using a DistributedSystem which includes a
DistributedLockService.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
StatisticsFactory.createAtomicStatistics(StatisticsType type)
Creates and returns a
Statistics instance of the given type with default ids. |
Statistics |
StatisticsFactory.createAtomicStatistics(StatisticsType type,
String textId)
|
Statistics |
StatisticsFactory.createAtomicStatistics(StatisticsType type,
String textId,
long numericId)
|
Statistics |
StatisticsFactory.createStatistics(StatisticsType type)
Creates and returns a
Statistics instance of the given type with default ids. |
Statistics |
StatisticsFactory.createStatistics(StatisticsType type,
String textId)
|
Statistics |
StatisticsFactory.createStatistics(StatisticsType type,
String textId,
long numericId)
|
Statistics[] |
StatisticsFactory.findStatisticsByNumericId(long numericId)
Returns an array of all the existing statistics with the given numericId.
|
Statistics[] |
StatisticsFactory.findStatisticsByTextId(String textId)
Returns an array of all the existing statistics with the given textId.
|
Statistics[] |
StatisticsFactory.findStatisticsByType(StatisticsType type)
Returns an array of all the existing statistics of the given type.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.