Uses of Class
org.gcube.data.streams.dsl.StreamClause

Packages that use StreamClause
org.gcube.data.streams.dsl.consume   
org.gcube.data.streams.dsl.fold   
org.gcube.data.streams.dsl.guard   
org.gcube.data.streams.dsl.listen   
org.gcube.data.streams.dsl.pipe   
org.gcube.data.streams.dsl.publish   
org.gcube.data.streams.dsl.unfold   
 

Uses of StreamClause in org.gcube.data.streams.dsl.consume
 

Subclasses of StreamClause in org.gcube.data.streams.dsl.consume
 class ConsumeWithClause<E>
          The clause of consume sentences in which a Callback is configured on the input stream.
 

Uses of StreamClause in org.gcube.data.streams.dsl.fold
 

Subclasses of StreamClause in org.gcube.data.streams.dsl.fold
 class InClause<E>
          The clause of fold sentences in which a fold size is configured for the output stream.
 

Uses of StreamClause in org.gcube.data.streams.dsl.guard
 

Subclasses of StreamClause in org.gcube.data.streams.dsl.guard
 class GuardWithClause<E>
          The clause of fold sentences of the Stream DSL in which a FaultHandler is configured on the output stream.
 

Uses of StreamClause in org.gcube.data.streams.dsl.listen
 

Subclasses of StreamClause in org.gcube.data.streams.dsl.listen
 class MonitorWithClause<E>
          The clause of guard sentences in which a StreamListener is configured on the stream.
 

Uses of StreamClause in org.gcube.data.streams.dsl.pipe
 

Subclasses of StreamClause in org.gcube.data.streams.dsl.pipe
 class PipeThroughClause<E>
          The clause of pipe sentences in which a Generator is configured on the output stream.
 

Uses of StreamClause in org.gcube.data.streams.dsl.publish
 

Subclasses of StreamClause in org.gcube.data.streams.dsl.publish
 class PublishRsUsingClause<E>
          The clause of publish sentences in which the type of Records is configured on the output resultset.
 class PublishRsWithClause<E>
          The clause of publish sentences in which the output resultset is configured.
 

Uses of StreamClause in org.gcube.data.streams.dsl.unfold
 

Subclasses of StreamClause in org.gcube.data.streams.dsl.unfold
 class UnfoldThroughClause<E>
          The clause of unfold sentences in which a Generator is configured on the output stream.
 



Copyright © 2012. All Rights Reserved.