Class EachSingleInstanceStatisticsConfig
java.lang.Object
org.openspaces.admin.config.AbstractConfig
org.openspaces.admin.pu.statistics.AbstractInstancesStatisticsConfig
org.openspaces.admin.pu.statistics.EachSingleInstanceStatisticsConfig
- All Implemented Interfaces:
InstancesStatisticsConfig
public class EachSingleInstanceStatisticsConfig
extends AbstractInstancesStatisticsConfig
implements InstancesStatisticsConfig
Denotes that a
ProcessingUnitStatisticsId applies to all of the Processing Unit.- Since:
- 9.0.0
- Author:
- itaif
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openspaces.admin.config.AbstractConfig
equals, getProperties, getStringProperties, hashCode, setProperties, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openspaces.admin.pu.statistics.InstancesStatisticsConfig
getProperties
-
Constructor Details
-
EachSingleInstanceStatisticsConfig
public EachSingleInstanceStatisticsConfig() -
EachSingleInstanceStatisticsConfig
-
-
Method Details
-
validate
Description copied from interface:InstancesStatisticsConfigChecks the content of this config is valid.- Specified by:
validatein interfaceInstancesStatisticsConfig- Throws:
IllegalStateException- - if state is found to be illegal
-