
public class ODistributedDatabaseChunk extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
byte[] |
buffer |
String |
filePath |
boolean |
gzipCompressed |
boolean |
last |
OLogSequenceNumber |
lsn |
long |
offset |
| Constructor and Description |
|---|
ODistributedDatabaseChunk() |
ODistributedDatabaseChunk(File iFile,
long iOffset,
int iMaxSize,
OLogSequenceNumber iLSN,
boolean gzipCompressed) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public String filePath
public long offset
public byte[] buffer
public OLogSequenceNumber lsn
public boolean gzipCompressed
public boolean last
public ODistributedDatabaseChunk()
public ODistributedDatabaseChunk(File iFile, long iOffset, int iMaxSize, OLogSequenceNumber iLSN, boolean gzipCompressed) throws IOException
IOExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2009–2016 Orient Technologies. All rights reserved.