Uses of Enum Class
pt.unl.fct.di.novasys.babel.protocols.storage.datatypes.ReplicatedStructuresOperations
Packages that use ReplicatedStructuresOperations
Package
Description
-
Uses of ReplicatedStructuresOperations in pt.unl.fct.di.novasys.babel.protocols.storage.datatypes
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.datatypes that return ReplicatedStructuresOperationsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReplicatedStructuresOperations[]ReplicatedStructuresOperations.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReplicatedStructuresOperations in pt.unl.fct.di.novasys.babel.protocols.storage.operations
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.operations that return ReplicatedStructuresOperationsModifier and TypeMethodDescriptionReplicatedOperation.getStructureOperation()Get the type operation being performed on top of the data structure.Constructors in pt.unl.fct.di.novasys.babel.protocols.storage.operations with parameters of type ReplicatedStructuresOperationsModifierConstructorDescriptionReplicatedOperation(CommonOperationType opType, String objectID, ReplicatedStructuresOperations operation) Creates a replicated operation, with the operation type (e.g., CREATE, READ, etc .), the object identifier, the type of operation on top of the data structure (e.g., SET_ADD, MAP_PUT, etc.).ReplicatedOperation(CommonOperationType opType, String objectID, ReplicatedStructuresOperations operation, Object value) Creates a replicated operation, with the operation type (e.g., CREATE, READ, etc .), the object identifier, the type of operation on top of the data structure (e.g., SET_ADD, MAP_PUT, etc.) and the value to be applied in the operation.