public class OImportRequest extends Object implements OBinaryRequest<OImportResponse>
Constructor and Description |
---|
OImportRequest() |
OImportRequest(InputStream inputStream,
String options,
String name) |
Modifier and Type | Method and Description |
---|---|
OImportResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
String |
getImporPath() |
String |
getName() |
String |
getOptions() |
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 OImportRequest(InputStream inputStream, String options, String name)
public OImportRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OImportResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OImportResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OImportResponse>
public String getDescription()
getDescription
in interface OBinaryRequest<OImportResponse>
public String getImporPath()
public String getName()
public String getOptions()
public OImportResponse createResponse()
createResponse
in interface OBinaryRequest<OImportResponse>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OImportResponse>
Copyright © 2009–2020 OrientDB. All rights reserved.