Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.rdf.graph Classes and Interfaces - 93 results found.
NameDescriptionTypePackageFramework
AbstractBigdataGraphTestCaseClasscom.bigdata.rdf.graph.impl.bdBlazeGraph
AbstractGraphFixtureClasscom.bigdata.rdf.graph.utilBlazeGraph
BaseGASProgramAbstract base class with some useful defaults.Classcom.bigdata.rdf.graph.implBlazeGraph
BaseGASProgram .Bindings by BaseGASProgram.Interfacecom.bigdata.rdf.graph.implBlazeGraph
BFSBreadth First Search (BFS) is an iterative graph traversal primitive.Classcom.bigdata.rdf.graph.analyticsBlazeGraph
BFS .BindingsAdditional IBindingExtractor.Interfacecom.bigdata.rdf.graph.analyticsBlazeGraph
BFS .ESEdge state is not used.Classcom.bigdata.rdf.graph.analyticsBlazeGraph
BFS .VSClasscom.bigdata.rdf.graph.analyticsBlazeGraph
BigdataGASEngineIGASEngine for dynamic activation of vertices.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
BigdataGASEngine .BigdataGraphAccessorClasscom.bigdata.rdf.graph.impl.bdBlazeGraph
BigdataGASRunnerBase class for running performance tests against the bigdata backend.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
BigdataGASStateClasscom.bigdata.rdf.graph.impl.bdBlazeGraph
BigdataGraphFixtureClasscom.bigdata.rdf.graph.impl.bdBlazeGraph
BigdataGraphFixture .BigdataSailGraphLoaderClasscom.bigdata.rdf.graph.impl.bdBlazeGraph
BinderBaseA base class for IBinders.Classcom.bigdata.rdf.graphBlazeGraph
CCConnected components computes the distinct sets of non-overlapping subgraphs within a graph.Classcom.bigdata.rdf.graph.analyticsBlazeGraph
CC .BindingsAdditional IBindingExtractor.Interfacecom.bigdata.rdf.graph.analyticsBlazeGraph
CC .ESEdge state is not used.Classcom.bigdata.rdf.graph.analyticsBlazeGraph
CC .VSClasscom.bigdata.rdf.graph.analyticsBlazeGraph
CHMSchedulerA simple scheduler based on a ConcurrentHashMap.Classcom.bigdata.rdf.graph.impl.schedulerBlazeGraph
EdgeOnlyFilterFilter visits only edges (filters out attribute values).Classcom.bigdata.rdf.graph.implBlazeGraph
EdgesEnumTypesafe enumeration used to specify whether a GATHER or SCATTER phase is applied to the in-edges, out-edges, both, or not run.Classcom.bigdata.rdf.graphBlazeGraph
FactorySingleton pattern for initializing a vertex state or edge state object given the vertex or edge.Classcom.bigdata.rdf.graphBlazeGraph
FrontierEnumType-safe enumeration characterizing the assumptions of an algorithm concerning its initial frontier.Classcom.bigdata.rdf.graphBlazeGraph
FuzzySSSPThis algorithm provides a fuzzy implementation of the shortest paths between a set of source vertices and a set of target vertices.Classcom.bigdata.rdf.graph.analyticsBlazeGraph
GASContextClasscom.bigdata.rdf.graph.implBlazeGraph
GASEngineIGASEngine for dynamic activation of vertices.Classcom.bigdata.rdf.graph.implBlazeGraph
GASImplUtilSome utility method for the GAS Engine implementation.Classcom.bigdata.rdf.graph.impl.utilBlazeGraph
GASRunnerBaseBase class for running performance tests.Classcom.bigdata.rdf.graph.impl.utilBlazeGraph
GASServiceA SERVICE that exposes IGASPrograms for SPARQL execution.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
GASService .OptionsInterfacecom.bigdata.rdf.graph.impl.bdBlazeGraph
GASStateClasscom.bigdata.rdf.graph.implBlazeGraph
GASStatsStatistics for GAS algorithms.Classcom.bigdata.rdf.graph.implBlazeGraph
GASUtilUtility class for operations on the public interfaces.Classcom.bigdata.rdf.graph.utilBlazeGraph
GraphLoaderUtility to load data into a graph.Classcom.bigdata.rdf.graph.utilBlazeGraph
IArraySliceInterface for a slice of a backing array.Interfacecom.bigdata.rdf.graph.impl.utilBlazeGraph
IBinderAn interface that may be used to extract variable bindings for the vertices visited by the algorithm.Interfacecom.bigdata.rdf.graphBlazeGraph
IBindingExtractorThis interface makes it possible to extract bindings for variables from anAuthor:Bryan ThompsonInterfacecom.bigdata.rdf.graphBlazeGraph
IGASContextExecution context for an IGASProgram.Interfacecom.bigdata.rdf.graphBlazeGraph
IGASEngineThe interface used to submit an IGASProgram for evaluation.Interfacecom.bigdata.rdf.graphBlazeGraph
IGASOptionsInterface for options that are understood by the IGASEngine and which may be declared by the IGASProgram.Interfacecom.bigdata.rdf.graphBlazeGraph
IGASProgramAbstract interface for GAS programs.Interfacecom.bigdata.rdf.graphBlazeGraph
IGASSchedulerInterface schedules a vertex for execution.Interfacecom.bigdata.rdf.graphBlazeGraph
IGASSchedulerImpl implementation of the GAS Engine.Interfacecom.bigdata.rdf.graphBlazeGraph
IGASStateInterface exposes access to the VS and ES that is visible during a GATHER or This interface is intended to be restrictive in both its API and the stateInterfacecom.bigdata.rdf.graphBlazeGraph
IGASStatsStatistics for GAS algorithms.Interfacecom.bigdata.rdf.graphBlazeGraph
IGraphAccessorInterface abstracts access to a backend graph implementation.Interfacecom.bigdata.rdf.graphBlazeGraph
IGraphFixtureA fixture for a graph.Interfacecom.bigdata.rdf.graph.utilBlazeGraph
IGraphFixtureFactoryFactory for IGraphFixture.Interfacecom.bigdata.rdf.graph.utilBlazeGraph
IIntArraySliceInterface for a slice of a backing int[].Interfacecom.bigdata.rdf.graph.impl.utilBlazeGraph
IManagedArrayAn interface for a managed array.Interfacecom.bigdata.rdf.graph.impl.utilBlazeGraph
IManagedIntArrayAn interface for a managed int[].Interfacecom.bigdata.rdf.graph.impl.utilBlazeGraph
IPredecessorA interface for IGASPrograms that compute paths and track a predecessor relationship among the visited vertices.Interfacecom.bigdata.rdf.graphBlazeGraph
IReducerAn interface for computing reductions over the vertices of a graph.Interfacecom.bigdata.rdf.graphBlazeGraph
IStaticFrontierInterfacecom.bigdata.rdf.graphBlazeGraph
ManagedArrayA view on a mutable int[] that may be extended.Classcom.bigdata.rdf.graph.impl.utilBlazeGraph
ManagedIntArrayA view on a mutable int[] that may be extended.Classcom.bigdata.rdf.graph.impl.utilBlazeGraph
MergeSortIteratorAn N-way merge sort of N source iterators visiting Values (which areAuthor:Bryan ThompsonClasscom.bigdata.rdf.graph.impl.bdBlazeGraph
PATHSPATHS is an iterative graph traversal operation.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
PATHS .BindingsAdditional IBindingExtractor.Interfacecom.bigdata.rdf.graph.impl.bdBlazeGraph
PATHS .ESEdge state is not used.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
PATHS .VSClasscom.bigdata.rdf.graph.impl.bdBlazeGraph
PRPage rank assigns weights to the vertices in a graph based by on the relative "importance" as determined by the patterns of directed links in the graph.Classcom.bigdata.rdf.graph.analyticsBlazeGraph
PR .BindingsAdditional IBindingExtractor.Interfacecom.bigdata.rdf.graph.analyticsBlazeGraph
PR .ESEdge state is not used.Classcom.bigdata.rdf.graph.analyticsBlazeGraph
PR .VSClasscom.bigdata.rdf.graph.analyticsBlazeGraph
RAMGASEngineClasscom.bigdata.rdf.graph.impl.ramBlazeGraph
RAMGASEngine .RAMGraphA simple RDF graph model suitable for graph mining algorithms.Classcom.bigdata.rdf.graph.impl.ramBlazeGraph
RAMGASEngine .RAMGraphAccessorClasscom.bigdata.rdf.graph.impl.ramBlazeGraph
RAMGASRunnerClass for running GAS performance tests against the SAIL.Classcom.bigdata.rdf.graph.impl.ramBlazeGraph
RAMGraphFixtureClasscom.bigdata.rdf.graph.impl.ramBlazeGraph
RAMGraphLoaderTODO Blank nodes have global scope.Classcom.bigdata.rdf.graph.impl.ramBlazeGraph
SAILGASEngineClasscom.bigdata.rdf.graph.impl.sailBlazeGraph
SAILGASEngine .SAILGraphAccessorClasscom.bigdata.rdf.graph.impl.sailBlazeGraph
SAILGASRunnerClass for running GAS performance tests against the SAIL.Classcom.bigdata.rdf.graph.impl.sailBlazeGraph
SailGraphFixtureClasscom.bigdata.rdf.graph.impl.sailBlazeGraph
SailGraphLoaderClasscom.bigdata.rdf.graph.utilBlazeGraph
SSSPSSSP (Single Source, Shortest Path).Classcom.bigdata.rdf.graph.analyticsBlazeGraph
SSSP .BindingsAdditional IBindingExtractor.Interfacecom.bigdata.rdf.graph.analyticsBlazeGraph
SSSP .ESEdge state is not used.Classcom.bigdata.rdf.graph.analyticsBlazeGraph
SSSP .VSClasscom.bigdata.rdf.graph.analyticsBlazeGraph
StaticFrontier2An implementation of a "static" frontier that grows and reuses the backing Note: This implementation has package private methods that permit certainClasscom.bigdata.rdf.graph.impl.frontierBlazeGraph
STSchedulerA scheduler suitable for a single thread.Classcom.bigdata.rdf.graph.impl.schedulerBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
TestBFSTest class for Breadth First Search (BFS) traversal.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
TestFuzzySSSPTODO.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
TestGatherTest class for GATHER.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
TestSSSPTest class for SSP traversal.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
TLSchedulerThis scheduler uses thread-local buffers (LinkedHashSet) to track the distinct vertices scheduled by each execution thread.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
TLScheduler2This scheduler uses thread-local buffers (LinkedHashSet) to track the distinct vertices scheduled by each execution thread.Classcom.bigdata.rdf.graph.impl.bdBlazeGraph
TraversalDirectionEnumenum TraversalDirectionEnumTypesafe enumeration of manner in which an RDF graph will be traversed by anClasscom.bigdata.rdf.graphBlazeGraph
VertexDistributionUtility class for sampling vertices from a graph.Classcom.bigdata.rdf.graph.impl.utilBlazeGraph
VertexTaskFactoryA factory for tasks that are applied to each vertex in the frontier.Interfacecom.bigdata.rdf.graph.implBlazeGraph