Class AsyncPollingEventContainerServiceDetails
java.lang.Object
org.openspaces.pu.service.PlainServiceDetails
org.openspaces.events.EventContainerServiceDetails
org.openspaces.events.asyncpolling.AsyncPollingEventContainerServiceDetails
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,ServiceDetails
Async Polling container service details.
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsFields inherited from class org.openspaces.events.EventContainerServiceDetails
SERVICE_TYPEFields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType -
Constructor Summary
ConstructorsConstructorDescriptionAsyncPollingEventContainerServiceDetails(String id, String gigaSpace, Object template, boolean performSnapshot, String transactionManager, long receiveTimeout, int concurrentConsumers) -
Method Summary
Modifier and TypeMethodDescriptionaggregateById(ServiceDetails[] servicesDetails) aggregateByServiceSubType(ServiceDetails[] servicesDetails) voidvoidMethods inherited from class org.openspaces.events.EventContainerServiceDetails
getGigaSpace, getQueryDetails, getTemplate, getTransactionManager, isPerformSnapshot, isTransactionalMethods inherited from class org.openspaces.pu.service.PlainServiceDetails
aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, 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
-
Field Details
-
SERVICE_SUB_TYPE
- See Also:
-
-
Constructor Details
-
AsyncPollingEventContainerServiceDetails
public AsyncPollingEventContainerServiceDetails() -
AsyncPollingEventContainerServiceDetails
-
-
Method Details
-
getReceiveTimeout
-
getConcurrentConsumers
-
aggregateByServiceSubType
- Overrides:
aggregateByServiceSubTypein classPlainServiceDetails
-
aggregateById
- Overrides:
aggregateByIdin classPlainServiceDetails
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classEventContainerServiceDetails- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classEventContainerServiceDetails- Throws:
IOExceptionClassNotFoundException
-