Class ODropDatabaseRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.ODropDatabaseRequest
- All Implemented Interfaces:
OBinaryRequest<ODropDatabaseResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytevoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) booleanbooleanvoidwrite(OChannelDataOutput network, ORemoteClientSession session)
-
Constructor Details
-
ODropDatabaseRequest
-
ODropDatabaseRequest
public ODropDatabaseRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<ODropDatabaseResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<ODropDatabaseResponse>- Throws:
IOException
-
getDatabaseName
-
getStorageType
-
requireServerUser
public boolean requireServerUser()- Specified by:
requireServerUserin interfaceOBinaryRequest<ODropDatabaseResponse>
-
requireDatabaseSession
public boolean requireDatabaseSession()- Specified by:
requireDatabaseSessionin interfaceOBinaryRequest<ODropDatabaseResponse>
-
requiredServerRole
- Specified by:
requiredServerRolein interfaceOBinaryRequest<ODropDatabaseResponse>
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<ODropDatabaseResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<ODropDatabaseResponse>
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<ODropDatabaseResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<ODropDatabaseResponse>
-