Class DeleteKeySpaceRequest
java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoIPC
pt.unl.fct.di.novasys.babel.generic.ProtoRequest
pt.unl.fct.di.novasys.babel.protocols.storage.requests.common.CommonRequest
pt.unl.fct.di.novasys.babel.protocols.storage.requests.DeleteKeySpaceRequest
A request issued by the application to delete a keyspace. The request
contains information about the keyspace in question.
-
Nested Class Summary
Nested classes/interfaces inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoIPC
pt.unl.fct.di.novasys.babel.generic.ProtoIPC.Type -
Field Summary
FieldsFields inherited from class pt.unl.fct.di.novasys.babel.protocols.storage.requests.common.CommonRequest
EMPTY_MSG -
Constructor Summary
ConstructorsConstructorDescriptionDeleteKeySpaceRequest(String keySpace) Creates a delete keySpace request with the keySpace.DeleteKeySpaceRequest(String keySpace, String opID) Creates a delete keySpace request with the keySpace. -
Method Summary
Methods inherited from class pt.unl.fct.di.novasys.babel.protocols.storage.requests.common.CommonRequest
getKeySpace, getOpID, hasOpIDMethods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoRequest
getIdMethods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoIPC
getType
-
Field Details
-
REQUEST_ID
public static final short REQUEST_ID- See Also:
-
-
Constructor Details
-
DeleteKeySpaceRequest
Creates a delete keySpace request with the keySpace.- Parameters:
keySpace- the keySpace of the collection.
-
DeleteKeySpaceRequest
Creates a delete keySpace request with the keySpace. Additionally, a operationID is passed to identify the operation that issued this request.- Parameters:
keySpace- the keySpace of the collection.opID- the unique operation identifier that issued this request
-