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.
|
com.bigdata.service.ndx |
Modifier and Type | Method and Description |
---|---|
MetadataIndex.MetadataIndexMetadata |
IMetadataIndex.getIndexMetadata()
The metadata for the metadata index itself.
|
MetadataIndex.MetadataIndexMetadata |
MetadataIndex.getIndexMetadata() |
MetadataIndex.MetadataIndexMetadata |
MetadataIndexView.getIndexMetadata() |
Modifier and Type | Field and Description |
---|---|
protected MetadataIndex.MetadataIndexMetadata |
CacheOnceMetadataIndex.mdmd
Cached metadata record for the metadata index.
|
Modifier and Type | Method and Description |
---|---|
MetadataIndex.MetadataIndexMetadata |
CacheOnceMetadataIndex.getIndexMetadata() |
MetadataIndex.MetadataIndexMetadata |
NoCacheMetadataIndexView.getIndexMetadata() |
protected MetadataIndex.MetadataIndexMetadata |
MetadataIndexCache.getMetadataIndexMetadata(String name,
long timestamp)
Return the metadata for the metadata index itself.
|
Constructor and Description |
---|
CacheOnceMetadataIndex(AbstractScaleOutFederation<?> fed,
String name,
long timestamp,
MetadataIndex.MetadataIndexMetadata mdmd)
Caches the index partition locators.
|
CachingMetadataIndex(AbstractScaleOutFederation<?> fed,
String name,
long timestamp,
MetadataIndex.MetadataIndexMetadata mdmd)
Cache the index partition metadata in the client.
|
NoCacheMetadataIndexView(AbstractScaleOutFederation fed,
String name,
long timestamp,
MetadataIndex.MetadataIndexMetadata mdmd) |
Modifier and Type | Method and Description |
---|---|
MetadataIndex.MetadataIndexMetadata |
AbstractScaleOutClientIndexView.getMetadataIndexMetadata()
Metadata for the
MetadataIndex that manages the scale-out index
(cached). |
MetadataIndex.MetadataIndexMetadata |
ClientIndexView.getMetadataIndexMetadata()
Metadata for the
MetadataIndex that manages the scale-out index
(cached). |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.