Package | Description |
---|---|
com.bigdata.ha.halog | |
com.bigdata.ha.msg |
Interfaces and implementations for HA message objects.
|
com.bigdata.io.writecache |
Low-level write cache service.
|
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 |
---|---|
static IHAWriteMessage |
HALogReader.processNextBuffer(RandomAccessFile raf,
IReopenChannel<FileChannel> reopener,
StoreTypeEnum storeType,
ByteBuffer clientBuffer) |
Modifier and Type | Method and Description |
---|---|
StoreTypeEnum |
IHAWriteMessage.getStoreType()
The type of backing store (RW or WORM).
|
StoreTypeEnum |
HAWriteMessage.getStoreType() |
Constructor and Description |
---|
HAWriteMessage(UUID uuid,
long commitCounter,
long commitTime,
long sequence,
int sze,
int chk,
StoreTypeEnum storeType,
long quorumToken,
int replicationFactor,
long fileExtent,
long firstOffset,
String compressorKey) |
HAWriteMessage(UUID uuid,
long commitCounter,
long commitTime,
long sequence,
int sze,
int chk,
StoreTypeEnum storeType,
long quorumToken,
long fileExtent,
long firstOffset)
Deprecated.
by the version that accepts the compressor key.
|
Modifier and Type | Method and Description |
---|---|
protected long |
TestWORMWriteCacheService.doStressTest(int nbuffers,
int nrecs,
int maxreclen,
double largeRecordRate,
boolean useChecksums,
boolean isHighlyAvailable,
StoreTypeEnum storeType,
Quorum quorum)
A stress test for the
WriteCacheService . |
Modifier and Type | Method and Description |
---|---|
StoreTypeEnum |
IRootBlockView.getStoreType()
A byte value which specifies whether the backing store is a journal
(log-structured store or WORM) or a read-write store.
|
StoreTypeEnum |
RootBlockView.getStoreType()
A byte value which specifies whether the backing store is a journal
(log-structured store or WORM) or a read-write store.
|
StoreTypeEnum |
BufferMode.getStoreType()
The kind of persistence store (RW or WORM).
|
static StoreTypeEnum |
StoreTypeEnum.valueOf(byte type) |
static StoreTypeEnum |
StoreTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreTypeEnum[] |
StoreTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BufferMode |
BufferMode.getDefaultBufferMode(StoreTypeEnum storeType) |
Constructor and Description |
---|
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.