Uses of Class
com.bigdata.service.AbstractScaleOutFederation

Packages that use AbstractScaleOutFederation
com.bigdata.rdf.rules   
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.ndx   
 

Uses of AbstractScaleOutFederation in com.bigdata.rdf.rules
 

Methods in com.bigdata.rdf.rules with parameters of type AbstractScaleOutFederation
 Iterator<PartitionLocator> RDFJoinNexus.locatorScan(AbstractScaleOutFederation fed, IPredicate predicate)
           
 

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

Methods in com.bigdata.relation.rule.eval with parameters of type AbstractScaleOutFederation
 Iterator<PartitionLocator> IJoinNexus.locatorScan(AbstractScaleOutFederation fed, IPredicate predicate)
          Return an iterator visiting the PartitionLocator for the index partitions from which an IAccessPath must read in order to materialize all elements which would be visited for that predicate.
 

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

Fields in com.bigdata.relation.rule.eval.pipeline declared as AbstractScaleOutFederation
protected  AbstractScaleOutFederation DistributedJoinTask.fed
          The federation is used to obtain locator scans for the access paths.
 

Constructors in com.bigdata.relation.rule.eval.pipeline with parameters of type AbstractScaleOutFederation
DistributedJoinTask(String scaleOutIndexName, IRule rule, IJoinNexus joinNexus, int[] order, int orderIndex, int partitionId, AbstractScaleOutFederation fed, IJoinMaster master, UUID masterUUID, IAsynchronousIterator<IBindingSet[]> src, IKeyOrder[] keyOrders, DataService dataService)
           
 

Uses of AbstractScaleOutFederation in com.bigdata.service
 

Subclasses of AbstractScaleOutFederation 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 EmbeddedFederation<T>
          An implementation that uses an embedded database rather than a distributed database.
 

Fields in com.bigdata.service declared as AbstractScaleOutFederation
protected  AbstractScaleOutFederation CacheOnceMetadataIndex.fed
          The federation.
 

Constructors in com.bigdata.service with parameters of type AbstractScaleOutFederation
CacheOnceMetadataIndex(AbstractScaleOutFederation fed, String name, long timestamp, MetadataIndex.MetadataIndexMetadata mdmd)
          Caches the index partition locators.
CachingMetadataIndex(AbstractScaleOutFederation fed, String name, long timestamp, MetadataIndex.MetadataIndexMetadata mdmd)
          Cache the index partition metadata in the client.
IndexCache(AbstractScaleOutFederation fed, int capacity, long timeout)
           
MetadataIndexCache(AbstractScaleOutFederation fed, int capacity, long timeout)
           
NoCacheMetadataIndexView(AbstractScaleOutFederation fed, String name, long timestamp, MetadataIndex.MetadataIndexMetadata mdmd)
           
 

Uses of AbstractScaleOutFederation in com.bigdata.service.jini
 

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

Uses of AbstractScaleOutFederation in com.bigdata.service.ndx
 

Fields in com.bigdata.service.ndx declared as AbstractScaleOutFederation
protected  AbstractScaleOutFederation AbstractScaleOutClientIndexView.fed
           
 

Methods in com.bigdata.service.ndx that return AbstractScaleOutFederation
 AbstractScaleOutFederation IScaleOutClientIndex.getFederation()
          Return the object used to access the services in the connected federation.
 AbstractScaleOutFederation AbstractScaleOutClientIndexView.getFederation()
           
 AbstractScaleOutFederation ClientIndexView.getFederation()
           
 

Constructors in com.bigdata.service.ndx with parameters of type AbstractScaleOutFederation
AbstractScaleOutClientIndexView(AbstractScaleOutFederation fed, String name, long timestamp, IMetadataIndex metadataIndex)
          Create a view on a scale-out index.
AbstractScaleOutClientIndexView2(AbstractScaleOutFederation fed, String name, long timestamp, IMetadataIndex metadataIndex)
          Create a view on a scale-out index.
ClientIndexView(AbstractScaleOutFederation fed, String name, long timestamp, IMetadataIndex metadataIndex)
          Create a view on a scale-out index.
ClientIndexViewRefactor(AbstractScaleOutFederation fed, String name, long timestamp, IMetadataIndex metadataIndex)
          Create a view on a scale-out index.
 



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