Class OGetRecordMetadataRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OGetRecordMetadataRequest
- All Implemented Interfaces:
OBinaryRequest<OGetRecordMetadataResponse>
public class OGetRecordMetadataRequest
extends Object
implements OBinaryRequest<OGetRecordMetadataResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) bytegetRid()voidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidwrite(OChannelDataOutput network, ORemoteClientSession session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.client.remote.OBinaryRequest
requireDatabaseSession, requiredServerRole, requireServerUser
-
Constructor Details
-
OGetRecordMetadataRequest
-
OGetRecordMetadataRequest
public OGetRecordMetadataRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OGetRecordMetadataResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OGetRecordMetadataResponse>- Throws:
IOException
-
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OGetRecordMetadataResponse>
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OGetRecordMetadataResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OGetRecordMetadataResponse>
-
getRid
-
execute
- Specified by:
executein interfaceOBinaryRequest<OGetRecordMetadataResponse>
-