Package org.openspaces.events.polling
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 org.openspaces.pu.service.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 org.openspaces.events.EventContainerServiceMonitors
getEventDetails, getFailedEvents, getProcessedEvents, getStatusMethods 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
-
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
-