Package org.apache.iotdb.session
Interface InsertConsumer<T>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface InsertConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinsert(SessionConnection connection, T record)
-
-
-
Method Detail
-
insert
void insert(SessionConnection connection, T record) throws org.apache.iotdb.rpc.IoTDBConnectionException, org.apache.iotdb.rpc.StatementExecutionException, org.apache.iotdb.rpc.RedirectException
- Throws:
org.apache.iotdb.rpc.IoTDBConnectionExceptionorg.apache.iotdb.rpc.StatementExecutionExceptionorg.apache.iotdb.rpc.RedirectException
-
-