Uses of Interface
org.gcube.data.streams.generators.Generator

Packages that use Generator
org.gcube.data.streams.delegates   
org.gcube.data.streams.dsl.pipe   
org.gcube.data.streams.dsl.publish   
org.gcube.data.streams.dsl.unfold   
org.gcube.data.streams.generators   
org.gcube.data.streams.publishers   
 

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

Constructors in org.gcube.data.streams.delegates with parameters of type Generator
PipedStream(Stream<E1> stream, Generator<E1,E2> generator)
          Creates an instance with a Stream and an element Generator.
UnfoldedStream(Stream<E1> stream, Generator<E1,Stream<E2>> generator)
          Creates an instance with a Stream and an element Generator.
 

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

Methods in org.gcube.data.streams.dsl.pipe with parameters of type Generator
<E2> PipedStream<E,E2>
PipeThroughClause.through(Generator<E,E2> generator)
          Return a Stream configured with a given Generator.
 

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

Methods in org.gcube.data.streams.dsl.publish with parameters of type Generator
 PublishRsWithClause<E> PublishRsUsingClause.using(Generator<E,String> serialiser)
          Configures a serialiser for the elements of the input Stream.
 

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

Methods in org.gcube.data.streams.dsl.unfold with parameters of type Generator
<E2> UnfoldedStream<E,E2>
UnfoldThroughClause.through(Generator<E,Stream<E2>> generator)
          Return a Stream configured with a given Generator.
 

Uses of Generator in org.gcube.data.streams.generators
 

Classes in org.gcube.data.streams.generators that implement Generator
 class Filter<E1,E2>
          A partial implementation of Filter that provides support for skipping elements
 class LoggingListener<E>
          A pass-through Generator that acts as a StreamListener for throughput logging purposes.
 class NoOpGenerator<E>
          A pass-through Generator.
 class Processor<E>
          A Filter that changes the elements of the input Stream.
 

Uses of Generator in org.gcube.data.streams.publishers
 

Constructors in org.gcube.data.streams.publishers with parameters of type Generator
RsPublisher(Stream<E> stream, Generator<E,String> serialiser)
          Creates an instance for a given Stream and with a given element serialiser.
RsStringRecordFactory(Generator<E,String> serialiser)
          Creates an instance with a Generator that returns serialisations of Stream elements.
 



Copyright © 2012. All Rights Reserved.