Package org.openspaces.events
Class EventContainerServiceMonitors
java.lang.Object
org.openspaces.pu.service.PlainServiceMonitors
org.openspaces.events.EventContainerServiceMonitors
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,ServiceMonitors
- Direct Known Subclasses:
AsyncPollingEventContainerServiceMonitors,NotifyEventContainerServiceMonitors,PollingEventContainerServiceMonitors
A generic event container service monitors.
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.openspaces.pu.service.PlainServiceMonitors
details, id, monitors -
Constructor Summary
ConstructorsConstructorDescriptionEventContainerServiceMonitors(String id, long processedEvents, long failedEvents, String status) -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidvoidMethods inherited from class org.openspaces.pu.service.PlainServiceMonitors
getDetails, getId, getMonitors, setDetails, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
EventContainerServiceMonitors
public EventContainerServiceMonitors() -
EventContainerServiceMonitors
-
-
Method Details
-
getEventDetails
-
getProcessedEvents
public long getProcessedEvents() -
getFailedEvents
public long getFailedEvents() -
getStatus
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classPlainServiceMonitors- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classPlainServiceMonitors- Throws:
IOExceptionClassNotFoundException
-