public class GraphComputerTest extends AbstractGremlinProcessTest
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphComputerTest.BadGraphComputer |
static class |
GraphComputerTest.MapReduceB |
static class |
GraphComputerTest.VertexProgramA |
static class |
GraphComputerTest.VertexProgramB |
static class |
GraphComputerTest.VertexProgramC |
static class |
GraphComputerTest.VertexProgramD |
static class |
GraphComputerTest.VertexProgramE |
static class |
GraphComputerTest.VertexProgramF |
static class |
GraphComputerTest.VertexProgramG |
static class |
GraphComputerTest.VertexProgramH |
config, g, graph, graphComputerClass, graphProvider, name| Constructor and Description |
|---|
GraphComputerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldAllowMapReduceWithNoVertexProgram() |
void |
shouldAndOrIncrCorrectlyThroughSubStages() |
void |
shouldFailIfIsolationIsNotSupported() |
void |
shouldHaveConsistentMemoryVertexPropertiesAndExceptions() |
void |
shouldHaveImmutableComputeResultMemory() |
void |
shouldHaveStandardStringRepresentation() |
void |
shouldNotAllowBadGraphComputers() |
void |
shouldNotAllowEdgeAccessInMapReduce() |
void |
shouldNotAllowEmptyMemoryKeys() |
void |
shouldNotAllowNullMemoryKeys() |
void |
shouldNotAllowSettingUndeclaredMemoryKeys() |
void |
shouldNotAllowTheSameComputerToExecutedTwice() |
void |
shouldNotAllowWithNoVertexProgramNorMapReducers() |
void |
shouldSortReduceOutput() |
void |
shouldSupportMultipleMapReduceJobs() |
void |
shouldSupportStringTraversalVertexProgramExecution() |
checkResults, checkResults, graphMeetsTestRequirements, makeMapList, setupTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertexId, convertToVertexId, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRandomCommit, tryRollback, validateExceptionpublic void shouldHaveStandardStringRepresentation()
public void shouldNotAllowWithNoVertexProgramNorMapReducers()
throws Exception
Exceptionpublic void shouldFailIfIsolationIsNotSupported()
public void shouldNotAllowBadGraphComputers()
public void shouldHaveImmutableComputeResultMemory()
throws Exception
Exceptionpublic void shouldNotAllowNullMemoryKeys()
throws Exception
Exceptionpublic void shouldNotAllowEmptyMemoryKeys()
throws Exception
Exceptionpublic void shouldNotAllowSettingUndeclaredMemoryKeys()
throws Exception
Exceptionpublic void shouldNotAllowTheSameComputerToExecutedTwice()
throws Exception
Exceptionpublic void shouldHaveConsistentMemoryVertexPropertiesAndExceptions()
throws Exception
Exceptionpublic void shouldAndOrIncrCorrectlyThroughSubStages()
throws Exception
Exceptionpublic void shouldAllowMapReduceWithNoVertexProgram()
throws Exception
Exceptionpublic void shouldSupportMultipleMapReduceJobs()
throws Exception
Exceptionpublic void shouldSupportStringTraversalVertexProgramExecution()
throws Exception
ExceptionCopyright © 2013–2015 Apache Software Foundation. All rights reserved.