Class AbstractPersistenceManager.AbstractPersistentStore.BatchTask.StoreOperation

    • Field Detail

      • f_bufValue

        protected final ReadBuffer f_bufValue
        The value to store.
    • Constructor Detail

      • StoreOperation

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

      • run

        public void run()
        Perform the erase operation.