Package org.openspaces.events.notify
Class AggregatedNotifyEventContainerServiceDetails
java.lang.Object
org.openspaces.pu.service.PlainAggregatedServiceDetails
org.openspaces.events.notify.AggregatedNotifyEventContainerServiceDetails
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,AggregatedServiceDetails
Notify container service details.
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionAggregatedNotifyEventContainerServiceDetails(String serviceType, ServiceDetails[] details) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisFifo()booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidvoidMethods inherited from class org.openspaces.pu.service.PlainAggregatedServiceDetails
getAttributes, 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
-
Constructor Details
-
AggregatedNotifyEventContainerServiceDetails
public AggregatedNotifyEventContainerServiceDetails() -
AggregatedNotifyEventContainerServiceDetails
-
-
Method Details
-
getCommType
-
isFifo
public boolean isFifo() -
getBatchSize
-
getBatchTime
-
isAutoRenew
public boolean isAutoRenew() -
isNotifyWrite
public boolean isNotifyWrite() -
isNotifyUpdate
public boolean isNotifyUpdate() -
isNotifyTake
public boolean isNotifyTake() -
isNotifyLeaseExpire
public boolean isNotifyLeaseExpire() -
isNotifyUnmatched
public boolean isNotifyUnmatched() -
isTriggerNotifyTemplate
-
isReplicateNotifyTemplate
-
isPerformTakeOnNotify
public boolean isPerformTakeOnNotify() -
isPassArrayAsIs
public boolean isPassArrayAsIs() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classPlainAggregatedServiceDetails- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classPlainAggregatedServiceDetails- Throws:
IOExceptionClassNotFoundException
-