public class WriteBehindOpResult
extends java.lang.Object
Constructor | Description |
---|---|
WriteBehindOpResult(EventType eventType,
WriteBehindOpStatus status,
java.lang.Exception exception) |
Modifier and Type | Method | Description |
---|---|---|
EventType |
getEventType() |
Specifies the datasource event type.
|
java.lang.Exception |
getException() |
Gets the exception.
|
WriteBehindOpStatus |
getStatus() |
Specifies
WriteBehindOpStatus of data source operation. |
public WriteBehindOpResult(EventType eventType, WriteBehindOpStatus status, java.lang.Exception exception)
public final EventType getEventType()
public final WriteBehindOpStatus getStatus()
WriteBehindOpStatus
of data source operation.public final java.lang.Exception getException()