Class Operation

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
      • type

        public int type
        Type of the operation.
      • dirName

        public String dirName
        Relative path of the object if any, null otherwise.
      • name

        public String name
        Name of the object
      • value

        public byte[] value
        Binary representation of the object (only for create and save operation).
      • logidx

        public int logidx
      • logptr

        public int logptr
      • pool

        private static Pool pool
    • Constructor Detail

      • Operation

        private Operation​(int type,
                          String dirName,
                          String name,
                          byte[] value)
    • Method Detail

      • toString

        public String toString()
        Returns a string representation for this object.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
      • initPool

        public static void initPool​(int LogThresholdOperation)
      • free

        public void free()