Uses of Enum Class
pt.unl.fct.di.novasys.babel.protocols.storage.operations.utils.CommonOperationType
Packages that use CommonOperationType
Package
Description
-
Uses of CommonOperationType in pt.unl.fct.di.novasys.babel.protocols.storage.notifications
Constructors in pt.unl.fct.di.novasys.babel.protocols.storage.notifications with parameters of type CommonOperationTypeModifierConstructorDescriptionJSONDataNotification(CommonOperationType type, String keySpaceID, String collectionID, String objectID, Object value) Constructs a JSONDataNotification with the given notification data type (READ, UPDATE, etc.), the keySpace identifier, the collection identifier and the collection identifier.JSONDataNotification(CommonOperationType type, String keySpaceID, String collectionID, String objectID, Object value, String message) Constructs a JSONDataNotification with the given notification data type (READ, UPDATE, etc.), the keySpace identifier, the collection identifier and the collection identifier.StatusNotification(CommonOperationType type, String keySpaceID, String collectionID, String objectID) Constructs a StatusNotification with the operation type that altered the object status, the keySpace identifier, the collection identifier, and the object identifier associated with the change.StatusNotification(CommonOperationType type, String keySpaceID, String collectionID, String objectID, String message) Constructs a StatusNotification with the operation type that altered the object status, the keySpace identifier, the collection identifier, and the object identifier associated with the change. -
Uses of CommonOperationType in pt.unl.fct.di.novasys.babel.protocols.storage.notifications.common
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.notifications.common that return CommonOperationTypeConstructors in pt.unl.fct.di.novasys.babel.protocols.storage.notifications.common with parameters of type CommonOperationTypeModifierConstructorDescriptionCommonDataNotification(String keySpaceID, String collectionID, String objectID, CommonOperationType type, short notificationID) Constructs a CommonDataNotification with the keySpace identifier, the collection identifier, the object identifier, the notification data type associated with the notification data, and the notificationID.CommonDataNotification(String keySpaceID, String collectionID, String objectID, CommonOperationType type, String message, short notificationID) Constructs a CommonDataNotification with the keySpace identifier, the collection identifier, the object identifier, the notification data type associated with the notification data, a message describing the contents of the notification and the notificationID. -
Uses of CommonOperationType in pt.unl.fct.di.novasys.babel.protocols.storage.operations
Constructors in pt.unl.fct.di.novasys.babel.protocols.storage.operations with parameters of type CommonOperationTypeModifierConstructorDescriptionCassandraOperation(CommonOperationType operationType, Map<String, Map.Entry<com.datastax.oss.driver.internal.core.type.PrimitiveType, Object>> tableColumns) Creates a Cassandra operation, with the specific type and the the associated data (represented as columns).OperationWithConditions(CommonOperationType type, ConditionsOnObjects conditions, byte[] payload) Creates a operation with conditions, and a payload containing the data.PayloadOperation(CommonOperationType type, byte[] payload) Creates a payload operation with a given operation type, and a payload containing the data.ReplicatedCreateStructOperation(CommonOperationType opType, ReplicatedStructuresOperations.ReplicatedDataTypes dataStructType) Creates a replicated create operation, with the operation type and the type of data structure.ReplicatedCreateStructOperation(CommonOperationType opType, ReplicatedStructuresOperations.ReplicatedDataTypes dataStructType, Object initialValue, String objectID) Creates a replicated create operation, with the operation type, the type of data structure, the object identifier and an initial value.ReplicatedCreateStructOperation(CommonOperationType opType, ReplicatedStructuresOperations.ReplicatedDataTypes dataStructType, String objectID) Creates a replicated create operation, with the operation type, the type of data structure and the object identifier.ReplicatedDelStructOperation(CommonOperationType opType, String objectID) Creates a replicated create operation, with the operation type and the identifier of the structure.ReplicatedOperation(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.SmartContractOperation(CommonOperationType type, Map<String, String> args) Creates a blockchain operation with a specific operation type, and the arguments (containing the values) to be passed on to the smart contract. -
Uses of CommonOperationType in pt.unl.fct.di.novasys.babel.protocols.storage.operations.common
Fields in pt.unl.fct.di.novasys.babel.protocols.storage.operations.common declared as CommonOperationTypeMethods in pt.unl.fct.di.novasys.babel.protocols.storage.operations.common that return CommonOperationTypeModifier and TypeMethodDescriptionCommonOperation.getOperationType()Gets the type of operation being issued.Constructors in pt.unl.fct.di.novasys.babel.protocols.storage.operations.common with parameters of type CommonOperationTypeModifierConstructorDescriptionCommonOperation(CommonOperationType operationType) Constructs a CommonOperation with the operation type. -
Uses of CommonOperationType in pt.unl.fct.di.novasys.babel.protocols.storage.operations.utils
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.operations.utils that return CommonOperationTypeModifier and TypeMethodDescriptionstatic CommonOperationTypeReturns the enum constant of this class with the specified name.static CommonOperationType[]CommonOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommonOperationType in pt.unl.fct.di.novasys.babel.protocols.storage.replies
Constructors in pt.unl.fct.di.novasys.babel.protocols.storage.replies with parameters of type CommonOperationTypeModifierConstructorDescriptionExecuteJSONReply(CommonOperationStatus status, CommonOperationType type, Object result) Creates a execute JSON reply with the status of the operation, the type of operation issued, and an object representing the result, that is going to be converted to a JSON string.ExecuteJSONReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, Object result) Creates a execute JSON reply with the status of the operation, the type of operation issued, and an object representing the result, that is going to be converted to a JSON string.ExecuteJSONReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, Object result) Creates a execute JSON reply with the status of the operation, the type of operation issued, and an object representing the result, that is going to be converted to a JSON string.ExecuteJSONReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, Object result, String reqID) Creates a execute JSON reply with the status of the operation, the type of operation issued, and an object representing the result, that is going to be converted to a JSON string.ExecutePayloadReply(CommonOperationStatus status, CommonOperationType type, byte[] data) Creates a execute payload reply with the status of the operation, the type of operation issued, and the data representing the result.ExecutePayloadReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, byte[] data) Creates a execute payload reply with the status of the operation, the type of operation issued, and the data representing the result.ExecutePayloadReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, byte[] data) Creates a execute payload reply with the status of the operation, the type of operation issued, and the data representing the result.The message should detail the status of the operation.ExecutePayloadReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, byte[] data, String reqID) Creates a execute payload reply with the status of the operation, the type of operation issued, and the data representing the result.The message should detail the status of the operation.ExecuteStatusReply(CommonOperationStatus status, CommonOperationType type) Creates a execute status reply, with the type of operation issued on the request.ExecuteStatusReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID) Creates a execute status reply, with the type of operation issued on the request, as well as the status of the operation.ExecuteStatusReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message) Creates a execute status reply, with the type of operation issued on the request, as well as the status of the operation.ExecuteStatusReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, String reqID) Creates a execute status reply, with the type of operation issued on the request, as well as the status of the operation.Creates a execute status reply, with the type of operation issued on the request.ExecuteStatusReply(CommonOperationType type, String keySpace, String collection, String objectID) Creates a execute status reply, with the type of operation issued on the request.NotSupportedReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID) Creates a not supported reply, with the type of operation issued on the request, as well as the status of the operation.NotSupportedReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message) Creates a not supported reply, with the type of operation issued on the request, as well as the status of the operation.NotSupportedReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, String reqID) Creates a not supported reply, with the type of operation issued on the request, as well as the status of the operation.NotSupportedReply(CommonOperationType type, String keySpace, String collection, String objectID) Creates a not supported reply, with the type of operation issued on the request. -
Uses of CommonOperationType in pt.unl.fct.di.novasys.babel.protocols.storage.replies.common
Methods in pt.unl.fct.di.novasys.babel.protocols.storage.replies.common that return CommonOperationTypeModifier and TypeMethodDescriptionCommonExecuteReply.getOperationType()Gets the operation type of the reply.Constructors in pt.unl.fct.di.novasys.babel.protocols.storage.replies.common with parameters of type CommonOperationTypeModifierConstructorDescriptionCommonExecuteReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, short protoID) Construct a CommonExecuteReply with a given status, operation type, as well as information about the keySpace, collection and objectID of the object that is being accessed.CommonExecuteReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, short protoID) Construct a CommonExecuteReply with a given status, operation type, as well as information about the keySpace, collection and objectID of the object that is being accessed.CommonExecuteReply(CommonOperationStatus status, CommonOperationType type, String keySpace, String collection, String objectID, String message, String reqID, short protoID) Construct a CommonExecuteReply with a given status, operation type, as well as information about the keySpace, collection and objectID of the object that is being accessed.