Uses of Annotation Interface
org.apache.tinkerpop.gremlin.LoadGraphWith
Packages that use LoadGraphWith
Package
Description
-
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin with parameters of type LoadGraphWithModifier and TypeMethodDescriptionvoidAbstractGraphProvider.loadGraphData(Graph graph, LoadGraphWith loadGraphWith, Class testClass, String testName) voidGraphManager.ManagedGraphProvider.loadGraphData(Graph graph, LoadGraphWith loadGraphWith, Class testClass, String testName) voidGraphProvider.loadGraphData(Graph graph, LoadGraphWith loadGraphWith, Class testClass, String testName) Tests are annotated with aLoadGraphWithannotation. -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidGraphComputerTest.shouldAllowMapReduceWithNoVertexProgram()voidGraphComputerTest.shouldAndOrIncrCorrectlyThroughSubStages()voidGraphComputerTest.shouldFailWithImproperTraverserRequirements()voidGraphComputerTest.shouldHandleUndeclaredMemoryKeysCorrectly()voidGraphComputerTest.shouldHaveConsistentMemoryVertexPropertiesAndExceptions()voidGraphComputerTest.shouldHaveImmutableComputeResultMemory()voidGraphComputerTest.shouldHaveStandardStringRepresentation()voidGraphComputerTest.shouldNotAllowBadGraphComputers()voidGraphComputerTest.shouldNotAllowEmptyMemoryKeys()voidGraphComputerTest.shouldNotAllowNullMemoryKeys()voidGraphComputerTest.shouldNotAllowTheSameComputerToExecutedTwice()voidGraphComputerTest.shouldNotAllowWithNoVertexProgramNorMapReducers()voidGraphComputerTest.shouldOnlyAllowIDAccessOfAdjacentVertices()voidGraphComputerTest.shouldOnlyAllowReadingVertexPropertiesInMapReduce()voidGraphComputerTest.shouldProcessResultGraphNewWithPersistEdges()voidGraphComputerTest.shouldProcessResultGraphNewWithPersistNothing()voidGraphComputerTest.shouldProcessResultGraphNewWithPersistVertexProperties()voidGraphComputerTest.shouldProcessResultGraphOriginalWithPersistEdges()voidGraphComputerTest.shouldProcessResultGraphOriginalWithPersistNothing()voidGraphComputerTest.shouldProcessResultGraphOriginalWithPersistVertexProperties()voidGraphComputerTest.shouldSortMapOutput()voidGraphComputerTest.shouldSortReduceOutput()voidGraphComputerTest.shouldStartAndEndWorkersForVertexProgramAndMapReduce()voidGraphComputerTest.shouldSucceedWithProperTraverserRequirements()voidGraphComputerTest.shouldSupportBroadcastKeys()voidGraphComputerTest.shouldSupportGraphFilter()voidGraphComputerTest.shouldSupportJobChaining()voidGraphComputerTest.shouldSupportMultipleMapReduceJobs()voidGraphComputerTest.shouldSupportMultipleScopes()voidGraphComputerTest.shouldSupportMultipleScopesWithEdgeFunction()voidGraphComputerTest.shouldSupportPersistResultGraphPairsStatedInFeatures()voidGraphComputerTest.shouldSupportPreExistingComputeKeys()voidGraphComputerTest.shouldSupportTransientKeys()voidGraphComputerTest.shouldSupportWorkerCount()voidGraphComputerTest.testMessagePassingBoth()voidGraphComputerTest.testMessagePassingIn()voidGraphComputerTest.testMessagePassingOut() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.process.computer.clone
Methods in org.apache.tinkerpop.gremlin.process.computer.clone with annotations of type LoadGraphWith -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Methods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidPageRankVertexProgramTest.shouldExecutePageRankWithEnergyConservation()voidPageRankVertexProgramTest.shouldExecutePageRankWithEpsilonBreak()voidPageRankVertexProgramTest.shouldExecutePageRankWithIterationsBreak() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.process.computer.search.path
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidShortestPathVertexProgramTest.shouldFindAllShortestPathsWithDefaultParameters()voidShortestPathVertexProgramTest.shouldFindAllShortestPathsWithEdgesIncluded()voidShortestPathVertexProgramTest.shouldFindDirectedShortestPathsWithEdgesIncluded()voidShortestPathVertexProgramTest.shouldFindEqualLengthPaths()voidShortestPathVertexProgramTest.shouldFindEqualLengthPathsUsingDistanceProperty()voidShortestPathVertexProgramTest.shouldFindInDirectedShortestPaths()voidShortestPathVertexProgramTest.shouldFindOutDirectedShortestPaths()voidShortestPathVertexProgramTest.shouldFindShortestPathsWithEndVertexFilter()voidShortestPathVertexProgramTest.shouldFindShortestPathsWithStartEndVertexFilter()voidShortestPathVertexProgramTest.shouldFindShortestPathsWithStartVertexFilter()voidShortestPathVertexProgramTest.shouldRespectMaxCustomDistance()voidShortestPathVertexProgramTest.shouldRespectMaxDistance()voidShortestPathVertexProgramTest.shouldUseCustomDistanceProperty() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidCoreTraversalTest.shouldAllowEmbeddedRemoteConnectionUsage()voidCoreTraversalTest.shouldAllowIdsOfMixedTypes()voidCoreTraversalTest.shouldCloneTraversalForReuse()voidCoreTraversalTest.shouldFilterOnIterate()voidCoreTraversalTest.shouldHaveNextAndToCollectionWorkProperly()voidCoreTraversalTest.shouldHavePropertyForEachRemainingBehaviorEvenWithStrategyRewrite()voidCoreTraversalTest.shouldNeverPropagateANoBulkTraverser()voidCoreTraversalTest.shouldNotAlterTraversalAfterTraversalBecomesLocked()voidCoreTraversalTest.shouldNotThrowFastNoSuchElementException()voidTraversalInterruptionComputerTest.shouldRespectThreadInterruptionInVertexStep()voidTraversalInterruptionTest.shouldRespectThreadInterruptionInVertexStep()voidCoreTraversalTest.shouldThrowFastNoSuchElementExceptionInNestedTraversals()voidCoreTraversalTest.shouldThrowNiceExceptionWhenMapKeyIsNotResolvingToNumberInMathStep()voidCoreTraversalTest.shouldThrowNiceExceptionWhenMapKeyNotFoundInMathStep()voidCoreTraversalTest.shouldTraverseIfAutoTxEnabledAndOriginalTxIsClosed()voidCoreTraversalTest.shouldTraverseIfManualTxEnabledAndOriginalTxIsClosed() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidLambdaStepTest.g_E_filterXfalseX()voidLambdaStepTest.g_E_filterXtrueX()voidvoidLambdaStepTest.g_V_chooseXlabel_eqXpersonX__outXknowsX__inXcreatedXX_name()voidLambdaStepTest.g_V_filterXfalseX()voidLambdaStepTest.g_V_filterXlang_eq_javaX()voidLambdaStepTest.g_V_filterXname_startsWith_m_OR_name_startsWith_pX()voidLambdaStepTest.g_V_filterXtrueX()voidLambdaStepTest.g_V_group_byXname_substring_1X_byXconstantX1XX()voidLambdaStepTest.g_V_groupXaX_byXname_substring_1X_byXconstantX1XX_capXaX()voidLambdaStepTest.g_V_hasLabelXpersonX_order_byXvalueXageX_descX_name()voidvoidLambdaStepTest.g_V_valueMap_unfold_mapXkeyX()voidLambdaStepTest.g_V_valuesXnameX_flatMapXsplitXaX()voidLambdaStepTest.g_VX1X_filterXage_gt_30X()voidLambdaStepTest.g_VX1X_hasXlabel_personX_mapXmapXint_ageXX_orderXlocalX_byXvalues_descX_byXkeys_ascX()voidLambdaStepTest.g_VX1X_mapXnameX()voidLambdaStepTest.g_VX1X_out_filterXage_gt_30X()voidLambdaStepTest.g_VX1X_out_mapXnameX_mapXlengthX()voidLambdaStepTest.g_VX1X_out_name_injectXdanielX_asXaX_mapXlengthX_path()voidLambdaStepTest.g_VX1X_out_sideEffectXincr_cX_name()voidLambdaStepTest.g_VX1X_out_sideEffectXX_name()voidLambdaStepTest.g_VX1X_outE_label_mapXlengthX()voidLambdaStepTest.g_VX1X_sideEffectXstore_aX_name()voidLambdaStepTest.g_VX2X_filterXage_gt_30X()voidLambdaStepTest.g_withPath_V_asXaX_out_mapXa_nameX()voidLambdaStepTest.g_withPath_V_asXaX_out_out_mapXa_name_it_nameX()voidvoidvoidvoidLambdaStepTest.g_withSideEffectXa_0X_V_out_sideEffectXsideEffectsXa_1XX_capXaX()voidLambdaStepTest.g_withSideEffectXk_nameX_V_order_byXvalueMap_selectXkX_unfoldX_name() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidvoidvoidProfileTest.g_V_groupXmX_profile()voidvoidvoidvoidMatchTest.g_V_matchXa__a_both_b__b_both_cX_dedupXa_bX()voidMatchTest.g_V_matchXa__a_out_b__notXa_created_bXX()voidvoidvoidMatchTest.g_V_matchXa_0sungBy_b__a_0writtenBy_c__b_writtenBy_dX_whereXc_sungBy_dX_whereXd_hasXname_GarciaXX()voidvoidvoidMatchTest.g_V_matchXa_created_b__b_0created_aX()voidvoidvoidvoidvoidvoidvoidvoidvoidMatchTest.g_V_matchXa_hasXname_GarciaX__a_0writtenBy_b__b_followedBy_c__c_writtenBy_d__whereXd_neqXaXXX()voidvoidMatchTest.g_V_matchXa_knows_b__a_created_cX()voidMatchTest.g_V_matchXa_knows_b__andXa_created_c__b_created_c__andXb_created_count_d__a_knows_count_dXXX()voidvoidMatchTest.g_V_matchXa_knows_b__b_created_cX()voidMatchTest.g_V_matchXa_knows_b__b_created_lop__b_matchXb_created_d__d_0created_cX_selectXcX_cX_selectXa_b_cX()voidMatchTest.g_V_matchXa_knows_b__c_knows_bX()voidMatchTest.g_V_matchXa_knows_count_bX_selectXbX()voidMatchTest.g_V_matchXa_out_bX()voidMatchTest.g_V_matchXa_out_bX_selectXb_idX()voidMatchTest.g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()voidMatchTest.g_V_matchXa_outXknowsX_name_bX_identity()voidvoidMatchTest.g_V_matchXb_created_c__a_knows_bX()voidvoidvoidvoidvoidvoidProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX()voidProgramTest.g_V_programXpageRankX()voidProfileTest.g_V_repeat_both_profile()voidProfileTest.g_V_repeat_both_profileXmetricsX()voidvoidvoidMatchTest.g_V_valueMap_matchXa_selectXnameX_bX()voidProfileTest.g_V_whereXinXcreatedX_count_isX1XX_name_profile()voidProfileTest.g_V_whereXinXcreatedX_count_isX1XX_name_profileXmetricsX()voidProfileTest.grateful_V_out_out_profile()voidProfileTest.grateful_V_out_out_profileXmetricsX()voidProfileTest.modern_V_out_out_profile()voidProfileTest.modern_V_out_out_profileXmetricsX()voidProfileTest.testProfileStrategyCallback()voidProfileTest.testProfileStrategyCallbackSideEffect() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect with annotations of type LoadGraphWith -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidIncidentToAdjacentStrategyProcessTest.shouldGenerateCorrectTraversers()voidEarlyLimitStrategyProcessTest.shouldHandleRangeSteps() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidSerializationTest.GraphSONV1Test.shouldSerializeEdge()voidSerializationTest.GraphSONV2Test.shouldSerializeEdge()voidSerializationTest.GraphSONV3Test.shouldSerializeEdge()voidSerializationTest.GryoV1Test.shouldSerializeEdgeAsDetached()voidSerializationTest.GryoV3Test.shouldSerializeEdgeAsDetached()voidSerializationTest.GraphSONV1Test.shouldSerializePath()voidSerializationTest.GraphSONV2Test.shouldSerializePath()voidSerializationTest.GraphSONV3Test.shouldSerializePath()voidSerializationTest.GryoV1Test.shouldSerializePathAsDetached()voidSerializationTest.GryoV3Test.shouldSerializePathAsDetached()voidSerializationTest.GraphSONV1Test.shouldSerializeProperty()voidSerializationTest.GraphSONV2Test.shouldSerializeProperty()voidSerializationTest.GraphSONV3Test.shouldSerializeProperty()voidSerializationTest.GryoV1Test.shouldSerializePropertyAsDetached()voidSerializationTest.GryoV3Test.shouldSerializePropertyAsDetached()voidSerializationTest.GraphSONV1Test.shouldSerializeTraversalMetrics()voidSerializationTest.GraphSONV2Test.shouldSerializeTraversalMetrics()voidSerializationTest.GraphSONV3Test.shouldSerializeTraversalMetrics()voidSerializationTest.GryoV1Test.shouldSerializeTraversalMetrics()voidSerializationTest.GryoV3Test.shouldSerializeTraversalMetrics()voidSerializationTest.GraphSONV1Test.shouldSerializeTree()voidSerializationTest.GraphSONV2Test.shouldSerializeTree()voidSerializationTest.GraphSONV3Test.shouldSerializeTree()voidSerializationTest.GryoV1Test.shouldSerializeTree()voidSerializationTest.GryoV3Test.shouldSerializeTree()voidSerializationTest.GraphSONV1Test.shouldSerializeVertex()voidSerializationTest.GraphSONV2Test.shouldSerializeVertex()voidSerializationTest.GraphSONV3Test.shouldSerializeVertex()voidSerializationTest.GryoV1Test.shouldSerializeVertexAsDetached()voidSerializationTest.GryoV3Test.shouldSerializeVertexAsDetached()voidSerializationTest.GraphSONV1Test.shouldSerializeVertexProperty()voidSerializationTest.GraphSONV2Test.shouldSerializeVertexProperty()voidSerializationTest.GraphSONV3Test.shouldSerializeVertexProperty()voidSerializationTest.GryoV1Test.shouldSerializeVertexPropertyAsDetached()voidSerializationTest.GryoV3Test.shouldSerializeVertexPropertyAsDetached()voidSerializationTest.GraphSONV1Test.shouldSerializeVertexPropertyWithProperties()voidSerializationTest.GraphSONV2Test.shouldSerializeVertexPropertyWithProperties()voidSerializationTest.GraphSONV3Test.shouldSerializeVertexPropertyWithProperties()voidSerializationTest.GryoV1Test.shouldSerializeVertexPropertyWithPropertiesAsDetached()voidSerializationTest.GryoV3Test.shouldSerializeVertexPropertyWithPropertiesAsDetached() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidIoGraphTest.shouldMigrateClassicGraph()voidIoGraphTest.shouldMigrateModernGraph()voidIoTest.GraphMLTest.shouldNotWriteGraphMLFromGraphWithMultiProperties()voidIoGraphTest.shouldReadWriteClassic()voidIoGraphTest.shouldReadWriteClassicToFileWithHelpers()voidIoGraphTest.shouldReadWriteCrew()voidIoGraphTest.shouldReadWriteModern()voidIoGraphTest.shouldReadWriteModernToFileWithHelpers()voidIoTest.GraphSONTest.shouldReadWriteModernWrappedInJsonObject()voidIoTest.GraphSONV2Test.shouldReadWriteModernWrappedInJsonObject()voidIoTest.GraphSONV3Test.shouldReadWriteModernWrappedInJsonObject()voidIoPropertyTest.shouldReadWritePropertyGraphSON()voidIoPropertyTest.shouldReadWriteVertexPropertyNoMetaProperties()voidIoPropertyTest.shouldReadWriteVertexPropertyWithMetaProperties()voidIoVertexTest.shouldReadWriteVerticesNoEdges()voidIoVertexTest.shouldReadWriteVerticesNoEdgesToGraphSONManual()voidIoVertexTest.shouldReadWriteVerticesNoEdgesToGryoManual()voidIoTest.GraphMLTest.shouldWriteNormalizedGraphML()Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.voidIoTest.GraphSONTest.shouldWriteNormalizedGraphSON()Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.voidIoTest.GraphSONV2Test.shouldWriteNormalizedGraphSON()Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.voidIoTest.GraphSONV3Test.shouldWriteNormalizedGraphSON()Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers. -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.structure.util.detached
Methods in org.apache.tinkerpop.gremlin.structure.util.detached with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidDetachedEdgeTest.shouldAttachToGraph()voidDetachedPropertyTest.shouldAttachToGraph()voidDetachedVertexTest.shouldAttachToGraph()voidDetachedEdgeTest.shouldAttachToVertex()voidDetachedPropertyTest.shouldAttachToVertex()voidDetachedVertexTest.shouldAttachToVertex()voidDetachedVertexTest.shouldBeAbleToCallPropertyIfThereIsASingleProperty()voidDetachedPropertyTest.shouldBeEqualProperties()voidDetachedPropertyTest.shouldBeEqualPropertiesWithSameKeyValueAndDifferentElement()voidDetachedEdgeTest.shouldConstructDetachedEdge()voidDetachedEdgeTest.shouldConstructDetachedEdgeAsReference()voidDetachedPropertyTest.shouldConstructDetachedPropertyWithPropertyFromEdge()voidDetachedVertexTest.shouldCreateVertex()voidDetachedVertexTest.shouldDetachCollections()voidDetachedVertexPropertyTest.shouldDetachMultiPropertiesAndMetaProperties()voidDetachedVertexTest.shouldDetachVertexWithMultiPropertiesAndMetaProperties()voidDetachedEdgeTest.shouldEvaluateToEqual()voidDetachedVertexTest.shouldEvaluateToEqual()voidDetachedEdgeTest.shouldHaveSameHashCode()voidDetachedVertexTest.shouldHaveSameHashCode()voidDetachedVertexTest.shouldNotBeAbleToCallPropertyIfThereAreMultipleProperties()voidDetachedPropertyTest.shouldNotBeEqualPropertiesAsThereIsDifferentKey()voidDetachedPropertyTest.shouldNotBeEqualPropertiesAsThereIsDifferentValue()voidDetachedEdgeTest.shouldNotEvaluateToEqualDifferentId()voidDetachedVertexTest.shouldNotEvaluateToEqualDifferentId()voidDetachedPropertyTest.shouldNotSupportRemove()voidDetachedGraphTest.testAttachableGetMethod() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.structure.util.reference
Methods in org.apache.tinkerpop.gremlin.structure.util.reference with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidReferenceEdgeTest.shouldAttachToGraph()voidReferenceVertexTest.shouldAttachToGraph()voidReferenceEdgeTest.shouldAttachToVertex()voidReferenceVertexTest.shouldAttachToVertex()voidReferenceEdgeTest.shouldConstructReferenceEdge()voidReferenceVertexTest.shouldDetachCollections()voidReferenceEdgeTest.shouldEvaluateToEqual()voidReferenceVertexTest.shouldEvaluateToEqualForVerticesAndDetachments()voidReferenceEdgeTest.shouldHaveSameHashCode()voidReferenceVertexTest.shouldHaveSameHashCode()voidReferenceEdgeTest.shouldNotEvaluateToEqualDifferentId()voidReferenceVertexTest.shouldNotEvaluateToEqualDifferentId()voidReferenceVertexTest.shouldNotHaveAnyEdges()voidReferenceVertexTest.shouldNotHaveAnyProperties()voidReferenceVertexTest.shouldNotHaveAnyVertices()voidReferenceGraphTest.testAttachableGetMethod() -
Uses of LoadGraphWith in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star with annotations of type LoadGraphWithModifier and TypeMethodDescriptionvoidStarGraphTest.shouldAttachWithGetMethod()voidStarGraphTest.shouldCopyFromGraphAToGraphB()voidStarGraphTest.shouldHashAndEqualsCorrectly()voidStarGraphTest.shouldSerializeCorrectlyUsingGryo()voidStarGraphTest.shouldValidateThatOriginalAndStarVerticesHaveTheSameTopology()