Uses of Interface
com.bigdata.service.IMetadataService

Packages that use IMetadataService
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini   
com.bigdata.service.jini.lookup   
com.bigdata.service.ndx   
 

Uses of IMetadataService in com.bigdata.service
 

Classes in com.bigdata.service that implement IMetadataService
 class MetadataService
          Implementation of a metadata service for a named scale-out index.
 

Methods in com.bigdata.service that return IMetadataService
 IMetadataService IBigdataFederation.getMetadataService()
          Return the metadata service (or a proxy for the metadata service).
protected  IMetadataService NoCacheMetadataIndexView.getMetadataService()
           
 

Uses of IMetadataService in com.bigdata.service.jini
 

Classes in com.bigdata.service.jini that implement IMetadataService
static class MetadataServer.AdministrableMetadataService
          Adds jini administration interfaces to the basic MetadataService.
 

Methods in com.bigdata.service.jini that return IMetadataService
 IMetadataService JiniFederation.getMetadataService()
           
 

Uses of IMetadataService in com.bigdata.service.jini.lookup
 

Methods in com.bigdata.service.jini.lookup that return IMetadataService
 IMetadataService DataServicesClient.getMetadataService()
          Return an arbitrary IMetadataService from the cache -or- null if there is none in the cache and a remote lookup times out.
 IMetadataService DataServicesClient.getMetadataService(UUID serviceUUID)
          Return the proxy for an IMetadataService from the local cache.
 

Uses of IMetadataService in com.bigdata.service.ndx
 

Methods in com.bigdata.service.ndx that return IMetadataService
protected  IMetadataService ClientIndexView.getMetadataService()
          Obtain the proxy for a metadata service.
protected  IMetadataService AbstractScaleOutClientIndexView.getMetadataService()
          Obtain the proxy for a metadata service.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.