Package io.debezium.connector.cassandra
Class CommitLogProcessingResult
java.lang.Object
io.debezium.connector.cassandra.CommitLogProcessingResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommitLogProcessingResult(LogicalCommitLog commitLog) CommitLogProcessingResult(LogicalCommitLog commitLog, CommitLogProcessingResult.Result result) CommitLogProcessingResult(LogicalCommitLog commitLog, CommitLogProcessingResult.Result result, Exception ex) -
Method Summary
-
Field Details
-
commitLog
-
result
-
ex
-
-
Constructor Details
-
CommitLogProcessingResult
-
CommitLogProcessingResult
public CommitLogProcessingResult(LogicalCommitLog commitLog, CommitLogProcessingResult.Result result) -
CommitLogProcessingResult
public CommitLogProcessingResult(LogicalCommitLog commitLog, CommitLogProcessingResult.Result result, Exception ex)
-
-
Method Details