JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.shardingsphere.data.pipeline.api.ingest.channel
Interface AckCallback
public interface
AckCallback
Record acknowledged callback.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onAck
(
List
<
Record
> records)
Call after record acknowledged.
Method Details
onAck
void
onAck
(
List
<
Record
> records)
Call after record acknowledged.
Parameters:
records
- acknowledged record list