Class AbstractPersistenceManager.AbstractPersistentStore.BatchTask.EraseOperation

    • Constructor Detail

      • EraseOperation

        public EraseOperation​(long lExtentId,
                              ReadBuffer bufKey)
        Create a new EraseOperation.
        Parameters:
        lExtentId - extent identifier for the target key
        bufKey - key to erase
    • Method Detail

      • run

        public void run()
        Perform the erase operation.