Class ReplicatedDelStructOperation

java.lang.Object
pt.unl.fct.di.novasys.babel.protocols.storage.operations.common.CommonOperation
pt.unl.fct.di.novasys.babel.protocols.storage.operations.ReplicatedDelStructOperation

public class ReplicatedDelStructOperation extends CommonOperation
An operation to delete a replicated data structure on the storage layer. The operation contains the type of operation being issued (e.g., CREATE) as well as the unique identifier of the structure.
  • Constructor Details

    • ReplicatedDelStructOperation

      public ReplicatedDelStructOperation(CommonOperationType opType, String objectID)
      Creates a replicated create operation, with the operation type and the identifier of the structure.
      Parameters:
      opType - the type of the operation
      objectID - the identifier of the data structure to be deleted.
  • Method Details

    • getObjectID

      public String getObjectID()
      Gets the identifier of the structure to be deleted.
      Returns:
      the identifier of the structure.