Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rwstore | |
com.bigdata.rwstore.sector |
Modifier and Type | Field and Description |
---|---|
protected ForceEnum |
AbstractJournal.forceOnCommit
Option controls how the journal behaves during a commit.
|
Modifier and Type | Method and Description |
---|---|
static ForceEnum |
ForceEnum.parse(String s)
Parse a string whose contents must be "No", "Force", "ForceMetadata".
|
static ForceEnum |
ForceEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForceEnum[] |
ForceEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WORMStrategy.writeRootBlock(IRootBlockView rootBlock,
ForceEnum forceOnCommit) |
void |
DiskOnlyStrategy.writeRootBlock(IRootBlockView rootBlock,
ForceEnum forceOnCommit)
Deprecated.
|
void |
TransientBufferStrategy.writeRootBlock(IRootBlockView rootBlock,
ForceEnum forceOnCommit) |
void |
DiskBackedBufferStrategy.writeRootBlock(IRootBlockView rootBlock,
ForceEnum forceOnCommit) |
void |
IBufferStrategy.writeRootBlock(IRootBlockView rootBlock,
ForceEnum forceOnCommitEnum)
Write the root block onto stable storage (ie, flush it through to disk).
|
void |
RWStrategy.writeRootBlock(IRootBlockView rootBlock,
ForceEnum forceOnCommit) |
Modifier and Type | Method and Description |
---|---|
void |
RWStore.writeRootBlock(IRootBlockView rootBlock,
ForceEnum forceOnCommit)
This can be called as part of the HA downstream replication.
|
Modifier and Type | Method and Description |
---|---|
void |
MemStrategy.writeRootBlock(IRootBlockView rootBlock,
ForceEnum forceOnCommitEnum) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.