Package | Description |
---|---|
com.bigdata.mdi |
This package provides a metadata index and range partitioned indices
managed by that metadata index.
|
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalPartitionMetadata
An immutable object providing metadata about a local index partition,
including the partition identifier, the left and right separator keys
defining the half-open key range of the index partition, and optionally
defining the
IResourceMetadata [] required to materialize a view of
that index partition. |
class |
PartitionLocator
An immutable object that may be used to locate an index partition.
|
Modifier and Type | Field and Description |
---|---|
IPartitionMetadata |
Split.pmd
The index partition that spans the keys in this split.
|
Constructor and Description |
---|
Split(IPartitionMetadata pmd)
Create a representation of a split point without specifying the from/to
tuple index.
|
Split(IPartitionMetadata pmd,
int fromIndex,
int toIndex)
Create a representation of a split point.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.