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 |
BuildResult
The result of an
CompactingMergeTask . |
class |
JoinResult
The result of a
JoinIndexPartitionTask . |
class |
MoveResult
The object returned by
MoveIndexPartitionTask . |
class |
SplitResult
The result of a
SplitIndexPartitionTask including enough metadata
to identify the index partitions to be created and the index partition to
be deleted. |
Modifier and Type | Method and Description |
---|---|
protected AbstractResult |
ScatterSplitTask.doTask()
Breaks the index partition into N splits, where N was specified to the
ctor, and redistributes those splits onto the move targets using a round
robin.
|
protected AbstractResult |
SplitIndexPartitionTask.doTask()
Decides how many index partitions should be generated (N) and builds N
IndexSegment s from the source index partition. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.