MCPcopy Create free account

hub / github.com/SimonEjenstam/neo4j-gpu / types & classes

Types & classes67 in github.com/SimonEjenstam/neo4j-gpu

ClassAliasDictionary
src/main/java/se/simonevertsson/runner/AliasDictionary.java:7
ClassAliasDictionaryTest
Created by simon.evertsson on 2015-09-02.
src/test/java/se/simonevertsson/runner/AliasDictionaryTest.java:9
ClassBufferContainer
src/main/java/se/simonevertsson/gpu/buffer/BufferContainer.java:3
ClassBufferContainerGenerator
src/main/java/se/simonevertsson/gpu/buffer/BufferContainerGenerator.java:11
ClassCandidateChecker
src/main/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateChecker.java:15
ClassCandidateCheckerTest
Created by simon on 2015-06-23.
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateCheckerTest.java:16
ClassCandidateExplorer
src/main/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateExplorer.java:15
ClassCandidateExplorerTest
Created by simon on 2015-06-23.
src/test/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateExplorerTest.java:18
ClassCandidateInitializer
src/main/java/se/simonevertsson/gpu/query/candidate/initialization/CandidateInitializer.java:14
ClassCandidateRefinement
src/main/java/se/simonevertsson/gpu/query/candidate/refinement/CandidateRefinement.java:14
ClassCandidateRefinery
src/main/java/se/simonevertsson/gpu/query/candidate/refinement/CandidateRefinery.java:15
ClassCandidateRefineryTest
Created by simon on 2015-06-23.
src/test/java/se/simonevertsson/gpu/query/candidate/refinement/CandidateRefineryTest.java:18
ClassCandidateRelationshipCounter
src/main/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipCounter.java:16
ClassCandidateRelationshipCounterTest
Created by simon on 2015-06-23.
src/test/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipCounterTest.java:17
ClassCandidateRelationshipFinder
src/main/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipFinder.java:13
ClassCandidateRelationshipFinderTest
Created by simon on 2015-06-25.
src/test/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipFinderTest.java:19
ClassCandidateRelationshipJoiner
src/main/java/se/simonevertsson/gpu/query/relationship/join/CandidateRelationshipJoiner.java:15
ClassCandidateRelationshipSearcher
src/main/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationshipSearcher.java:18
ClassCandidateRelationships
src/main/java/se/simonevertsson/gpu/query/relationship/search/CandidateRelationships.java:13
ClassCypherQueryRunner
Class which executes Cypher queries on a supplied {@link DatabaseService} from a given {@link QueryGraph}.
src/main/java/se/simonevertsson/runner/CypherQueryRunner.java:15
ClassDataBuffers
src/main/java/se/simonevertsson/gpu/buffer/DataBuffers.java:5
ClassDatabaseService
Service class which handles database connections and queries
src/main/java/se/simonevertsson/db/DatabaseService.java:13
ClassGpuGraph
src/main/java/se/simonevertsson/gpu/graph/GpuGraph.java:9
ClassGpuGraphConverter
This class converts graph data data types, such as Node and Relationship etc. to a more GPU-firendly representation such as arrays and primitive types
src/main/java/se/simonevertsson/gpu/graph/GpuGraphConverter.java:15
ClassGpuGraphConverterTest
src/test/java/se/simonevertsson/gpu/graph/GpuGraphConverterTest.java:11
ClassGpuQuery
This class excutes graph queries on the GPU using the given {@link QueryContext}.
src/main/java/se/simonevertsson/gpu/query/GpuQuery.java:21
ClassGpuQueryRunner
src/main/java/se/simonevertsson/runner/GpuQueryRunner.java:15
ClassLabelDictionary
Dictionary class which contains Node labels and their corresponding generated GPU-friendly representation
src/main/java/se/simonevertsson/gpu/dictionary/LabelDictionary.java:9
ClassLabelDictionaryTest
src/test/java/se/simonevertsson/gpu/dictionary/LabelDictionaryTest.java:5
ClassMain
Executes a performance experiment and stores the result in "/results"
src/main/java/se/simonevertsson/Main.java:11
ClassMockHelper
Created by simon.evertsson on 2015-05-28.
src/test/java/se/simonevertsson/MockHelper.java:22
ClassMockQuery
Created by simon on 2015-06-23.
src/test/java/se/simonevertsson/MockQuery.java:10
ClassPerformanceExperiment
Class which is used to execute a experiment which compare the runner performance of the GPU queries vs. regular Cypher queries The result of the exper
src/main/java/se/simonevertsson/experiments/PerformanceExperiment.java:24
ClassPossibleSolutions
src/main/java/se/simonevertsson/gpu/query/relationship/join/PossibleSolutions.java:10
ClassQueryBuffers
src/main/java/se/simonevertsson/gpu/buffer/QueryBuffers.java:6
ClassQueryContext
src/main/java/se/simonevertsson/gpu/query/QueryContext.java:8
ClassQueryGraph
src/main/java/se/simonevertsson/runner/QueryGraph.java:10
ClassQueryGraphGenerator
This class tries to create a {@link List<QueryGraph>} generated from the supplied database ({@link List<Node>}), which fits the supplied graph charact
src/main/java/se/simonevertsson/experiments/QueryGraphGenerator.java:15
ClassQueryGraphGeneratorTest
Created by simon.evertsson on 2015-07-14.
src/test/java/se/simonevertsson/experiments/QueryGraphGeneratorTest.java:14
ClassQueryIdDictionary
src/main/java/se/simonevertsson/gpu/dictionary/QueryIdDictionary.java:5
ClassQueryKernels
src/main/java/se/simonevertsson/gpu/kernel/QueryKernels.java:10
ClassQueryLabel
src/main/java/se/simonevertsson/runner/QueryLabel.java:5
ClassQueryNode
src/main/java/se/simonevertsson/runner/QueryNode.java:8
ClassQueryRelationship
src/main/java/se/simonevertsson/runner/QueryRelationship.java:8
ClassQueryResult
src/main/java/se/simonevertsson/gpu/query/QueryResult.java:5
ClassQuerySolution
src/main/java/se/simonevertsson/gpu/query/QuerySolution.java:9
ClassQuerySolutionTest
Created by simon.evertsson on 2015-07-09.
src/test/java/se/simonevertsson/gpu/query/QuerySolutionTest.java:14
ClassQueryUtils
src/main/java/se/simonevertsson/gpu/query/QueryUtils.java:15
ClassQueryUtilsTest
Created by simon on 2015-06-01.
src/test/java/se/simonevertsson/gpu/query/QueryUtilsTest.java:10
EnumRelTypes
src/test/java/se/simonevertsson/MockHelper.java:24
ClassSolutionCombinationCounter
src/main/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationCounter.java:13
ClassSolutionCombinationCounterTest
Created by simon on 2015-06-25.
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationCounterTest.java:23
ClassSolutionCombinationGenerator
src/main/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationGenerator.java:14
ClassSolutionCombinationGeneratorTest
Created by simon on 2015-06-25.
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionCombinationGeneratorTest.java:23
ClassSolutionInitializer
src/main/java/se/simonevertsson/gpu/query/relationship/join/SolutionInitializer.java:15
ClassSolutionInitializerTest
Created by simon on 2015-06-25.
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionInitializerTest.java:22
ClassSolutionPruner
src/main/java/se/simonevertsson/gpu/query/relationship/join/SolutionPruner.java:13
ClassSolutionPrunerTest
Created by simon on 2015-06-25.
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionPrunerTest.java:23
ClassSolutionRelationshipCombiner
src/main/java/se/simonevertsson/gpu/query/relationship/join/SolutionRelationshipCombiner.java:13
ClassSolutionRelationshipCombinerTest
Created by simon on 2015-06-25.
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionRelationshipCombinerTest.java:23
ClassSolutionValidator
src/main/java/se/simonevertsson/gpu/query/relationship/join/SolutionValidator.java:13
ClassSolutionValidatorTest
Created by simon on 2015-06-25.
src/test/java/se/simonevertsson/gpu/query/relationship/join/SolutionValidatorTest.java:23
ClassSpanningTree
src/main/java/se/simonevertsson/gpu/query/SpanningTree.java:8
ClassSpanningTreeGenerator
src/main/java/se/simonevertsson/gpu/query/SpanningTreeGenerator.java:11
ClassSpanningTreeGeneratorTest
Created by simon on 2015-05-12.
src/test/java/se/simonevertsson/gpu/query/SpanningTreeGeneratorTest.java:12
ClassStatisticsUtils
Utils class which contains classes to calculate means and standard deviations of runtimes, speedups etc.
src/main/java/se/simonevertsson/experiments/StatisticsUtils.java:9
ClassTypeDictionary
src/main/java/se/simonevertsson/gpu/dictionary/TypeDictionary.java:5