Package com.tailf.dp

Class DpAccumulate

Object
com.tailf.dp.DpAccumulate

public class DpAccumulate extends Object
The DpAccumulate object is used for accumulating operations on database from the DpDataCallbacks setElem, create, and remove operations when they return Conf.REPLY_ACCUMULATE.
See Also:
  • Field Details

    • SET_ELEM

      public static final int SET_ELEM
      An accumulating setElem operation.
      See Also:
    • CREATE

      public static final int CREATE
      An accumulated create operation.
      See Also:
    • REMOVE

      public static final int REMOVE
      An accumulated remove operation.
      See Also:
  • Method Details

    • getCallPoint

      public String getCallPoint()
      The callpoint that handled the operation.
    • getOperation

      public int getOperation()
      The op has one of the values: SET_ELEM, CREATE, REMOVE
    • getKP

      public ConfObject[] getKP()
      The keypath consisting of an array of ConfTag and/or ConfKey objects. Where kp[0] is the leaf.
    • getValue

      public ConfValue getValue()
      The value to be set if op is SET_ELEM
    • toString

      public String toString()
      Overrides:
      toString in class Object