public class OOpenRequest extends Object implements OBinaryRequest<OOpenResponse>
Constructor and Description |
---|
OOpenRequest() |
OOpenRequest(String databaseName,
String userName,
String userPassword) |
Modifier and Type | Method and Description |
---|---|
OOpenResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
String |
getClientId() |
byte |
getCommand() |
String |
getDatabaseName() |
String |
getDescription() |
String |
getDriverName() |
String |
getDriverVersion() |
short |
getProtocolVersion() |
String |
getRecordFormat() |
String |
getUserName() |
String |
getUserPassword() |
boolean |
isCollectStats() |
boolean |
isSupportsPush() |
boolean |
isUseToken() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
boolean |
requireDatabaseSession() |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requiredServerRole, requireServerUser
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OOpenResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OOpenResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OOpenResponse>
public String getDescription()
getDescription
in interface OBinaryRequest<OOpenResponse>
public String getDatabaseName()
public String getUserName()
public String getUserPassword()
public String getDriverName()
public String getDriverVersion()
public String getClientId()
public short getProtocolVersion()
public String getRecordFormat()
public boolean isCollectStats()
public boolean isSupportsPush()
public boolean isUseToken()
public boolean requireDatabaseSession()
requireDatabaseSession
in interface OBinaryRequest<OOpenResponse>
public OOpenResponse createResponse()
createResponse
in interface OBinaryRequest<OOpenResponse>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OOpenResponse>
Copyright © 2009–2020 OrientDB. All rights reserved.