Package | Description |
---|---|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceManagerTestCase
Base class for
ResourceManager test suites that can use normal
startup and shutdown. |
class |
TestAddDeleteResource
Unit test of the
StoreManager when adding and deleting journals and
index segments. |
class |
TestBuildTask
Basic test of building an index segment from an index partition on overflow.
|
class |
TestBuildTask2
Basic test of building an index segment from an index partition on overflow.
|
class |
TestMergeTask
Basic test of compacting merge for an index partition on overflow.
|
class |
TestOverflow
Basic tests for
ResourceManager#overflow(boolean, boolean) |
class |
TestReleaseResources
Test release (aka purge) of old resources.
|
static class |
TestReleaseResources.TestWithCopy_NonZeroMinReleaseAge
Test where the indices are copied during synchronous overflow processing
and where a non-zero [minReleaseAge] was specified.
|
static class |
TestReleaseResources.TestWithCopyImmediateRelease
Test where the index view is copied in its entirety onto the new journal
and the [minReleaseAge] is ZERO(0).
|
static class |
TestReleaseResources.TestWithCopyNoRelease
Test where the index view is copied in its entirety onto the new journal
but the
ResourceManager is not permitted to release old resources
(it is configured as an immortal store). |
class |
TestResourceManagerBootstrap
Bootstrap test suite for the
ResourceManager . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.