|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IFaultPolicy in org.gcube.contentmanagement.gcubedocumentlibrary.streams.adapters |
---|
Constructors in org.gcube.contentmanagement.gcubedocumentlibrary.streams.adapters with parameters of type IFaultPolicy | |
---|---|
AbstractAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
LocalAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
RemoteAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
Uses of IFaultPolicy in org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl |
---|
Fields in org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl declared as IFaultPolicy | |
---|---|
static IFaultPolicy<java.lang.RuntimeException> |
Streams.FAILFAST_POLICY
The IFaultPolicy that fails at iteration errors. |
static IFaultPolicy<java.lang.RuntimeException> |
Streams.IGNORE_POLICY
The IFaultPolicy that ignores iteration errors. |
static IFaultPolicy<java.lang.Exception> |
Streams.RETHROW_POLICY
The IFaultPolicy that propagates iteration errors. |
Methods in org.gcube.contentmanagement.gcubedocumentlibrary.streams.dsl with parameters of type IFaultPolicy | ||
---|---|---|
|
WithLocalClause.with(IFaultPolicy<E> h)
Configures an IFaultPolicy for the stream in the evaluation environment. |
|
|
UnfoldWithClause.with(IFaultPolicy<E> h)
Configures an IFaultPolicy for the stream in the evaluation environment. |
|
|
FoldWithClause.with(IFaultPolicy<E> h)
Configures an IFaultPolicy for the stream in the evaluation environment. |
|
|
FoldThroughClause.with(IFaultPolicy<E> h)
Configures a Streams.PassThroughFilter and a IFaultPolicy for the stream in the evaluation environment. |
|
|
WithClause.withRemote(IFaultPolicy<E> h)
Configures a IFaultPolicy for the stream in the evaluation environment. |
|
|
UnfoldWithClause.withRemote(IFaultPolicy<E> h)
Configures a IFaultPolicy for the stream in the evaluation environment. |
|
|
FoldWithClause.withRemote(IFaultPolicy<E> h)
Configures a IFaultPolicy for the stream in the evaluation environment. |
|
|
FoldThroughClause.withRemote(IFaultPolicy<E> h)
Configures a Streams.PassThroughFilter and a IFaultPolicy for the stream in the evaluation environment. |
Uses of IFaultPolicy in org.gcube.contentmanagement.gcubedocumentlibrary.streams.faults |
---|
Subinterfaces of IFaultPolicy in org.gcube.contentmanagement.gcubedocumentlibrary.streams.faults | |
---|---|
interface |
FaultPolicy
A specialisation of IFaultPolicy for use with Iterator -based streams. |
interface |
RemoteFaultPolicy
A specialisation of IFaultPolicy for use with RemoteIterator -based streams. |
Uses of IFaultPolicy in org.gcube.contentmanagement.gcubedocumentlibrary.streams.folding |
---|
Constructors in org.gcube.contentmanagement.gcubedocumentlibrary.streams.folding with parameters of type IFaultPolicy | |
---|---|
FoldingAbstractAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
FoldingLocalAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
FoldingRemoteAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
UnfoldingAbstractAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
UnfoldingLocalAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
UnfoldingRemoteAdapter(
Creates an instance with a RemoteIterator , a Filter , and a IFaultPolicy . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |