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
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.
-
Field Summary
Fields inherited from class pt.unl.fct.di.novasys.babel.protocols.storage.operations.common.CommonOperation
operationType -
Constructor Summary
ConstructorsConstructorDescriptionReplicatedDelStructOperation(CommonOperationType opType, String objectID) Creates a replicated create operation, with the operation type and the identifier of the structure. -
Method Summary
Modifier and TypeMethodDescriptionGets the identifier of the structure to be deleted.Methods inherited from class pt.unl.fct.di.novasys.babel.protocols.storage.operations.common.CommonOperation
getOperationType
-
Constructor Details
-
ReplicatedDelStructOperation
Creates a replicated create operation, with the operation type and the identifier of the structure.- Parameters:
opType- the type of the operationobjectID- the identifier of the data structure to be deleted.
-
-
Method Details
-
getObjectID
Gets the identifier of the structure to be deleted.- Returns:
- the identifier of the structure.
-