Uses of Interface
com.bigdata.service.IBigdataClient

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

Uses of IBigdataClient in com.bigdata.service
 

Classes in com.bigdata.service that implement IBigdataClient
 class AbstractClient<T>
          Abstract base class for IBigdataClient implementations.
 class AbstractScaleOutClient<T>
          Client class for AbstractScaleOutFederations.
 

Methods in com.bigdata.service that return IBigdataClient
 IBigdataClient<T> IBigdataFederation.getClient()
          Return the client object that was used to connect to the federation.
 

Constructors in com.bigdata.service with parameters of type IBigdataClient
AbstractDistributedFederation(IBigdataClient<T> client)
           
AbstractFederation(IBigdataClient<T> client)
           
AbstractScaleOutFederation(IBigdataClient<T> client)
           
DefaultClientDelegate(IBigdataClient<?> client, T clientOrService)
           
 

Uses of IBigdataClient in com.bigdata.service.jini
 

Classes in com.bigdata.service.jini that implement IBigdataClient
 class JiniClient<T>
          A client capable of connecting to a distributed bigdata federation using JINI.
 



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