|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConfig | |
---|---|
org.openspaces.admin.pu.statistics | |
org.openspaces.admin.zone.config |
Uses of AbstractConfig in org.openspaces.admin.pu.statistics |
---|
Subclasses of AbstractConfig in org.openspaces.admin.pu.statistics | |
---|---|
class |
AbstractInstancesStatisticsConfig
|
class |
AbstractTimeWindowStatisticsConfig
Base class for statistics configurations that aggregate samples based on a specified time window |
class |
AverageInstancesStatisticsConfig
Calculates the average of all cluster instances values. |
class |
AverageTimeWindowStatisticsConfig
|
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 |
LastSampleTimeWindowStatisticsConfig
|
class |
MaximumInstancesStatisticsConfig
Picks the minimum of all cluster instances values. |
class |
MaximumTimeWindowStatisticsConfig
Configurations that aggregate statistics from a time window by picking up the sample with the highest value. |
class |
MinimumInstancesStatisticsConfig
Picks the minimum of all cluster instances values. |
class |
MinimumTimeWindowStatisticsConfig
Configurations that aggregate statistics from a time window by picking up the sample with the smallest value. |
class |
PercentileInstancesStatisticsConfig
Picks the Nth percentile of cluster instance values. |
class |
PercentileTimeWindowStatisticsConfig
Picks the Nth percentile of time window 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 |
Uses of AbstractConfig in org.openspaces.admin.zone.config |
---|
Subclasses of AbstractConfig in org.openspaces.admin.zone.config | |
---|---|
class |
AbstractZonesConfig
|
class |
AnyZonesConfig
Satisified by any zones PU[] is statisfied by GSC[] PU[] is statisfied by GSC[A] |
class |
AtLeastOneZoneConfig
Satisfied if at least one of the zones exist PU[A,B] is statisfied by GSC[A,B] PU[A,B] is statisfied by GSC[A] PU[A,B] is statisfied by GSC[B] PU[A] is statisfied by GSC[A,B] PU[A] is statisfied by GSC[A] PU[A] is NOT statisfied by GSC[] |
class |
ExactZonesConfig
|
class |
RequiredZonesConfig
A base class for PU zones |
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |