
public class OBackgroundNewDelta extends Object implements Runnable, OSyncSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CHUNK_MAX_SIZE |
| Constructor and Description |
|---|
OBackgroundNewDelta(List<OTransactionData> transactions) |
| Modifier and Type | Method and Description |
|---|---|
CountDownLatch |
getFinished() |
boolean |
getIncremental() |
InputStream |
getInputStream() |
void |
invalidate() |
boolean |
isValid() |
void |
run() |
public static final int CHUNK_MAX_SIZE
public OBackgroundNewDelta(List<OTransactionData> transactions) throws IOException
IOExceptionpublic boolean getIncremental()
getIncremental in interface OSyncSourcepublic InputStream getInputStream()
getInputStream in interface OSyncSourcepublic CountDownLatch getFinished()
getFinished in interface OSyncSourcepublic boolean isValid()
isValid in interface OSyncSourcepublic void invalidate()
invalidate in interface OSyncSourceCopyright © 2009–2025 OrientDB. All rights reserved.