Uses of Class
org.gcube.data.streams.dsl.publish.PublishRsWithClause

Packages that use PublishRsWithClause
org.gcube.data.streams.dsl   
org.gcube.data.streams.dsl.publish   
 

Uses of PublishRsWithClause in org.gcube.data.streams.dsl
 

Methods in org.gcube.data.streams.dsl that return PublishRsWithClause
static PublishRsWithClause<String> Streams.publishStringsIn(Stream<String> stream)
          Starts a sentence to publish a Stream as a resultset.
 

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

Methods in org.gcube.data.streams.dsl.publish that return PublishRsWithClause
 PublishRsWithClause<E> PublishRsWithClause.nonstop()
          Configures publication to continue consuming the input Stream after the expiry of the publishing timeout.
 PublishRsWithClause<E> PublishRsUsingClause.using(Generator<E,String> serialiser)
          Configures a serialiser for the elements of the input Stream.
 PublishRsWithClause<E> PublishRsUsingClause.using(RecordFactory<E> factory)
          Configures a RecordFactory for the elements of the input Stream.
 PublishRsWithClause<E> PublishRsWithClause.with(ThreadProvider provider)
          Configures a ThreadProvider for the publishing thread.
 PublishRsWithClause<E> PublishRsWithClause.withBufferOf(int size)
          Configures the element capacity of the resultset buffer.
 PublishRsWithClause<E> PublishRsWithClause.withTimeoutOf(int timeout, TimeUnit unit)
          Configures the publishing timeout of the resultset.
 



Copyright © 2012. All Rights Reserved.