public class NotifyEventContainerServiceDetails extends EventContainerServiceDetails
Modifier and Type | Class and Description |
---|---|
static class |
NotifyEventContainerServiceDetails.Attributes |
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_SUB_TYPE |
SERVICE_TYPE
attributes, description, id, longDescription, serviceSubType, serviceType
Constructor and Description |
---|
NotifyEventContainerServiceDetails() |
NotifyEventContainerServiceDetails(String id,
String gigaSpace,
Object template,
boolean performSnapshot,
String transactionManager,
int commType,
boolean fifo,
Integer batchSize,
Integer batchTime,
Integer batchPendingThreshold,
boolean autoRenew,
Boolean notifyAll,
Boolean notifyWrite,
Boolean notifyUpdate,
Boolean notifyTake,
Boolean notifyLeaseExpire,
Boolean notifyUnmatched,
Boolean notifyMatched,
Boolean notifyRematched,
Boolean triggerNotifyTemplate,
Boolean replicateNotifyTemplate,
boolean performTakeOnNotify,
boolean passArrayAsIs,
boolean guaranteed,
boolean durable,
String tag) |
Modifier and Type | Method and Description |
---|---|
AggregatedServiceDetails |
aggregateById(ServiceDetails[] servicesDetails) |
AggregatedServiceDetails |
aggregateByServiceSubType(ServiceDetails[] servicesDetails) |
Integer |
getBatchSize() |
Integer |
getBatchTime() |
String |
getCommType() |
String |
getTag() |
Boolean |
isAutoRenew() |
Boolean |
isDurable() |
Boolean |
isFifo() |
Boolean |
isGuaranteed() |
Boolean |
isNotifyLeaseExpire() |
Boolean |
isNotifyMatched() |
Boolean |
isNotifyRematched() |
Boolean |
isNotifyTake() |
Boolean |
isNotifyUnmatched() |
Boolean |
isNotifyUpdate()
Deprecated.
since 9.1 use
isNotifyMatched() or isNotifyRematched() instead. |
Boolean |
isNotifyWrite() |
Boolean |
isPassArrayAsIs() |
Boolean |
isPerformTakeOnNotify() |
Boolean |
isReplicateNotifyTemplate() |
Boolean |
isTriggerNotifyTemplate() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getGigaSpace, getQueryDetails, getTemplate, getTransactionManager, isPerformSnapshot, isTransactional
aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceType, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public static final String SERVICE_SUB_TYPE
public NotifyEventContainerServiceDetails()
public NotifyEventContainerServiceDetails(String id, String gigaSpace, Object template, boolean performSnapshot, String transactionManager, int commType, boolean fifo, Integer batchSize, Integer batchTime, Integer batchPendingThreshold, boolean autoRenew, Boolean notifyAll, Boolean notifyWrite, Boolean notifyUpdate, Boolean notifyTake, Boolean notifyLeaseExpire, Boolean notifyUnmatched, Boolean notifyMatched, Boolean notifyRematched, Boolean triggerNotifyTemplate, Boolean replicateNotifyTemplate, boolean performTakeOnNotify, boolean passArrayAsIs, boolean guaranteed, boolean durable, String tag)
public String getCommType()
public Boolean isFifo()
public Integer getBatchSize()
public Integer getBatchTime()
public Boolean isAutoRenew()
public Boolean isNotifyWrite()
@Deprecated public Boolean isNotifyUpdate()
isNotifyMatched()
or isNotifyRematched()
instead.public Boolean isNotifyTake()
public Boolean isNotifyLeaseExpire()
public Boolean isNotifyUnmatched()
public Boolean isNotifyMatched()
public Boolean isNotifyRematched()
public Boolean isTriggerNotifyTemplate()
public Boolean isReplicateNotifyTemplate()
public Boolean isPerformTakeOnNotify()
public Boolean isPassArrayAsIs()
public Boolean isGuaranteed()
public Boolean isDurable()
public String getTag()
public AggregatedServiceDetails aggregateById(ServiceDetails[] servicesDetails)
aggregateById
in class PlainServiceDetails
public AggregatedServiceDetails aggregateByServiceSubType(ServiceDetails[] servicesDetails)
aggregateByServiceSubType
in class PlainServiceDetails
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class EventContainerServiceDetails
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class EventContainerServiceDetails
IOException
ClassNotFoundException
Copyright © GigaSpaces.