public static class WriteCache.RecordMetadata extends Object
WriteCache
.Modifier and Type | Field and Description |
---|---|
int |
bufferOffset
The offset within the
WriteCache 's backing ByteBuffer
of the start of the record. |
long |
fileOffset
The offset of the record in the file.
|
int |
latchedAddr
The RWStore latched address for the record.
|
int |
recordLength
The length of the record in bytes as it will be written on the
channel.
|
Constructor and Description |
---|
WriteCache.RecordMetadata(long fileOffset,
int bufferOffset,
int recordLength,
int latchedAddr) |
public final long fileOffset
public final int bufferOffset
WriteCache
's backing ByteBuffer
of the start of the record.public final int recordLength
public final int latchedAddr
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.