Uses of Interface
com.bigdata.service.IBigdataFederation

Packages that use IBigdataFederation
com.bigdata.bop This package provides an API for query operators. 
com.bigdata.bop.engine   
com.bigdata.bop.fed   
com.bigdata.bop.fed.shards   
com.bigdata.btree The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
com.bigdata.counters.ganglia   
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.rdf.sail This package contains the SAIL that allow bigdata to be used as a backend for the Sesame 2.x platform. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.relation.rule.eval.pipeline This package implements a pipeline join. 
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   
 

Uses of IBigdataFederation in com.bigdata.bop
 

Methods in com.bigdata.bop that return IBigdataFederation
 IBigdataFederation<?> BOpContextBase.getFederation()
          The IBigdataFederation IFF the operator is being evaluated on an IBigdataFederation and otherwise null.
 

Constructors in com.bigdata.bop with parameters of type IBigdataFederation
BOpContextBase(IBigdataFederation<?> fed, IIndexManager localIndexManager)
          Core constructor.
 

Uses of IBigdataFederation in com.bigdata.bop.engine
 

Methods in com.bigdata.bop.engine that return IBigdataFederation
 IBigdataFederation<?> IRunningQuery.getFederation()
          The IBigdataFederation IFF the operator is being evaluated on an IBigdataFederation.
 IBigdataFederation<?> QueryEngine.getFederation()
          The IBigdataFederation iff running in scale-out.
 IBigdataFederation<?> AbstractRunningQuery.getFederation()
           
 

Uses of IBigdataFederation in com.bigdata.bop.fed
 

Methods in com.bigdata.bop.fed that return IBigdataFederation
 IBigdataFederation<?> FederatedQueryEngine.getFederation()
           
 

Methods in com.bigdata.bop.fed with parameters of type IBigdataFederation
static FederatedQueryEngine QueryEngineFactory.getFederatedQueryController(IBigdataFederation<?> fed)
          New query controller for scale-out.
 

Constructors in com.bigdata.bop.fed with parameters of type IBigdataFederation
FederatedQueryEngine(UUID thisService, IBigdataFederation<?> fed, IIndexManager indexManager, ManagedResourceService resourceService)
          Constructor used on a non-DataService node to expose a query controller.
 

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

Constructors in com.bigdata.bop.fed.shards with parameters of type IBigdataFederation
MapBindingSetsOverShardsBuffer(IBigdataFederation<?> fed, IPredicate<F> pred, long timestamp, int capacity)
           
 

Uses of IBigdataFederation in com.bigdata.btree
 

Fields in com.bigdata.btree declared as IBigdataFederation
protected  IBigdataFederation<?> IndexSegmentStore.fed
          Optional.
 

Constructors in com.bigdata.btree with parameters of type IBigdataFederation
IndexSegmentStore(File file, IBigdataFederation<?> fed)
          Constructor variant that accepts an IBigdataFederation reference and will report out Events.
 

Uses of IBigdataFederation in com.bigdata.counters.ganglia
 

Constructors in com.bigdata.counters.ganglia with parameters of type IBigdataFederation
QueryEngineMetricsCollector(IBigdataFederation<?> fed, AbstractStatisticsCollector statisticsCollector)
           
 

Uses of IBigdataFederation in com.bigdata.journal
 

Methods in com.bigdata.journal that return IBigdataFederation
 IBigdataFederation<?> Journal.getFederation()
           
 IBigdataFederation IResourceManager.getFederation()
          The federation whose resources are being managed.
 

Uses of IBigdataFederation in com.bigdata.rdf.sail
 

Methods in com.bigdata.rdf.sail with parameters of type IBigdataFederation
 BigdataSail BigdataSailHelper.getSail(IBigdataFederation<?> fed, String namespace, long timestamp)
          (Re-)open a SAIL backed by persistent data stored in an IBigdataFederation.
 

Uses of IBigdataFederation in com.bigdata.relation.rule.eval
 

Methods in com.bigdata.relation.rule.eval with parameters of type IBigdataFederation
protected  Object AbstractJoinNexus.runDistributedProgram(IBigdataFederation<?> fed, ActionEnum action, IStep step)
          Runs a distributed IProgram (key-range partitioned indices, RMI, and multi-machine).
 

Uses of IBigdataFederation in com.bigdata.relation.rule.eval.pipeline
 

Constructors in com.bigdata.relation.rule.eval.pipeline with parameters of type IBigdataFederation
JoinTaskSink(IBigdataFederation fed, PartitionLocator locator, JoinTask sourceJoinTask)
          Setups up the local buffers for a downstream JoinTask.
 

Uses of IBigdataFederation in com.bigdata.service
 

Classes in com.bigdata.service that implement IBigdataFederation
 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 AbstractFederation<T>
          Abstract base class for IBigdataFederation implementations.
 class AbstractScaleOutFederation<T>
          Abstract base class for federation implementations using the scale-out index architecture (federations that support key-range partitioned indices).
 

Fields in com.bigdata.service declared as IBigdataFederation
protected  IBigdataFederation Event.fed
           
 

Methods in com.bigdata.service that return IBigdataFederation
 IBigdataFederation<T> IBigdataClient.connect()
          Connect to a bigdata federation.
 IBigdataFederation<?> IFederationCallable.getFederation()
          Return the IBigdataFederation reference.
 IBigdataFederation<T> IBigdataClient.getFederation()
          Return the connected federation,
 IBigdataFederation<?> FederationCallable.getFederation()
           
 

Methods in com.bigdata.service with parameters of type IBigdataFederation
 void IFederationCallable.setFederation(IBigdataFederation<?> fed)
          Invoked before the task is executed to provide a reference to the IBigdataFederation for the service on which the task is executing.
 void FederationCallable.setFederation(IBigdataFederation<?> fed)
           
 

Constructors in com.bigdata.service with parameters of type IBigdataFederation
Event(IBigdataFederation fed, EventResource resource, Object majorEventType)
           
Event(IBigdataFederation fed, EventResource resource, Object majorEventType, Map<String,Object> details)
          Event ctor.
Event(IBigdataFederation fed, EventResource resource, Object majorEventType, Object minorEventType, Map<String,Object> details)
          Sub-event ctor.
MetadataService.DropScaleOutIndexTask(IBigdataFederation fed, ConcurrencyManager concurrencyManager, String name)
           
MetadataService.RegisterScaleOutIndexTask(IBigdataFederation fed, ConcurrencyManager concurrencyManager, IResourceManager resourceManager, String metadataIndexName, IndexMetadata metadata, byte[][] separatorKeys, UUID[] dataServiceUUIDs)
          Create and statically partition a scale-out index.
 

Uses of IBigdataFederation in com.bigdata.service.jini
 

Classes in com.bigdata.service.jini that implement IBigdataFederation
 class JiniFederation<T>
          Concrete implementation for Jini.
 

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

Methods in com.bigdata.service.jini.master with parameters of type IBigdataFederation
 void AbstractClientTask.setFederation(IBigdataFederation fed)
           
 



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