Uses of Interface
com.bigdata.service.IDataService

Packages that use IDataService
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.jini.util   
com.bigdata.service.ndx   
com.bigdata.service.ndx.pipeline   
 

Uses of IDataService in com.bigdata.service
 

Subinterfaces of IDataService in com.bigdata.service
 interface IMetadataService
          A metadata service for a named index.
 

Classes in com.bigdata.service that implement IDataService
 class DataService
          An implementation of a network-capable IDataService.
 class MetadataService
          Implementation of a metadata service for a named scale-out index.
 

Methods in com.bigdata.service that return IDataService
 IDataService IBigdataFederation.getAnyDataService()
          Return ANY IDataService which has been (or could be) discovered and which is part of the connected federation.
 IDataService IBigdataFederation.getDataService(UUID serviceUUID)
          Resolve the service identifier to an IDataService.
 IDataService IBigdataFederation.getDataServiceByName(String name)
          Return an IDataService joined with this IBigdataFederation and having the specified service name.
 IDataService[] IBigdataFederation.getDataServices(UUID[] uuid)
          Return an array of IDataService references that is correlated with the given array of IDataService UUIDs.
 IDataService[] AbstractFederation.getDataServices(UUID[] uuids)
           
 

Constructors in com.bigdata.service with parameters of type IDataService
AbstractScaleOutFederation.ForceOverflowTask(IDataService dataService, boolean compactingMerge, boolean truncateJournal)
           
AbstractScaleOutFederation.PurgeResourcesTask(IDataService dataService, boolean truncateJournal)
           
 

Uses of IDataService in com.bigdata.service.jini
 

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

Methods in com.bigdata.service.jini that return IDataService
 IDataService JiniFederation.getAnyDataService()
           
 IDataService JiniFederation.getDataService(UUID serviceUUID)
           
 IDataService JiniFederation.getDataServiceByName(String name)
           
 

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

Methods in com.bigdata.service.jini.lookup that return IDataService
 IDataService DataServicesClient.getDataService()
          Return an arbitrary IDataService instance from the cache -or- null if there is none in the cache and a remote lookup times out.
 IDataService DataServicesClient.getDataService(UUID serviceUUID)
          Return the proxy for an IDataService from the local cache -or- the reference to this service if the UUID identifies this service (this avoids RMI requests from a service to itself).
 IDataService DataServicesClient.getDataServiceByName(String name)
          Return an arbitrary IDataService having the specified service name on an Entry for that service.
 

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

Constructors in com.bigdata.service.jini.util with parameters of type IDataService
MessageTest.MessageTask(long duration, long messages, int parallel, int payload, IDataService[] dataServices)
           
 

Uses of IDataService in com.bigdata.service.ndx
 

Fields in com.bigdata.service.ndx declared as IDataService
protected  IDataService RawDataServiceTupleIterator.dataService
          The data service for the index.
 

Methods in com.bigdata.service.ndx that return IDataService
 IDataService ClientIndexView.getDataService(PartitionLocator pmd)
           
 IDataService AbstractScaleOutClientIndexView.getDataService(PartitionLocator pmd)
           
 IDataService IScaleOutClientIndex.getDataService(PartitionLocator pmd)
          Resolve the data service to which the index partition is mapped.
 

Constructors in com.bigdata.service.ndx with parameters of type IDataService
DataServiceTupleIterator(IScaleOutClientIndex ndx, IDataService dataService, String name, long timestamp, byte[] fromKey, byte[] toKey, int capacity, int flags, IFilter filter)
           
RawDataServiceTupleIterator(IDataService dataService, String name, long timestamp, boolean readConsistent, byte[] fromKey, byte[] toKey, int capacity, int flags, IFilter filter)
           
 

Uses of IDataService in com.bigdata.service.ndx.pipeline
 

Fields in com.bigdata.service.ndx.pipeline declared as IDataService
 IDataService IndexPartitionWriteTask.dataService
          The data service on which the index partition resides.
 

Constructors in com.bigdata.service.ndx.pipeline with parameters of type IDataService
IndexPartitionWriteTask(M master, L locator, IDataService dataService, BlockingBuffer<E[]> buffer)
           
 



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