Package | Description |
---|---|
com.bigdata.ha.pipeline |
This package provides services for sending and receiving low-level write cache
blocks among the members of a highly available quorum.
|
com.bigdata.io | |
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
Modifier and Type | Field and Description |
---|---|
protected ChecksumUtility |
AbstractHASendAndReceiveTestCase.chk |
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<ChecksumUtility> |
ChecksumUtility.threadChk
ThreadLocal
ChecksumUtility factory. |
Modifier and Type | Method and Description |
---|---|
static ChecksumUtility |
ChecksumUtility.getCHK()
static access to a ThreadLocal Checksum utility
|
Modifier and Type | Method and Description |
---|---|
int |
RootBlockView.calcChecksum(ChecksumUtility checker)
Compute the checksum of the root block (excluding only the field
including the checksum value itself).
|
int |
RootBlockView.getChecksum(ChecksumUtility checker)
Return the checksum store in the root block (excluding only the field
including the checksum value itself).
|
Constructor and Description |
---|
RootBlockView(boolean rootBlock0,
ByteBuffer buf,
ChecksumUtility checker)
Create a new read-only view from the supplied buffer.
|
RootBlockView(boolean rootBlock0,
int offsetBits,
long nextOffset,
long firstCommitTime,
long lastCommitTime,
long commitCounter,
long commitRecordAddr,
long commitRecordIndexAddr,
UUID uuid,
long blockSequence,
long quorumToken,
long metaStartAddr,
long metaBitsAddr,
StoreTypeEnum storeTypeEnum,
long createTime,
long closeTime,
int version,
ChecksumUtility checker)
Create a new read-only root block image with a unique timestamp.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.