Uses of Class
com.bigdata.service.AbstractFederation

Packages that use AbstractFederation
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.rdf.load Support for concurrent loading of RDF data across one or more clients from a variety of input sources. 
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.master   
com.bigdata.service.ndx   
com.bigdata.service.ndx.pipeline   
 

Uses of AbstractFederation in com.bigdata.journal
 

Methods in com.bigdata.journal that return AbstractFederation
 AbstractFederation JournalTransactionService.getFederation()
          Throws exception.
 

Uses of AbstractFederation in com.bigdata.rdf.load
 

Fields in com.bigdata.rdf.load declared as AbstractFederation
protected  AbstractFederation ConcurrentDataLoader.fed
           
 

Uses of AbstractFederation in com.bigdata.service
 

Subclasses of AbstractFederation in com.bigdata.service
 class AbstractDistributedFederation<T>
          Abstract base class for IBigdataFederation implementations where the services are distributed using RMI and are running, at least in principle, across more than one host/JVM.
 class AbstractScaleOutFederation<T>
          Abstract base class for federation implementations using the scale-out index architecture (federations that support key-range partitioned indices).
 class EmbeddedFederation<T>
          An implementation that uses an embedded database rather than a distributed database.
 class LocalDataServiceFederation<T>
          Integration provides a view of a local DataService as if it were a federation.
 

Methods in com.bigdata.service that return AbstractFederation
abstract  AbstractFederation AbstractService.getFederation()
          Return the proxy used to access other services in the federation.
 

Constructors in com.bigdata.service with parameters of type AbstractFederation
AbstractFederation.ReportTask(AbstractFederation fed)
           
DefaultClientDelegate(AbstractFederation fed, T clientOrService)
           
 

Uses of AbstractFederation in com.bigdata.service.jini
 

Subclasses of AbstractFederation in com.bigdata.service.jini
 class JiniFederation<T>
          Concrete implementation for Jini.
 

Uses of AbstractFederation in com.bigdata.service.jini.master
 

Constructors in com.bigdata.service.jini.master with parameters of type AbstractFederation
ResourceBufferStatistics(AbstractFederation<?> fed)
           
 

Uses of AbstractFederation in com.bigdata.service.ndx
 

Constructors in com.bigdata.service.ndx with parameters of type AbstractFederation
ScaleOutIndexCounters(AbstractFederation fed)
           
 

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

Constructors in com.bigdata.service.ndx.pipeline with parameters of type AbstractFederation
AbstractPendingSetMasterStats(AbstractFederation<?> fed)
           
AbstractRunnableMasterStats(AbstractFederation<?> fed)
           
IndexAsyncWriteStats(AbstractFederation<?> fed)
           
 



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