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 |
---|---|
protected static class |
AbstractTestSegSplitter.MockPartitionIdFactory
Mock implementation assigns index partitions from a counter beginning
with ZERO (0), which is the first legal index partition identifier.
|
class |
ResourceManager
The
ResourceManager has broad responsibility for journal files, index
segment files, maintaining index views during overflow processing, and
managing the transparent decomposition of scale-out indices and the
distribution of the key-range index partitions for those scale-out indices. |
protected static class |
TestResourceManagerBootstrap.MyResourceManager |
Modifier and Type | Field and Description |
---|---|
protected IPartitionIdFactory |
AbstractTestSegSplitter.pidFactory |
Modifier and Type | Method and Description |
---|---|
static Split[] |
SplitUtility.getSplits(IPartitionIdFactory partitionIdFactory,
LocalPartitionMetadata oldpmd,
IndexSegment seg,
long nominalShardSize,
ISimpleSplitHandler splitHandler)
Choose a set of splits which may be reasonably expected to divide the
IndexSegment into extents each of which is approximately 50%
full. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.