|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FaultResponse | |
|---|---|
| org.gcube.data.streams.handlers | |
| Uses of FaultResponse in org.gcube.data.streams.handlers |
|---|
| Methods in org.gcube.data.streams.handlers that return FaultResponse | |
|---|---|
FaultResponse |
RethrowHandler.handle(RuntimeException failure)
|
FaultResponse |
StopUnrecoverableHandler.handle(RuntimeException failure)
|
FaultResponse |
IgnoreHandler.handle(RuntimeException failure)
|
FaultResponse |
RethrowUnrecoverableHandler.handle(RuntimeException failure)
|
FaultResponse |
FaultHandler.handle(RuntimeException failure)
Indicates whether iteration should continue or stop the iteration on the occurrence of an iteration failure. |
FaultResponse |
CountingHandler.handle(RuntimeException failure)
|
FaultResponse |
StopFastHandler.handle(RuntimeException 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. |
static FaultResponse |
FaultResponse.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FaultResponse[] |
FaultResponse.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||