Uses of Class
org.gcube.data.streams.LookAheadStream

Packages that use LookAheadStream
org.gcube.data.streams.adapters   
org.gcube.data.streams.delegates   
 

Uses of LookAheadStream in org.gcube.data.streams.adapters
 

Subclasses of LookAheadStream in org.gcube.data.streams.adapters
 class ResultsetStream<E extends Record>
          A Stream adapter for gRS2 resultsets.
 

Uses of LookAheadStream in org.gcube.data.streams.delegates
 

Subclasses of LookAheadStream in org.gcube.data.streams.delegates
 class FoldedStream<E>
          A Stream that folds into lists the elements of another Stream.
 class GuardedStream<E>
          A Stream that guards failures with a FaultHandler
 class MonitoredStream<E>
          A Stream that notifies an StreamListener of key iteration events.
 class PipedStream<E1,E2>
          A Stream of elements generated by the elements of an input Stream
 class UnfoldedStream<E1,E2>
          A Stream of elements generated by unfolding the elements of an input Stream into multiple elements.
 



Copyright © 2012. All Rights Reserved.