Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
Modifier and Type | Method and Description |
---|---|
long |
RootBlockView.getChallisField()
The "Challis field" is written at both the head and the tail of each root
block and is a strictly increasing value positive long integer.
|
int |
RootBlockView.getChecksum(ChecksumUtility checker)
Return the checksum store in the root block (excluding only the field
including the checksum value itself).
|
void |
IRootBlockView.valid()
Assertion throws exception unless the root block is valid.
|
Constructor and Description |
---|
RootBlockView(boolean rootBlock0,
ByteBuffer buf,
ChecksumUtility checker)
Create a new read-only view from the supplied buffer.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.