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 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.IoTDBConnectionException
        org.apache.iotdb.rpc.StatementExecutionException
        org.apache.iotdb.rpc.RedirectException