Class ProcessingUnitStatisticsIdConfigurer
java.lang.Object
org.openspaces.admin.pu.statistics.ProcessingUnitStatisticsIdConfigurer
Provides fluent API for creating a new
ProcessingUnitStatisticsId object.- Since:
- 9.0.0
- Author:
- itaif
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentZones(ZonesConfig zoneStatistics) create()instancesStatistics(InstancesStatisticsConfig instancesStatistics) Aggregates values of using the specified cluster statistics functionThe name of the statistics in the source.The processing unit custom service monitors id that is the source for this statistics For more info seeServiceMonitorsProviderandServiceMonitors.getId()Could also be one of the following admin API reserved values: "org.openspaces.admin.os.OperatingSystemsStatistics" for Operating System statistics "org.openspaces.admin.vm.VirtualMachineStatistics" for the Java Virtual Machine statisticstimeWindowStatistics(TimeWindowStatisticsConfig timeWindowStatistics) Aggregates values using the specified time window statistics function.
-
Constructor Details
-
ProcessingUnitStatisticsIdConfigurer
public ProcessingUnitStatisticsIdConfigurer()
-
-
Method Details
-
monitor
The processing unit custom service monitors id that is the source for this statistics For more info seeServiceMonitorsProviderandServiceMonitors.getId()Could also be one of the following admin API reserved values: "org.openspaces.admin.os.OperatingSystemsStatistics" for Operating System statistics "org.openspaces.admin.vm.VirtualMachineStatistics" for the Java Virtual Machine statistics -
metric
The name of the statistics in the source. -
timeWindowStatistics
public ProcessingUnitStatisticsIdConfigurer timeWindowStatistics(TimeWindowStatisticsConfig timeWindowStatistics) Aggregates values using the specified time window statistics function. If timeWindow is null selects the last sample. -
instancesStatistics
public ProcessingUnitStatisticsIdConfigurer instancesStatistics(InstancesStatisticsConfig instancesStatistics) Aggregates values of using the specified cluster statistics function -
agentZones
-
create
-