|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamContingencyException | |
|---|---|
| org.gcube.data.streams.generators | |
| org.gcube.data.streams.handlers | |
| org.gcube.data.streams.publishers | |
| Uses of StreamContingencyException in org.gcube.data.streams.generators |
|---|
| Methods in org.gcube.data.streams.generators that throw StreamContingencyException | |
|---|---|
protected abstract void |
Processor.process(E element)
Processes an element of a Stream. |
E |
Processor.yield(E element)
|
E2 |
Generator.yield(E1 element)
Yields an element of a Stream from an element of another Stream. |
| Uses of StreamContingencyException in org.gcube.data.streams.handlers |
|---|
| Methods in org.gcube.data.streams.handlers that throw StreamContingencyException | |
|---|---|
FaultResponse |
FaultHandler.handle(RuntimeException failure)
Indicates whether iteration should continue or stop the iteration on the occurrence of an iteration failure. |
protected abstract FaultResponse |
CountingHandler.handle(RuntimeException failure,
Exception lastFailure,
int failureCount)
Indicates whether iteration should continue or stop the iteration on the occurrence of an iteration failure. |
| Uses of StreamContingencyException in org.gcube.data.streams.publishers |
|---|
| Methods in org.gcube.data.streams.publishers that throw StreamContingencyException | |
|---|---|
gr.uoa.di.madgik.grs.record.Record |
RecordFactory.newRecord(E element)
Generates a Record from a Stream element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||