public class OUnlockRecordRequest extends Object implements OBinaryRequest<OUnlockRecordResponse>
Constructor and Description |
---|
OUnlockRecordRequest() |
OUnlockRecordRequest(ORID identity) |
Modifier and Type | Method and Description |
---|---|
OUnlockRecordResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
ORID |
getIdentity() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requireDatabaseSession, requiredServerRole, requireServerUser
public OUnlockRecordRequest()
public OUnlockRecordRequest(ORID identity)
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OUnlockRecordResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OUnlockRecordResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OUnlockRecordResponse>
public OUnlockRecordResponse createResponse()
createResponse
in interface OBinaryRequest<OUnlockRecordResponse>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OUnlockRecordResponse>
public String getDescription()
getDescription
in interface OBinaryRequest<OUnlockRecordResponse>
public ORID getIdentity()
Copyright © 2009–2020 OrientDB. All rights reserved.