Uses of Interface
org.gcube.data.streams.handlers.FaultHandler

Packages that use FaultHandler
org.gcube.data.streams   
org.gcube.data.streams.delegates   
org.gcube.data.streams.dsl   
org.gcube.data.streams.dsl.guard   
org.gcube.data.streams.dsl.publish   
org.gcube.data.streams.handlers   
org.gcube.data.streams.publishers   
 

Uses of FaultHandler in org.gcube.data.streams
 

Methods in org.gcube.data.streams with parameters of type FaultHandler
 void LookAheadStream.setHandler(FaultHandler handler)
          Sets the FaultHandler for the iteration
 

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

Constructors in org.gcube.data.streams.delegates with parameters of type FaultHandler
GuardedStream(Stream<E> stream, FaultHandler handler)
          Creates an instance with a Stream and a FaultHandler
 

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

Fields in org.gcube.data.streams.dsl declared as FaultHandler
static FaultHandler Streams.IGNORE_POLICY
          A IgnoreHandler for failure handling.
static FaultHandler Streams.RETHROW_POLICY
          A RethrowHandler for failure handling.
static FaultHandler Streams.RETHROW_UNRECOVERABLE_POLICY
          A RethrowUnrecoverableHandler for failure handling.
static FaultHandler Streams.STOPFAST_POLICY
          A StopFastHandler for failure handling.
 

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

Methods in org.gcube.data.streams.dsl.guard with parameters of type FaultHandler
 GuardedStream<E> GuardWithClause.with(FaultHandler handler)
          Returns a Stream with configured with a given FaultHandler.
 

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

Methods in org.gcube.data.streams.dsl.publish with parameters of type FaultHandler
 URI PublishRsWithClause.with(FaultHandler handler)
          Configures a FaultHandler for publication and returns the locator of the resultset.
 

Uses of FaultHandler in org.gcube.data.streams.handlers
 

Classes in org.gcube.data.streams.handlers that implement FaultHandler
 class CountingHandler
          A partial implementation for FaultHandler that count failures and keep track of the last observed failure.
 class IgnoreHandler
          A FaultHandler that silently absorbs all failures.
 class RethrowHandler
          A FaultHandler that rethrows all failures (i.e.
 class RethrowUnrecoverableHandler
          A FaultHandler that silently absorbs StreamContingencys but re-throws all other failures.
 class StopFastHandler
          A FaultHandler that silently stops iteration at the first occurrence of any failure.
 class StopUnrecoverableHandler
          A FaultHandler that silently absorbs StreamContingencys and stops iteration at the first unrecoverable failure.
 

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

Methods in org.gcube.data.streams.publishers with parameters of type FaultHandler
 void RsPublisher.setFaultHandler(FaultHandler handler)
          Sets the FaultHandler for reading and writing failures.
 



Copyright © 2012. All Rights Reserved.