public class SourceStreamFactory extends AbstractCollectionFactory
Title: Dataspace Framework
Description: Source Stream collection factory.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Class and Description |
---|---|
static class |
SourceStreamFactory.SourceStreamSource |
Constructor and Description |
---|
SourceStreamFactory() |
Modifier and Type | Method and Description |
---|---|
int |
getParallelDegree() |
java.lang.String |
getQueryExpression() |
java.lang.String |
getRaiseEventId() |
long |
getRaiseInterval() |
java.lang.String |
getRaiseStreamStateEventId() |
SourceStreamFactory.SourceStreamSource |
getSource() |
java.lang.Boolean |
isWithIndex() |
void |
setParallelDegree(int numberOfThreads) |
void |
setQueryExpression(java.lang.String expression) |
void |
setRaiseEventId(java.lang.String eventId) |
void |
setRaiseInterval(long interval) |
void |
setRaiseStreamStateEventId(java.lang.String eventId) |
void |
setSource(SourceStreamFactory.SourceStreamSource source) |
void |
setWithIndex(boolean isWithIndex) |
createCollection, getCollectionType, getCreateSql, getFactoryParameter, getMemoryModel, setFactoryParameter, setMemoryModel
public void setSource(SourceStreamFactory.SourceStreamSource source)
public SourceStreamFactory.SourceStreamSource getSource()
public void setQueryExpression(java.lang.String expression)
public java.lang.String getQueryExpression()
public void setRaiseEventId(java.lang.String eventId)
public java.lang.String getRaiseEventId()
public void setRaiseInterval(long interval)
public long getRaiseInterval()
public void setRaiseStreamStateEventId(java.lang.String eventId)
public java.lang.String getRaiseStreamStateEventId()
public void setWithIndex(boolean isWithIndex)
public java.lang.Boolean isWithIndex()
public void setParallelDegree(int numberOfThreads)
public int getParallelDegree()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.