StatisticsFactory Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
The StatisticsFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | ID |
Returns a numeric id that can be used to identify the manager
|
![]() | Name |
Returns a name that can be used to identify the manager
|
Name | Description | |
---|---|---|
![]() | CreateAtomicStatistics(StatisticsType) |
Creates and returns a Statistics instance of the given StatisticsType type, textId, and with default ids.
|
![]() | CreateAtomicStatistics(StatisticsType, String) |
Creates and returns a Statistics instance of the given StatisticsType type, textId, and with a default numeric id.
|
![]() | CreateAtomicStatistics(StatisticsType, String, Int64) | |
![]() | CreateDoubleCounter(String, String, String) | |
![]() | CreateDoubleCounter(String, String, String, SByte) |
Creates and returns an double counter StatisticDescriptor
with the given name, description,
units, and with larger values indicating better performance.
|
![]() | CreateDoubleGauge(String, String, String) | |
![]() | CreateDoubleGauge(String, String, String, SByte) |
Creates and returns an double gauge StatisticDescriptor
with the given name, description,
units, and with smaller values indicating better performance.
|
![]() | CreateIntCounter(String, String, String) | |
![]() | CreateIntCounter(String, String, String, SByte) |
Creates and returns an int counter StatisticDescriptor
with the given name, description,
units, and with larger values indicating better performance.
|
![]() | CreateIntGauge(String, String, String) | |
![]() | CreateIntGauge(String, String, String, SByte) |
Creates and returns an int gauge StatisticDescriptor
with the given name, description,
units, and with smaller values indicating better performance.
|
![]() | CreateLongCounter(String, String, String) | |
![]() | CreateLongCounter(String, String, String, SByte) |
Creates and returns an long counter StatisticDescriptor
with the given name, description,
units, and with larger values indicating better performance.
|
![]() | CreateLongGauge(String, String, String) | |
![]() | CreateLongGauge(String, String, String, SByte) |
Creates and returns an long gauge StatisticDescriptor
with the given name, description,
units, and with smaller values indicating better performance.
|
![]() | CreateStatistics(StatisticsType) |
Creates and returns a Statistics instance of the given StatisticsType type, textId, and with default ids.
|
![]() | CreateStatistics(StatisticsType, String) |
Creates and returns a Statistics instance of the given StatisticsType type, textId, and with a default numeric id.
|
![]() | CreateStatistics(StatisticsType, String, Int64) | |
![]() | CreateType | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FindFirstStatisticsByType |
Return the first instance that matches the type, or NULL
|
![]() | FindType |
Finds and returns an already created StatisticsType
with the given name. Returns null if the type does not exist.
|
![]() ![]() | GetExistingInstance |
Return a pre-existing statistics factory. Typically configured through
creation of a distributed system.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |