Package | Description |
---|---|
com.bigdata.bop.fed.shards | |
com.bigdata.mdi |
This package provides a metadata index and range partitioned indices
managed by that metadata index.
|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
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 |
---|---|
protected IMetadataIndex |
MapBindingSetsOverShardsBuffer.getMetadataIndex(IKeyOrder<F> keyOrder)
Resolve a scale-out view of the metadata index for the target predicate.
|
Modifier and Type | Class and Description |
---|---|
class |
MetadataIndex
A metadata index for the partitions of a distributed index.
|
class |
MetadataIndexView
The extension semantics for the
IMetadataIndex are implemented by
this class. |
Modifier and Type | Method and Description |
---|---|
IMetadataIndex |
AbstractResourceManagerTestCase.MockFederation.getMetadataIndex(String name,
long timestamp) |
Modifier and Type | Class and Description |
---|---|
class |
CacheOnceMetadataIndex
Implementation caches all locators but does not allow stale locators.
|
class |
CachingMetadataIndex
Implementation caches all locators and then updates them on demand as stale
locators are discovered.
|
class |
NoCacheMetadataIndexView
An implementation that performs NO caching.
|
Modifier and Type | Method and Description |
---|---|
IMetadataIndex |
IBigdataFederation.getMetadataIndex(String name,
long timestamp)
Return a read-only view of the index partitions for the named scale-out
index.
|
IMetadataIndex |
AbstractScaleOutFederation.getMetadataIndex(String name,
long timestamp)
Return a read-only view onto an
IMetadataIndex . |
protected IMetadataIndex |
MetadataIndexCache.newView(String name,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
protected IMetadataIndex |
AbstractScaleOutClientIndexView.getMetadataIndex()
Return a view of the metadata index for the scale-out index as of the
timestamp associated with this index view.
|
IMetadataIndex |
ClientIndexView.getMetadataIndex()
Return a view of the metadata index for the scale-out index as of the
timestamp associated with this index view.
|
protected abstract IMetadataIndex |
AbstractSplitter.getMetadataIndex(long ts)
Return the
IMetadataIndex that will be used to compute the
Split s |
Constructor and Description |
---|
AbstractScaleOutClientIndexView(AbstractScaleOutFederation fed,
String name,
long timestamp,
IMetadataIndex metadataIndex)
Create a view on a scale-out index.
|
AbstractScaleOutClientIndexView2(AbstractScaleOutFederation fed,
String name,
long timestamp,
IMetadataIndex metadataIndex)
Create a view on a scale-out index.
|
ClientIndexView(AbstractScaleOutFederation<?> fed,
String name,
long timestamp,
IMetadataIndex metadataIndex)
Create a view on a scale-out index.
|
ClientIndexViewRefactor(AbstractScaleOutFederation fed,
String name,
long timestamp,
IMetadataIndex metadataIndex)
Create a view on a scale-out index.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.