Class TableEntryUpdate

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.ByteBuffer getValue()
      The new value to associate the TableKey with.
      boolean isRemoval()
      Gets a value indicating whether this modification attempts to remove the TableKey or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isRemoval

        public boolean isRemoval()
        Description copied from class: TableModification
        Gets a value indicating whether this modification attempts to remove the TableKey or not.
        Specified by:
        isRemoval in class TableModification
        Returns:
        True if removal, false otherwise.
      • getValue

        public java.nio.ByteBuffer getValue()
        The new value to associate the TableKey with.
        Returns:
        The new value to associate the TableKey with.