public class ProcessQueueFactory extends EventQueueFactory
Title: Dataspace framework
Description: Process queue factory proxy.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Constructor and Description |
---|
ProcessQueueFactory() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getExcludedProperties() |
java.util.List |
getIncludedProperties() |
ProcessState |
getInitialProcessState() |
int |
getMaxAttempts() |
java.lang.String |
getMetaTableName() |
long |
getOfferInterval() |
int |
getParallelDegree() |
long |
getRecipientTimeout() |
boolean |
getSuspendOnFailure() |
boolean |
isSourceEventAsBlob() |
boolean |
isSourceEventIncluded() |
void |
setExcludedProperties(java.util.List eventProps) |
void |
setIncludedProperties(java.util.List eventProps) |
void |
setInitialProcessState(ProcessState processState) |
void |
setMaxAttempts(int maxAttempts) |
void |
setMetaTableName(java.lang.String metaTableName) |
void |
setOfferInterval(long offerInterval) |
void |
setParallelDegree(int parallelDegree) |
void |
setRecipientTimeout(long recipientTimeout) |
void |
setSourceEventAsBlob(boolean sourceEventAsBlob) |
void |
setSourceEventIncluded(boolean include) |
void |
setSuspendOnFailure(boolean suspendOnFailure) |
getEventScope, getSelector, getTimeWindowUnit, getWindowCheckInterval, getWindowCheckIntervalUnit, getWindowSize, getWindowType, isConsumer, isConsumerAsync, setConstraint, setEventScope, setIsConsumer, setIsConsumerAsync, setSelector, setTimeWindowUnit, setWindowCheckInterval, setWindowCheckIntervalUnit, setWindowSize, setWindowType
getConstraint
getFactoryParameter, setFactoryParameter
createCollection, getCollectionType, getCreateSql, getMemoryModel, setMemoryModel
public void setInitialProcessState(ProcessState processState)
public ProcessState getInitialProcessState()
public void setMetaTableName(java.lang.String metaTableName)
public java.lang.String getMetaTableName()
public void setMaxAttempts(int maxAttempts)
public int getMaxAttempts()
public void setOfferInterval(long offerInterval)
public long getOfferInterval()
public void setRecipientTimeout(long recipientTimeout)
public long getRecipientTimeout()
public void setSuspendOnFailure(boolean suspendOnFailure)
public boolean getSuspendOnFailure()
public void setParallelDegree(int parallelDegree)
public int getParallelDegree()
public void setExcludedProperties(java.util.List eventProps)
setExcludedProperties
in interface ConsumerAndEventPropertiesFactoryInterface
setExcludedProperties
in class EventQueueFactory
public java.util.List getExcludedProperties()
getExcludedProperties
in interface ConsumerAndEventPropertiesFactoryInterface
getExcludedProperties
in class EventQueueFactory
public void setIncludedProperties(java.util.List eventProps)
setIncludedProperties
in interface ConsumerAndEventPropertiesFactoryInterface
setIncludedProperties
in class EventQueueFactory
public java.util.List getIncludedProperties()
getIncludedProperties
in interface ConsumerAndEventPropertiesFactoryInterface
getIncludedProperties
in class EventQueueFactory
public boolean isSourceEventIncluded()
isSourceEventIncluded
in interface ConsumerAndEventPropertiesFactoryInterface
isSourceEventIncluded
in class EventQueueFactory
public boolean isSourceEventAsBlob()
isSourceEventAsBlob
in interface ConsumerAndEventPropertiesFactoryInterface
isSourceEventAsBlob
in class EventQueueFactory
public void setSourceEventIncluded(boolean include)
setSourceEventIncluded
in interface ConsumerAndEventPropertiesFactoryInterface
setSourceEventIncluded
in class EventQueueFactory
public void setSourceEventAsBlob(boolean sourceEventAsBlob)
setSourceEventAsBlob
in interface ConsumerAndEventPropertiesFactoryInterface
setSourceEventAsBlob
in class EventQueueFactory
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.