public static class WriteCache.RecordMetadata extends Object
WriteCache.| Modifier and Type | Field and Description | 
|---|---|
| int | bufferOffsetThe offset within the  WriteCache's backingByteBufferof the start of the record. | 
| long | fileOffsetThe offset of the record in the file. | 
| int | latchedAddrThe RWStore latched address for the record. | 
| int | recordLengthThe 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.