
public class ODistributedDatabaseChunk extends Object implements OStreamable
| Modifier and Type | Field and Description |
|---|---|
byte[] |
buffer |
String |
filePath |
boolean |
gzipCompressed |
boolean |
incremental |
boolean |
last |
long |
offset |
int |
walPosition |
long |
walSegment |
| Constructor and Description |
|---|
ODistributedDatabaseChunk() |
ODistributedDatabaseChunk(File iFile,
long iOffset,
int iMaxSize,
boolean gzipCompressed,
boolean incremental) |
ODistributedDatabaseChunk(File iFile,
long iOffset,
int iMaxSize,
boolean gzipCompressed,
boolean incremental,
long walSegment,
int walPosition) |
ODistributedDatabaseChunk(OSyncSource backgroundBackup,
int iMaxSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromStream(DataInput in) |
OLogSequenceNumber |
getLastWal() |
void |
toStream(DataOutput out) |
String |
toString() |
public String filePath
public long offset
public byte[] buffer
public boolean gzipCompressed
public boolean last
public boolean incremental
public long walSegment
public int walPosition
public ODistributedDatabaseChunk()
public ODistributedDatabaseChunk(OSyncSource backgroundBackup, int iMaxSize) throws IOException
IOExceptionpublic ODistributedDatabaseChunk(File iFile, long iOffset, int iMaxSize, boolean gzipCompressed, boolean incremental) throws IOException
IOExceptionpublic ODistributedDatabaseChunk(File iFile, long iOffset, int iMaxSize, boolean gzipCompressed, boolean incremental, long walSegment, int walPosition) throws IOException
IOExceptionpublic void toStream(DataOutput out) throws IOException
toStream in interface OStreamableIOExceptionpublic void fromStream(DataInput in) throws IOException
fromStream in interface OStreamableIOExceptionpublic OLogSequenceNumber getLastWal()
Copyright © 2009–2025 OrientDB. All rights reserved.