| Package | Description |
|---|---|
| com.bigdata.mdi |
This package provides a metadata index and range partitioned indices
managed by that metadata index.
|
| Modifier and Type | Method and Description |
|---|---|
IndexPartitionCause |
LocalPartitionMetadata.getIndexPartitionCause()
The reason why an index partition was created together with some metadata
about when it was created.
|
static IndexPartitionCause |
IndexPartitionCause.join(ResourceManager resourceManager)
Factory for
IndexPartitionCause.CauseEnum.Join. |
static IndexPartitionCause |
IndexPartitionCause.move(ResourceManager resourceManager)
Factory for
IndexPartitionCause.CauseEnum.Move. |
static IndexPartitionCause |
IndexPartitionCause.register(ResourceManager resourceManager)
Factory for
IndexPartitionCause.CauseEnum.Register. |
static IndexPartitionCause |
IndexPartitionCause.split(ResourceManager resourceManager)
Factory for
IndexPartitionCause.CauseEnum.Split. |
| Constructor and Description |
|---|
LocalPartitionMetadata(int partitionId,
int sourcePartitionId,
byte[] leftSeparatorKey,
byte[] rightSeparatorKey,
IResourceMetadata[] resources,
IndexPartitionCause cause) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.