public class OIncrementalServerSync extends Object
Constructor and Description |
---|
OIncrementalServerSync() |
Modifier and Type | Method and Description |
---|---|
void |
importDelta(OServer serverInstance,
String databaseName,
InputStream in,
String iNode)
Deleted records are written in output stream first, then created/updated records.
|
public void importDelta(OServer serverInstance, String databaseName, InputStream in, String iNode) throws IOException
Each record in output stream is written using following format:
IOException
Copyright © 2009–2020 OrientDB. All rights reserved.