Uses of Interface
com.bigdata.mdi.IMetadataIndex

Packages that use IMetadataIndex
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.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini.util   
com.bigdata.service.ndx   
 

Uses of IMetadataIndex in com.bigdata.bop.fed.shards
 

Methods in com.bigdata.bop.fed.shards that return IMetadataIndex
protected  IMetadataIndex MapBindingSetsOverShardsBuffer.getMetadataIndex(IKeyOrder<F> keyOrder)
          Resolve a scale-out view of the metadata index for the target predicate.
 

Uses of IMetadataIndex in com.bigdata.mdi
 

Classes in com.bigdata.mdi that implement IMetadataIndex
 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.
 

Uses of IMetadataIndex in com.bigdata.service
 

Classes in com.bigdata.service that implement IMetadataIndex
 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.
 

Methods in com.bigdata.service that return IMetadataIndex
 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)
           
 

Uses of IMetadataIndex in com.bigdata.service.jini.util
 

Methods in com.bigdata.service.jini.util with parameters of type IMetadataIndex
protected  void DumpFederation.dumpIndexLocators(String indexName, IMetadataIndex metadataIndex)
          Dumps useful information about the index partition in the context of the data service on which it resides.
 

Uses of IMetadataIndex in com.bigdata.service.ndx
 

Methods in com.bigdata.service.ndx that return IMetadataIndex
 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  IMetadataIndex AbstractScaleOutClientIndexView.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 Splits
 

Constructors in com.bigdata.service.ndx with parameters of type IMetadataIndex
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-2011 SYSTAP, LLC. All Rights Reserved.