Class PollingEventContainerServiceMonitors
java.lang.Object
org.openspaces.pu.service.PlainServiceMonitors
org.openspaces.events.EventContainerServiceMonitors
org.openspaces.events.polling.PollingEventContainerServiceMonitors
- All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, ServiceMonitors
Polling container service monitors.
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class PlainServiceMonitors
details, id, monitors -
Constructor Summary
ConstructorsConstructorDescriptionPollingEventContainerServiceMonitors(String id, long processedEvents, long failedEvents, String status, int consumers) -
Method Summary
Modifier and TypeMethodDescriptionintvoidvoidMethods inherited from class EventContainerServiceMonitors
getEventDetails, getFailedEvents, getProcessedEvents, getStatusMethods inherited from class PlainServiceMonitors
getDetails, getId, getMonitors, setDetails, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
PollingEventContainerServiceMonitors
public PollingEventContainerServiceMonitors() -
PollingEventContainerServiceMonitors
-
-
Method Details
-
getPollingEventDetails
-
getConsumers
public int getConsumers() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classEventContainerServiceMonitors- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classEventContainerServiceMonitors- Throws:
IOExceptionClassNotFoundException
-