Class AbstractPersistenceManager.AbstractPersistentStore.BatchTask.Operation

    • Field Detail

      • f_lExtentId

        protected final long f_lExtentId
        The extent identifier for the target key.
      • f_bufKey

        protected final ReadBuffer f_bufKey
        The target key of the operation.
    • Constructor Detail

      • Operation

        public Operation​(long lExtentId,
                         ReadBuffer bufKey)
        Create a new Operation.
        Parameters:
        lExtentId - extent identifier for the target key
        bufKey - target key of the operation