Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rdf.sail.webapp | |
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.rwstore | |
com.bigdata.rwstore.sector |
Modifier and Type | Field and Description |
---|---|
protected BufferMode |
AbstractBufferStrategy.bufferMode
The buffer strategy implemented by this class.
|
Modifier and Type | Method and Description |
---|---|
protected BufferMode |
TestWORMStrategyNoCache.TestRawStore.getBufferMode() |
protected BufferMode |
TestDiskJournal.TestRawStore.getBufferMode() |
protected abstract BufferMode |
AbstractBufferStrategyTestCase.getBufferMode() |
protected BufferMode |
TestWORMStrategy.TestRawStore.getBufferMode() |
protected BufferMode |
TestTransientJournal.TestRawStore.getBufferMode() |
protected BufferMode |
TestMappedJournal.TestRawStore.getBufferMode() |
protected abstract BufferMode |
BenchmarkJournalWriteRate.getBufferMode() |
protected BufferMode |
BenchmarkJournalWriteRate.BenchmarkTransientJournal.getBufferMode() |
protected BufferMode |
BenchmarkJournalWriteRate.BenchmarkDirectJournal.getBufferMode() |
protected BufferMode |
BenchmarkJournalWriteRate.BenchmarkMappedJournal.getBufferMode() |
protected BufferMode |
BenchmarkJournalWriteRate.BenchmarkDiskJournal.getBufferMode() |
protected BufferMode |
BenchmarkJournalWriteRate.BenchmarkDiskRWJournal.getBufferMode() |
protected BufferMode |
TestWORMStrategyOneCacheBuffer.TestRawStore.getBufferMode() |
protected BufferMode |
TestDirectJournal.TestRawStore.getBufferMode() |
BufferMode |
FileMetadata.getBufferMode() |
BufferMode |
IBufferStrategy.getBufferMode()
The buffer mode supported by the implementation
|
BufferMode |
AbstractBufferStrategy.getBufferMode() |
BufferMode |
RWStrategy.getBufferMode() |
static BufferMode |
BufferMode.getDefaultBufferMode(StoreTypeEnum storeType) |
static BufferMode |
BufferMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferMode[] |
BufferMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RootBlockUtility(BufferMode bufferMode,
int offsetBits,
long createTime,
long quorumToken,
UUID storeUUID)
Generate the root blocks.
|
Modifier and Type | Method and Description |
---|---|
static junit.framework.TestSuite |
ProxySuiteHelper.suiteWhenStandalone(Class<? extends junit.framework.TestCase> clazz,
String regex,
Set<BufferMode> bufferModes,
com.bigdata.rdf.sail.webapp.TestMode... testModes)
Call this method to create local testing using one or more proxies.
|
static junit.framework.TestSuite |
ProxySuiteHelper.suiteWithOptionalProxy(String name,
Set<BufferMode> bufferModes,
com.bigdata.rdf.sail.webapp.TestMode... testMode)
Call this method to create a new test suite which can include
other test suites and tests using proxies.
|
Modifier and Type | Method and Description |
---|---|
static void |
ResourceEvents.openJournal(String filename,
long nbytes,
BufferMode bufferMode)
Report the opening of an
IJournal resource. |
Modifier and Type | Method and Description |
---|---|
protected BufferMode |
TestRWJournal.TestRawStore.getBufferMode() |
Modifier and Type | Method and Description |
---|---|
BufferMode |
MemStrategy.getBufferMode() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.