Package | Description |
---|---|
org.openspaces.admin.pu.statistics |
Modifier and Type | Class and Description |
---|---|
class |
AverageInstancesStatisticsConfig
Calculates the average of all cluster instances values.
|
class |
CpuPercentageTimeWindowStatisticsConfig
Calculates the cpu percentage by dividing the total CPU values by delta time passed in
milliseconds.
|
class |
EachSingleInstanceStatisticsConfig
Denotes that a
ProcessingUnitStatisticsId applies to all of the Processing Unit. |
class |
MaximumInstancesStatisticsConfig
Picks the minimum of all cluster instances values.
|
class |
MinimumInstancesStatisticsConfig
Picks the minimum of all cluster instances values.
|
class |
PercentileInstancesStatisticsConfig
Picks the Nth percentile of cluster instance values.
|
class |
SingleInstanceStatisticsConfig
Defines that statistics are not aggregated but for a specific instance.
|
class |
ThroughputTimeWindowStatisticsConfig
Calculates the throughput (requests per second)by taking total request count and dividing by
time
|
Modifier and Type | Method and Description |
---|---|
InstancesStatisticsConfig |
ProcessingUnitStatisticsId.getInstancesStatistics() |
Modifier and Type | Method and Description |
---|---|
ProcessingUnitStatisticsIdConfigurer |
ProcessingUnitStatisticsIdConfigurer.instancesStatistics(InstancesStatisticsConfig instancesStatistics)
Aggregates values of using the specified cluster statistics function
|
void |
ProcessingUnitStatisticsId.setInstancesStatistics(InstancesStatisticsConfig instancesStatistics) |
Copyright © GigaSpaces.