Uses of Class
pt.unl.fct.di.novasys.babel.protocols.storage.operations.common.CommonOperation
Packages that use CommonOperation
Package
Description
-
Uses of CommonOperation in pt.unl.fct.di.novasys.babel.protocols.storage.operations
Subclasses of CommonOperation in pt.unl.fct.di.novasys.babel.protocols.storage.operationsModifier and TypeClassDescriptionclassAn operation to be issued to a Cassandra storage layer.classAn operation with a payload (represented as a byte[]) as well as set of conditions (i.e., a selector) to be applied to the objects.classA operation containing a payload (represented as a byte []).classAn operation to create a replicated object on the storage layer.classAn operation to delete a replicated data structure on the storage layer.classAn operation to performed on top of replicated data structure on the storage layer.classAn operation issued to blockchain storage layer, realized internally by a smart contract. -
Uses of CommonOperation in pt.unl.fct.di.novasys.babel.protocols.storage.requests
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.requests that return CommonOperationModifier and TypeMethodDescriptionExecuteRequest.getOperation()Gets the operation to be executedConstructors in pt.unl.fct.di.novasys.babel.protocols.storage.requests with parameters of type CommonOperationModifierConstructorDescriptionExecuteRequest(String keySpace, String collection, String opID, CommonOperation operation) Constructs an ExecuteRequest with the keySpace identifier, the collection identifier, as well as an object containing the operation to be executed.ExecuteRequest(String keySpace, String collection, CommonOperation operation) Constructs an ExecuteRequest with the keySpace identifier, the collection identifier, as well as an object containing the operation to be executed.