Interface KeyBasedOperation

  • All Known Subinterfaces:
    SingleOperation
    All Known Implementing Classes:
    DeleteOperation, WriteOperation

    public interface KeyBasedOperation
    Interface to implement operations that are performed with write-behind and based on a key
    Version:
    $Id$
    Author:
    Geert Bevin
    • Method Detail

      • getKey

        java.lang.Object getKey()
        Retrieves the element key for this operation.
        Returns:
        the key of the element that is concerned by the operation.
      • getCreationTime

        long getCreationTime()
        Retrieves the moment when the operation was created.
        Returns:
        the creation time in milliseconds