org.wso2.siddhi.query.api.query.input
Interface TransformedStream

All Superinterfaces:
PatternElement, SequenceElement, SingleStream, Stream
All Known Subinterfaces:
FilteredStream
All Known Implementing Classes:
AnonymousStream, BasicStream

public interface TransformedStream
extends SingleStream, SequenceElement, PatternElement


Method Summary
 void setCounterStream(boolean counterStream)
           
 WindowStream window(String name, Expression... parameters)
           
 WindowStream window(String namespace, String function, Expression... parameters)
           
 WindowStream window(Window window)
           
 
Methods inherited from interface org.wso2.siddhi.query.api.query.input.SingleStream
getFilter, getQueryEventSource, getStreamId, getStreamReferenceId, setStreamReferenceId
 
Methods inherited from interface org.wso2.siddhi.query.api.query.input.Stream
constructQueryEventSourceList, getStreamIds
 

Method Detail

window

WindowStream window(String name,
                    Expression... parameters)

window

WindowStream window(String namespace,
                    String function,
                    Expression... parameters)

window

WindowStream window(Window window)

setCounterStream

void setCounterStream(boolean counterStream)


Copyright © 2014. All rights reserved.