
public class OIncrementalBackupResponse extends java.lang.Object implements OBinaryResponse
| Constructor and Description |
|---|
OIncrementalBackupResponse() |
OIncrementalBackupResponse(java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName() |
void |
read(OChannelDataInput network,
OStorageRemoteSession session) |
void |
write(OChannelDataOutput channel,
int protocolVersion,
ORecordSerializer serializer) |
public OIncrementalBackupResponse()
public OIncrementalBackupResponse(java.lang.String fileName)
public void read(OChannelDataInput network, OStorageRemoteSession session) throws java.io.IOException
read in interface OBinaryResponsejava.io.IOExceptionpublic void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws java.io.IOException
write in interface OBinaryResponsejava.io.IOExceptionpublic java.lang.String getFileName()
Copyright © 2009–2022 OrientDB. All rights reserved.