Class UpdateOp

  • Direct Known Subclasses:
    MapKey.MapUpdateOpBuilder

    public abstract class UpdateOp
    extends java.lang.Object
    An update operation which can be executed with methods on Bucket. To create an update operation use the methods defined on the various subclassed of Key.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Key<?> getKey()
      The key of this update operation.
      • Methods inherited from class java.lang.Object

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

      • getKey

        public Key<?> getKey()
        The key of this update operation.