Uses of Package
org.gcube.data.streams.delegates

Packages that use org.gcube.data.streams.delegates
org.gcube.data.streams.delegates   
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.unfold   
org.gcube.data.streams.generators   
 

Classes in org.gcube.data.streams.delegates used by org.gcube.data.streams.delegates
StreamListener
          A listener of key events in the iteration of a target Stream.
 

Classes in org.gcube.data.streams.delegates used by org.gcube.data.streams.dsl.fold
FoldedStream
          A Stream that folds into lists the elements of another Stream.
 

Classes in org.gcube.data.streams.delegates used by org.gcube.data.streams.dsl.guard
GuardedStream
          A Stream that guards failures with a FaultHandler
 

Classes in org.gcube.data.streams.delegates used by org.gcube.data.streams.dsl.listen
MonitoredStream
          A Stream that notifies an StreamListener of key iteration events.
StreamListener
          A listener of key events in the iteration of a target Stream.
 

Classes in org.gcube.data.streams.delegates used by org.gcube.data.streams.dsl.pipe
PipedStream
          A Stream of elements generated by the elements of an input Stream
 

Classes in org.gcube.data.streams.delegates used by org.gcube.data.streams.dsl.unfold
UnfoldedStream
          A Stream of elements generated by unfolding the elements of an input Stream into multiple elements.
 

Classes in org.gcube.data.streams.delegates used by org.gcube.data.streams.generators
StreamListener
          A listener of key events in the iteration of a target Stream.
StreamListenerAdapter
          Adapter implementation for StreamListener.
 



Copyright © 2012. All Rights Reserved.