Package | Description |
---|---|
io.siddhi.core.util.error.handler.model | |
io.siddhi.core.util.error.handler.store | |
io.siddhi.core.util.error.handler.util |
Modifier and Type | Method and Description |
---|---|
ErroneousEventType |
ErrorEntry.getEventType() |
Constructor and Description |
---|
ErrorEntry(int id,
long timestamp,
String siddhiAppName,
String streamName,
byte[] eventAsBytes,
String cause,
String stackTrace,
String originalPayload,
ErrorOccurrence errorOccurrence,
ErroneousEventType eventType,
ErrorType errorType) |
Modifier and Type | Method and Description |
---|---|
protected ErrorEntry |
ErrorStore.constructErrorEntry(int id,
long timestamp,
String siddhiAppName,
String streamName,
byte[] eventAsBytes,
String cause,
byte[] stackTraceAsBytes,
byte[] originalPayloadAsBytes,
ErrorOccurrence errorOccurrence,
ErroneousEventType erroneousEventType,
ErrorType errorType) |
protected void |
ErrorStore.save(String siddhiAppName,
String streamName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
ErrorOccurrence errorOccurrence,
ErrorType errorType) |
void |
ErrorStore.saveTransportError(String siddhiAppName,
ErroneousEvent erroneousEvent,
ErroneousEventType eventType,
String streamName,
ErrorOccurrence errorOccurrence) |
Modifier and Type | Method and Description |
---|---|
static ErroneousEventType |
ErroneousEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErroneousEventType[] |
ErroneousEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.