Class Insert

    • Constructor Detail

      • Insert

        public Insert​(TableKey key,
                      java.nio.ByteBuffer value)
        Creates a new instance of the Insert class.
        Parameters:
        key - The TableKey to insert.
        value - The Value to associate with key.