id: 1 unit: public static void load() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java start line: 72 end line: 688 size: 499 LOC McCabe index: 1 number of parameters: 1 id: 2 unit: public void testReloadAndQueryWithProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java start line: 406 end line: 824 size: 371 LOC McCabe index: 1 number of parameters: 0 id: 3 unit: public void testQueryOutEdgesOfVertexBySortkeyWithMoreFieldsInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4081 end line: 4496 size: 355 LOC McCabe index: 1 number of parameters: 0 id: 4 unit: public void testQueryEdgeByAggregateProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6457 end line: 6798 size: 287 LOC McCabe index: 1 number of parameters: 0 id: 5 unit: public void testQueryEdgesAdjacentVerticesWithLimitAndFilterProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2296 end line: 2602 size: 255 LOC McCabe index: 4 number of parameters: 0 id: 6 unit: public void testQueryByShardIndexWithMoreStringMoreNumericFields() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5428 end line: 5692 size: 225 LOC McCabe index: 1 number of parameters: 0 id: 7 unit: public void testQueryVertexByAggregateProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6873 end line: 7133 size: 210 LOC McCabe index: 1 number of parameters: 0 id: 8 unit: public void testMetricsBackend() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java start line: 55 end line: 289 size: 195 LOC McCabe index: 12 number of parameters: 0 id: 9 unit: public void testAddIndexLabelWithRepeatIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 822 end line: 1027 size: 191 LOC McCabe index: 1 number of parameters: 0 id: 10 unit: public void testQueryOutEdgesOfVertexBySortkeyWithMoreFields() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3864 end line: 4078 size: 179 LOC McCabe index: 1 number of parameters: 0 id: 11 unit: public void testStateMachine() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 141 end line: 327 size: 164 LOC McCabe index: 18 number of parameters: 0 id: 12 unit: public void testQueryEdgesWithLimitOnMultiLevelAndFilterProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2110 end line: 2293 size: 145 LOC McCabe index: 2 number of parameters: 0 id: 13 unit: public void testAddOlapRangeAndOlapSecondaryProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2384 end line: 2551 size: 145 LOC McCabe index: 1 number of parameters: 0 id: 14 unit: public void testParsePredicateWithInvalidString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java start line: 177 end line: 338 size: 140 LOC McCabe index: 1 number of parameters: 0 id: 15 unit: public static void initOptions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 464 end line: 669 size: 140 LOC McCabe index: 12 number of parameters: 5 id: 16 unit: public void testNumberIdWithNegValue() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 330 end line: 501 size: 137 LOC McCabe index: 1 number of parameters: 0 id: 17 unit: public void testNumberId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 162 end line: 327 size: 132 LOC McCabe index: 1 number of parameters: 0 id: 18 unit: public void testOverrideEdgeWithShardIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1203 end line: 1359 size: 127 LOC McCabe index: 3 number of parameters: 0 id: 19 unit: private void initBasicVertexLabelAndEdgeLabelExceptV() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 754 end line: 881 size: 125 LOC McCabe index: 2 number of parameters: 1 id: 20 unit: public void testUpdateEdgePropertyOfAggregateType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6180 end line: 6318 size: 122 LOC McCabe index: 1 number of parameters: 0 id: 21 unit: public void testOverrideVertexWithShardIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1630 end line: 1780 size: 121 LOC McCabe index: 3 number of parameters: 0 id: 22 unit: public void testAddAndUpdateEdgePropertyOfAggregateType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6321 end line: 6454 size: 117 LOC McCabe index: 1 number of parameters: 0 id: 23 unit: public void initModernSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 432 end line: 551 size: 116 LOC McCabe index: 3 number of parameters: 1 id: 24 unit: public void testAddIndexLabelWithSubIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1030 end line: 1162 size: 116 LOC McCabe index: 1 number of parameters: 0 id: 25 unit: public void testProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 644 end line: 774 size: 114 LOC McCabe index: 1 number of parameters: 0 id: 26 unit: public void testQueryAdjacentVerticesOfEdgesWithoutVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3195 end line: 3325 size: 113 LOC McCabe index: 1 number of parameters: 0 id: 27 unit: public static void testQuery() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java start line: 266 end line: 410 size: 112 LOC McCabe index: 6 number of parameters: 1 id: 28 unit: public void testCreateAccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 874 end line: 1002 size: 111 LOC McCabe index: 1 number of parameters: 0 id: 29 unit: public void initSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 85 end line: 200 size: 110 LOC McCabe index: 1 number of parameters: 0 id: 30 unit: public void testResourceType() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 195 end line: 323 size: 107 LOC McCabe index: 1 number of parameters: 0 id: 31 unit: public void testOverrideEdgeWithRangeIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1071 end line: 1200 size: 105 LOC McCabe index: 3 number of parameters: 0 id: 32 unit: public void testQueryOlapRangeAndRegularSecondaryProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2554 end line: 2676 size: 104 LOC McCabe index: 1 number of parameters: 0 id: 33 unit: public void testAddPropertyKeyWithAggregateTypeInvalid() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 226 end line: 355 size: 103 LOC McCabe index: 1 number of parameters: 0 id: 34 unit: public void testReloadAndQueryWithMultiEdges() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java start line: 215 end line: 339 size: 102 LOC McCabe index: 9 number of parameters: 0 id: 35 unit: public void testAddIndexLabelOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 50 end line: 155 size: 100 LOC McCabe index: 1 number of parameters: 0 id: 36 unit: public void testRemoveLeftRangeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 391 end line: 514 size: 100 LOC McCabe index: 7 number of parameters: 0 id: 37 unit: public void testCopySchemaWithMultiGraphs() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 84 end line: 202 size: 100 LOC McCabe index: 11 number of parameters: 0 id: 38 unit: public void testAddOlapRangeProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2262 end line: 2381 size: 99 LOC McCabe index: 1 number of parameters: 0 id: 39 unit: public void testAddVertexWithCollectionIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 587 end line: 714 size: 97 LOC McCabe index: 1 number of parameters: 0 id: 40 unit: public void testQueryBySearchIndexWithSpecialSymbol() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8994 end line: 9104 size: 96 LOC McCabe index: 3 number of parameters: 0 id: 41 unit: public void testRolePermission() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1202 end line: 1312 size: 95 LOC McCabe index: 1 number of parameters: 0 id: 42 unit: public void testQueryOutEdgesOfVertexBySortkeyWithPrefixInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3753 end line: 3861 size: 95 LOC McCabe index: 1 number of parameters: 0 id: 43 unit: public void testGremlinJobWithSerializedResults() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 306 end line: 406 size: 94 LOC McCabe index: 1 number of parameters: 0 id: 44 unit: public static void load() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java start line: 152 end line: 261 size: 94 LOC McCabe index: 1 number of parameters: 1 id: 45 unit: private Set fusiformSimilarityForVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 89 end line: 190 size: 91 LOC McCabe index: 18 number of parameters: 12 id: 46 unit: public void testPropertyWithSet() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 880 end line: 982 size: 91 LOC McCabe index: 1 number of parameters: 0 id: 47 unit: public void testAddEdgePropertyWithIllegalValueForSecondaryIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5854 end line: 5953 size: 91 LOC McCabe index: 1 number of parameters: 0 id: 48 unit: public void testQueryByFloatProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3991 end line: 4096 size: 90 LOC McCabe index: 1 number of parameters: 0 id: 49 unit: public void testPropertyWithList() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 777 end line: 877 size: 89 LOC McCabe index: 1 number of parameters: 0 id: 50 unit: public void testQueryAdjacentVerticesOfEdgesWithoutVertexAndNoLazyLoad() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3402 end line: 3504 size: 89 LOC McCabe index: 1 number of parameters: 0 id: 51 unit: protected void updateIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 193 end line: 295 size: 88 LOC McCabe index: 20 number of parameters: 3 id: 52 unit: public void testQueryEdgeWithShardIndexAndTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1578 end line: 1683 size: 88 LOC McCabe index: 2 number of parameters: 0 id: 53 unit: public void testUpdateVertexWithAggregatePropertyMultiTimes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7136 end line: 7231 size: 87 LOC McCabe index: 2 number of parameters: 0 id: 54 unit: public PathSet forward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 134 end line: 239 size: 86 LOC McCabe index: 29 number of parameters: 1 id: 55 unit: public void testGremlinJobWithFailure() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 409 end line: 504 size: 86 LOC McCabe index: 1 number of parameters: 0 id: 56 unit: public void testOverrideVertexWithRangeIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1516 end line: 1627 size: 84 LOC McCabe index: 3 number of parameters: 0 id: 57 unit: public void testAddAndUpdateVertexPropertyOfAggregateType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6776 end line: 6870 size: 84 LOC McCabe index: 1 number of parameters: 0 id: 58 unit: public void testContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 96 end line: 192 size: 82 LOC McCabe index: 1 number of parameters: 0 id: 59 unit: public void testUpdateVertexPropertyOfAggregateType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6682 end line: 6773 size: 81 LOC McCabe index: 1 number of parameters: 0 id: 60 unit: public void testQueryOutEdgesOfVertexBySortkeyWithPrefix() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3659 end line: 3750 size: 80 LOC McCabe index: 1 number of parameters: 0 id: 61 unit: private static ConditionQuery constructQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1193 end line: 1287 size: 79 LOC McCabe index: 13 number of parameters: 2 id: 62 unit: public List customizedPaths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 46 end line: 134 size: 78 LOC McCabe index: 20 number of parameters: 5 id: 63 unit: public void testIntFixedMapBySegmentsPut() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 191 end line: 281 size: 78 LOC McCabe index: 6 number of parameters: 0 id: 64 unit: public void testQueryEdgeWithRangeIndexAndTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1484 end line: 1575 size: 76 LOC McCabe index: 2 number of parameters: 0 id: 65 unit: public void initSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 53 end line: 133 size: 76 LOC McCabe index: 1 number of parameters: 0 id: 66 unit: public void testQueryByDoublePropertyWithMaxMinValue() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4193 end line: 4281 size: 76 LOC McCabe index: 1 number of parameters: 0 id: 67 unit: public void testQueryVertexWithShardIndexAndTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1965 end line: 2057 size: 75 LOC McCabe index: 2 number of parameters: 0 id: 68 unit: public void testQueryEdgesOfVertexWithCustomizeId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3027 end line: 3119 size: 73 LOC McCabe index: 1 number of parameters: 0 id: 69 unit: public void testRemoveEdgesOfSuperVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5581 end line: 5675 size: 73 LOC McCabe index: 7 number of parameters: 0 id: 70 unit: public void testAddEdgeWithShardIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 871 end line: 957 size: 72 LOC McCabe index: 2 number of parameters: 0 id: 71 unit: public void testQueryByDoubleProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4099 end line: 4190 size: 72 LOC McCabe index: 1 number of parameters: 0 id: 72 unit: public void testQueryCountWithOptimizeByIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5770 end line: 5851 size: 72 LOC McCabe index: 1 number of parameters: 0 id: 73 unit: protected static List constructShardConditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1289 end line: 1380 size: 71 LOC McCabe index: 14 number of parameters: 3 id: 74 unit: private void initBasicPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 603 end line: 681 size: 71 LOC McCabe index: 4 number of parameters: 0 id: 75 unit: public void testHugeResourceFilterVertexOrEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 435 end line: 520 size: 71 LOC McCabe index: 1 number of parameters: 0 id: 76 unit: public void testAddPropertyKeyWithAggregateType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 147 end line: 223 size: 71 LOC McCabe index: 1 number of parameters: 0 id: 77 unit: public void testAddOlapSecondaryProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2175 end line: 2259 size: 71 LOC McCabe index: 1 number of parameters: 0 id: 78 unit: public void testAddEdgeWithCollectionIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7312 end line: 7405 size: 70 LOC McCabe index: 1 number of parameters: 0 id: 79 unit: public void testAddOlapNoneProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2089 end line: 2172 size: 70 LOC McCabe index: 1 number of parameters: 0 id: 80 unit: public void testQueryByLongProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3905 end line: 3988 size: 70 LOC McCabe index: 1 number of parameters: 0 id: 81 unit: public static void traversal() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java start line: 54 end line: 137 size: 70 LOC McCabe index: 4 number of parameters: 1 id: 82 unit: public static void loadSchema() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java start line: 104 end line: 196 size: 70 LOC McCabe index: 1 number of parameters: 1 id: 83 unit: public void testTypeBlob() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 715 end line: 801 size: 69 LOC McCabe index: 1 number of parameters: 0 id: 84 unit: public void testBatchUpdate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java start line: 62 end line: 138 size: 69 LOC McCabe index: 1 number of parameters: 0 id: 85 unit: public void testAddEdgeLabelWithTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 483 end line: 562 size: 68 LOC McCabe index: 1 number of parameters: 0 id: 86 unit: private void testIntMap() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 70 end line: 148 size: 67 LOC McCabe index: 12 number of parameters: 1 id: 87 unit: public void testNewMap() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java start line: 240 end line: 324 size: 67 LOC McCabe index: 5 number of parameters: 0 id: 88 unit: private void initBasicVertexLabelV() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 684 end line: 751 size: 66 LOC McCabe index: 3 number of parameters: 2 id: 89 unit: public void testParsePredicateWithTime() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java start line: 93 end line: 174 size: 66 LOC McCabe index: 1 number of parameters: 0 id: 90 unit: public void testInt2IntsMap() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java start line: 47 end line: 115 size: 66 LOC McCabe index: 13 number of parameters: 0 id: 91 unit: public void testQueryOutEdgesOfVertexBySortkeyWithRange() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3565 end line: 3641 size: 66 LOC McCabe index: 1 number of parameters: 0 id: 92 unit: private void initPageTestData() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9248 end line: 9332 size: 66 LOC McCabe index: 3 number of parameters: 0 id: 93 unit: private void mutate() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 219 end line: 301 size: 66 LOC McCabe index: 21 number of parameters: 2 id: 94 unit: public void testToString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java start line: 49 end line: 123 size: 65 LOC McCabe index: 1 number of parameters: 0 id: 95 unit: public void testNewSet() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java start line: 155 end line: 237 size: 65 LOC McCabe index: 5 number of parameters: 0 id: 96 unit: public void testCreateBelong() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 621 end line: 698 size: 65 LOC McCabe index: 1 number of parameters: 0 id: 97 unit: public void initSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 89 end line: 157 size: 65 LOC McCabe index: 1 number of parameters: 0 id: 98 unit: public void testAddVertexWithShardIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1333 end line: 1412 size: 65 LOC McCabe index: 2 number of parameters: 0 id: 99 unit: public void testQueryByIntProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3825 end line: 3902 size: 65 LOC McCabe index: 1 number of parameters: 0 id: 100 unit: private void optimizeUpdates() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 82 end line: 146 size: 64 LOC McCabe index: 19 number of parameters: 2 id: 101 unit: private void testIntSet() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 81 end line: 156 size: 64 LOC McCabe index: 10 number of parameters: 1 id: 102 unit: public void testNewList() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java start line: 73 end line: 152 size: 64 LOC McCabe index: 5 number of parameters: 0 id: 103 unit: public synchronized void initSchemaIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 108 end line: 175 size: 63 LOC McCabe index: 2 number of parameters: 0 id: 104 unit: public static Condition parsePredicate() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 899 end line: 962 size: 63 LOC McCabe index: 15 number of parameters: 2 id: 105 unit: public void testAddEdgeWithRangeIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 793 end line: 868 size: 63 LOC McCabe index: 2 number of parameters: 0 id: 106 unit: public void testQueryByJointIndexesWithTwoSearchAndOneRangeIndexes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5222 end line: 5294 size: 63 LOC McCabe index: 1 number of parameters: 0 id: 107 unit: public void testQueryCount() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5695 end line: 5767 size: 63 LOC McCabe index: 1 number of parameters: 0 id: 108 unit: public void testAddVertexWithSpecialSymbolInPrimaryValues() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8921 end line: 8991 size: 63 LOC McCabe index: 2 number of parameters: 0 id: 109 unit: public void testVarLong() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 575 end line: 641 size: 62 LOC McCabe index: 5 number of parameters: 0 id: 110 unit: public void testDuplicateIndexLabelWithDifferentProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1819 end line: 1884 size: 62 LOC McCabe index: 1 number of parameters: 0 id: 111 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 265 end line: 335 size: 62 LOC McCabe index: 12 number of parameters: 2 id: 112 unit: public void testQueryAdjacentVerticesOfEdgesWithInvalidVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3328 end line: 3399 size: 61 LOC McCabe index: 1 number of parameters: 0 id: 113 unit: public void testTypeByte() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 265 end line: 333 size: 61 LOC McCabe index: 1 number of parameters: 0 id: 114 unit: public T condition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 222 end line: 283 size: 60 LOC McCabe index: 17 number of parameters: 1 id: 115 unit: public void testAddEdgeWithInvalidSortkey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 482 end line: 548 size: 60 LOC McCabe index: 4 number of parameters: 0 id: 116 unit: public void testQueryCount() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5295 end line: 5363 size: 60 LOC McCabe index: 1 number of parameters: 0 id: 117 unit: public void testAddEdgePropertyWithSpecialValueForSecondaryIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5784 end line: 5851 size: 60 LOC McCabe index: 3 number of parameters: 0 id: 118 unit: public void testTypeFloat() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 446 end line: 511 size: 60 LOC McCabe index: 1 number of parameters: 0 id: 119 unit: protected void initDataWithoutLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java start line: 91 end line: 160 size: 60 LOC McCabe index: 4 number of parameters: 0 id: 120 unit: public static void loadNeighborRankData() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java start line: 46 end line: 123 size: 60 LOC McCabe index: 1 number of parameters: 1 id: 121 unit: private static Relations mergeRelations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 314 end line: 377 size: 59 LOC McCabe index: 20 number of parameters: 1 id: 122 unit: private void checkFields() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 459 end line: 527 size: 59 LOC McCabe index: 8 number of parameters: 1 id: 123 unit: private static Set extractKcore() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 195 end line: 263 size: 59 LOC McCabe index: 13 number of parameters: 2 id: 124 unit: private Object pageRank() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 98 end line: 167 size: 59 LOC McCabe index: 8 number of parameters: 6 id: 125 unit: public List splitEven() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 243 end line: 302 size: 58 LOC McCabe index: 11 number of parameters: 1 id: 126 unit: public CrosspointsPaths crosspointsPaths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 49 end line: 114 size: 58 LOC McCabe index: 11 number of parameters: 4 id: 127 unit: private void traverseByLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 2039 end line: 2109 size: 57 LOC McCabe index: 12 number of parameters: 4 id: 128 unit: private boolean hasSameProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 176 end line: 239 size: 57 LOC McCabe index: 20 number of parameters: 1 id: 129 unit: public void testReloadFromFileAndQuery() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java start line: 141 end line: 212 size: 57 LOC McCabe index: 7 number of parameters: 0 id: 130 unit: public void testQueryByTextContainsPropertyOrderByMatchedCount() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4591 end line: 4654 size: 57 LOC McCabe index: 1 number of parameters: 0 id: 131 unit: protected static void initVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 371 end line: 428 size: 57 LOC McCabe index: 1 number of parameters: 0 id: 132 unit: public void testAddVertexLabelWithTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 569 end line: 634 size: 56 LOC McCabe index: 1 number of parameters: 0 id: 133 unit: public void testAddVerticesWithUniqueIndexForNullableProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5914 end line: 5975 size: 56 LOC McCabe index: 1 number of parameters: 0 id: 134 unit: public void testDuplicateEdgeLabelWithDifferentProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 1327 end line: 1384 size: 55 LOC McCabe index: 1 number of parameters: 0 id: 135 unit: public void testQueryVertexWithRangeIndexAndTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1892 end line: 1962 size: 55 LOC McCabe index: 2 number of parameters: 0 id: 136 unit: protected static void initEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 314 end line: 369 size: 55 LOC McCabe index: 1 number of parameters: 0 id: 137 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java start line: 110 end line: 171 size: 55 LOC McCabe index: 12 number of parameters: 2 id: 138 unit: private static String escapeString() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java start line: 30 end line: 92 size: 54 LOC McCabe index: 13 number of parameters: 2 id: 139 unit: private Query writeRangeIndexQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 741 end line: 806 size: 54 LOC McCabe index: 10 number of parameters: 1 id: 140 unit: protected void property() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 431 end line: 485 size: 54 LOC McCabe index: 15 number of parameters: 2 id: 141 unit: public void testTypeInt() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 336 end line: 397 size: 54 LOC McCabe index: 1 number of parameters: 0 id: 142 unit: public void testTypeDouble() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 514 end line: 574 size: 54 LOC McCabe index: 1 number of parameters: 0 id: 143 unit: public void testAddIndexLabelWithInvalidFields() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 361 end line: 424 size: 54 LOC McCabe index: 1 number of parameters: 0 id: 144 unit: public void testGremlinJobAndCancel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 544 end line: 607 size: 54 LOC McCabe index: 2 number of parameters: 0 id: 145 unit: public void testQueryByJointIndexes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4915 end line: 4983 size: 54 LOC McCabe index: 2 number of parameters: 0 id: 146 unit: protected User authenticate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 87 end line: 153 size: 54 LOC McCabe index: 10 number of parameters: 1 id: 147 unit: public void testIngestSst() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java start line: 161 end line: 220 size: 53 LOC McCabe index: 3 number of parameters: 0 id: 148 unit: public void testParsePredicate() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java start line: 31 end line: 90 size: 53 LOC McCabe index: 1 number of parameters: 0 id: 149 unit: public void testQueryEdgesWithLimitOnMultiLevel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2045 end line: 2107 size: 53 LOC McCabe index: 2 number of parameters: 0 id: 150 unit: public void testQueryByJointIndexesWithSearchAndTwoRangeIndexesAndWithin() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5297 end line: 5358 size: 53 LOC McCabe index: 1 number of parameters: 0 id: 151 unit: public void testQueryByShardIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5361 end line: 5425 size: 53 LOC McCabe index: 1 number of parameters: 0 id: 152 unit: public static void loadData() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java start line: 198 end line: 264 size: 53 LOC McCabe index: 3 number of parameters: 1 id: 153 unit: private Query optimizeQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1384 end line: 1465 size: 52 LOC McCabe index: 17 number of parameters: 1 id: 154 unit: public void testQueryEdgesByInvalidSysprop() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2752 end line: 2809 size: 52 LOC McCabe index: 1 number of parameters: 0 id: 155 unit: public void testQueryByInvalidSysprop() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3099 end line: 3156 size: 52 LOC McCabe index: 1 number of parameters: 0 id: 156 unit: public void testQueryByJointIndexesWithSearchAndRangeAndSecondaryIndexes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5160 end line: 5219 size: 52 LOC McCabe index: 1 number of parameters: 0 id: 157 unit: protected static void initPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 195 end line: 247 size: 52 LOC McCabe index: 1 number of parameters: 0 id: 158 unit: public void testSetVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 143 end line: 205 size: 52 LOC McCabe index: 1 number of parameters: 0 id: 159 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java start line: 63 end line: 119 size: 52 LOC McCabe index: 7 number of parameters: 2 id: 160 unit: public void initGratefulSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 375 end line: 429 size: 51 LOC McCabe index: 3 number of parameters: 1 id: 161 unit: public void testReloadAndQueryWithBigVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java start line: 342 end line: 403 size: 51 LOC McCabe index: 6 number of parameters: 0 id: 162 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java start line: 105 end line: 161 size: 51 LOC McCabe index: 12 number of parameters: 2 id: 163 unit: public abstract RocksDBSessions copy() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java start line: 49 end line: 130 size: 51 LOC McCabe index: 1 number of parameters: 3 id: 164 unit: protected BackendColumnIterator queryByCond() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 291 end line: 346 size: 51 LOC McCabe index: 10 number of parameters: 2 id: 165 unit: private IdHolder doJointIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 547 end line: 612 size: 50 LOC McCabe index: 11 number of parameters: 1 id: 166 unit: public StandardHugeGraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 179 end line: 239 size: 50 LOC McCabe index: 6 number of parameters: 1 id: 167 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 129 end line: 186 size: 50 LOC McCabe index: 15 number of parameters: 0 id: 168 unit: public Object louvain() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 563 end line: 622 size: 50 LOC McCabe index: 9 number of parameters: 3 id: 169 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java start line: 43 end line: 99 size: 50 LOC McCabe index: 3 number of parameters: 0 id: 170 unit: public void initPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 322 end line: 372 size: 50 LOC McCabe index: 17 number of parameters: 2 id: 171 unit: public void testVarInt() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 518 end line: 572 size: 50 LOC McCabe index: 5 number of parameters: 0 id: 172 unit: public void testIdSetIterator() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java start line: 218 end line: 270 size: 50 LOC McCabe index: 9 number of parameters: 0 id: 173 unit: public void testGremlinJobWithScript() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 247 end line: 303 size: 50 LOC McCabe index: 1 number of parameters: 0 id: 174 unit: protected void testInsert() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java start line: 81 end line: 140 size: 50 LOC McCabe index: 7 number of parameters: 3 id: 175 unit: protected RocksDBSessions open() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 309 end line: 375 size: 50 LOC McCabe index: 12 number of parameters: 4 id: 176 unit: protected void prepareUpdates() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 423 end line: 483 size: 49 LOC McCabe index: 9 number of parameters: 2 id: 177 unit: public void forward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 135 end line: 195 size: 49 LOC McCabe index: 14 number of parameters: 0 id: 178 unit: public Map jaccardSimilarsSingle() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java start line: 146 end line: 203 size: 49 LOC McCabe index: 8 number of parameters: 3 id: 179 unit: public Object degreeCentrality() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java start line: 63 end line: 122 size: 49 LOC McCabe index: 15 number of parameters: 3 id: 180 unit: private void rebuildIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java start line: 85 end line: 148 size: 49 LOC McCabe index: 8 number of parameters: 2 id: 181 unit: public void testRemoveIndexLabelOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1239 end line: 1298 size: 49 LOC McCabe index: 1 number of parameters: 0 id: 182 unit: public void testGremlinJobAndRestore() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 610 end line: 667 size: 49 LOC McCabe index: 2 number of parameters: 0 id: 183 unit: public Number queryNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 542 end line: 602 size: 48 LOC McCabe index: 13 number of parameters: 1 id: 184 unit: public void testIdSetRemove() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java start line: 273 end line: 324 size: 48 LOC McCabe index: 8 number of parameters: 0 id: 185 unit: public void testUpdateAccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1111 end line: 1167 size: 48 LOC McCabe index: 1 number of parameters: 0 id: 186 unit: public void testQueryVerticesByLabelsWithOneLabelNotExist() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8785 end line: 8843 size: 48 LOC McCabe index: 1 number of parameters: 0 id: 187 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 225 end line: 280 size: 48 LOC McCabe index: 10 number of parameters: 2 id: 188 unit: public Set kout() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java start line: 41 end line: 96 size: 47 LOC McCabe index: 12 number of parameters: 8 id: 189 unit: public Collection paths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 41 end line: 93 size: 47 LOC McCabe index: 9 number of parameters: 7 id: 190 unit: public Object rings() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java start line: 91 end line: 144 size: 47 LOC McCabe index: 12 number of parameters: 9 id: 191 unit: public void testClearOlapPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 395 end line: 453 size: 47 LOC McCabe index: 1 number of parameters: 0 id: 192 unit: public void testAddIndexLabelOnPrimaryKeyProps() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 676 end line: 730 size: 47 LOC McCabe index: 1 number of parameters: 0 id: 193 unit: public void testTaskWithFailure() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 119 end line: 172 size: 47 LOC McCabe index: 1 number of parameters: 0 id: 194 unit: public void testEliminateVertexLabelWithoutUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 1151 end line: 1209 size: 47 LOC McCabe index: 1 number of parameters: 0 id: 195 unit: public void testAddVertexWithRangeIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1271 end line: 1330 size: 47 LOC McCabe index: 2 number of parameters: 0 id: 196 unit: private String writeIterator() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 83 end line: 138 size: 47 LOC McCabe index: 10 number of parameters: 3 id: 197 unit: public void channelRead() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java start line: 98 end line: 149 size: 47 LOC McCabe index: 10 number of parameters: 2 id: 198 unit: private V verifyResPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 957 end line: 1015 size: 47 LOC McCabe index: 14 number of parameters: 4 id: 199 unit: protected List query2Select() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 489 end line: 548 size: 46 LOC McCabe index: 12 number of parameters: 2 id: 200 unit: public Id createProject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 364 end line: 425 size: 46 LOC McCabe index: 3 number of parameters: 1 id: 201 unit: private void checkId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1508 end line: 1555 size: 46 LOC McCabe index: 10 number of parameters: 3 id: 202 unit: public void apply() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugePrimaryKeyStrategy.java start line: 47 end line: 106 size: 46 LOC McCabe index: 14 number of parameters: 1 id: 203 unit: public void shutdown() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 180 end line: 231 size: 46 LOC McCabe index: 14 number of parameters: 1 id: 204 unit: public void testString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 985 end line: 1038 size: 46 LOC McCabe index: 1 number of parameters: 0 id: 205 unit: public void testRelation() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java start line: 32 end line: 86 size: 46 LOC McCabe index: 1 number of parameters: 0 id: 206 unit: public void testTypeDate() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 613 end line: 667 size: 46 LOC McCabe index: 1 number of parameters: 0 id: 207 unit: public void testDuplicateEdgeLabelWithIdentityProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 1276 end line: 1324 size: 46 LOC McCabe index: 1 number of parameters: 0 id: 208 unit: public void testQueryByDateProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4284 end line: 4340 size: 46 LOC McCabe index: 1 number of parameters: 0 id: 209 unit: private long readNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 860 end line: 906 size: 45 LOC McCabe index: 11 number of parameters: 1 id: 210 unit: protected Map triangles() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 93 end line: 153 size: 45 LOC McCabe index: 10 number of parameters: 2 id: 211 unit: public Object connectedComponent() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 76 end line: 126 size: 45 LOC McCabe index: 7 number of parameters: 3 id: 212 unit: public void testLocksTableWithLockKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 85 end line: 138 size: 45 LOC McCabe index: 1 number of parameters: 0 id: 213 unit: public void testQueryByTextContainsPropertyWithOutEdgeFilter() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5096 end line: 5157 size: 45 LOC McCabe index: 1 number of parameters: 0 id: 214 unit: public void testAddIndexLabelWithOlapPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1185 end line: 1236 size: 45 LOC McCabe index: 1 number of parameters: 0 id: 215 unit: public void testQueryByRangeIndexInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8530 end line: 8584 size: 45 LOC McCabe index: 1 number of parameters: 0 id: 216 unit: protected String buildInsertKeys() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 79 end line: 128 size: 45 LOC McCabe index: 10 number of parameters: 2 id: 217 unit: public void serialize() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 179 end line: 226 size: 45 LOC McCabe index: 3 number of parameters: 3 id: 218 unit: protected Iterator queryVerticesByIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 737 end line: 791 size: 44 LOC McCabe index: 11 number of parameters: 3 id: 219 unit: protected Iterator queryEdgesByIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 897 end line: 954 size: 44 LOC McCabe index: 11 number of parameters: 2 id: 220 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 510 end line: 561 size: 44 LOC McCabe index: 12 number of parameters: 0 id: 221 unit: private void setProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 282 end line: 327 size: 44 LOC McCabe index: 11 number of parameters: 3 id: 222 unit: private static V validPropertyValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 732 end line: 780 size: 44 LOC McCabe index: 14 number of parameters: 2 id: 223 unit: public Map jaccardSimilarsConcurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java start line: 90 end line: 144 size: 44 LOC McCabe index: 6 number of parameters: 3 id: 224 unit: public Set templatePaths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 42 end line: 90 size: 44 LOC McCabe index: 9 number of parameters: 6 id: 225 unit: public Graph openTestGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 266 end line: 321 size: 44 LOC McCabe index: 9 number of parameters: 1 id: 226 unit: public void testScanByAll() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 166 end line: 219 size: 44 LOC McCabe index: 5 number of parameters: 0 id: 227 unit: public void testSerializeEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 252 end line: 301 size: 44 LOC McCabe index: 1 number of parameters: 0 id: 228 unit: public void testQueryByUnionHasDate() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4905 end line: 4956 size: 44 LOC McCabe index: 1 number of parameters: 0 id: 229 unit: private void init18Edges() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7411 end line: 7464 size: 44 LOC McCabe index: 2 number of parameters: 1 id: 230 unit: public void testRemoveEdgeLabelWithEdgeAndRangeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 874 end line: 928 size: 44 LOC McCabe index: 1 number of parameters: 0 id: 231 unit: public void testAddVertexPropertyWithSpecialValueForSecondaryIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6222 end line: 6272 size: 44 LOC McCabe index: 3 number of parameters: 0 id: 232 unit: public void testQueryByPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7777 end line: 7828 size: 44 LOC McCabe index: 1 number of parameters: 0 id: 233 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java start line: 68 end line: 114 size: 44 LOC McCabe index: 6 number of parameters: 2 id: 234 unit: public void truncate() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 354 end line: 406 size: 43 LOC McCabe index: 8 number of parameters: 0 id: 235 unit: private static Set matchJointIndexes() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 960 end line: 1015 size: 43 LOC McCabe index: 12 number of parameters: 2 id: 236 unit: private Object applyCommand() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 145 end line: 189 size: 43 LOC McCabe index: 9 number of parameters: 4 id: 237 unit: public void apply() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java start line: 60 end line: 109 size: 43 LOC McCabe index: 15 number of parameters: 1 id: 238 unit: public void testPutAndMultiGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 60 end line: 107 size: 43 LOC McCabe index: 1 number of parameters: 0 id: 239 unit: public void testIdSetContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java start line: 170 end line: 215 size: 43 LOC McCabe index: 5 number of parameters: 0 id: 240 unit: public void testQueryEdgeByPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7094 end line: 7144 size: 43 LOC McCabe index: 1 number of parameters: 0 id: 241 unit: public void testDuplicateVertexLabelWithDifferentProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 1166 end line: 1209 size: 43 LOC McCabe index: 1 number of parameters: 0 id: 242 unit: public void testTask() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 64 end line: 116 size: 43 LOC McCabe index: 1 number of parameters: 0 id: 243 unit: public static TableFormatConfig initTableConfig() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 671 end line: 742 size: 43 LOC McCabe index: 4 number of parameters: 1 id: 244 unit: public NodeOptions nodeOptions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 230 end line: 283 size: 42 LOC McCabe index: 1 number of parameters: 0 id: 245 unit: private static void removeVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java start line: 47 end line: 103 size: 42 LOC McCabe index: 7 number of parameters: 2 id: 246 unit: public void testQueryByNegativeLongProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4694 end line: 4746 size: 42 LOC McCabe index: 1 number of parameters: 0 id: 247 unit: public void testQueryByNegativeFloatProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4749 end line: 4801 size: 42 LOC McCabe index: 1 number of parameters: 0 id: 248 unit: public void testRemoveEdgeLabelWithEdgeAndSecondaryIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 931 end line: 982 size: 42 LOC McCabe index: 1 number of parameters: 0 id: 249 unit: public void testQueryByMultiLabelInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8214 end line: 8264 size: 42 LOC McCabe index: 1 number of parameters: 0 id: 250 unit: public void createTable() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java start line: 46 end line: 92 size: 42 LOC McCabe index: 8 number of parameters: 2 id: 251 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java start line: 71 end line: 118 size: 42 LOC McCabe index: 7 number of parameters: 2 id: 252 unit: public Map list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java start line: 71 end line: 118 size: 42 LOC McCabe index: 7 number of parameters: 2 id: 253 unit: public void clear() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 286 end line: 332 size: 41 LOC McCabe index: 9 number of parameters: 1 id: 254 unit: public void writeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 557 end line: 598 size: 41 LOC McCabe index: 13 number of parameters: 2 id: 255 unit: public BytesBuffer writeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 631 end line: 675 size: 41 LOC McCabe index: 5 number of parameters: 2 id: 256 unit: private long processSecondaryOrSearchIndexLeft() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1823 end line: 1878 size: 41 LOC McCabe index: 8 number of parameters: 2 id: 257 unit: public Iterator query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 158 end line: 208 size: 41 LOC McCabe index: 12 number of parameters: 2 id: 258 unit: public void forwardToLeader() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java start line: 59 end line: 107 size: 41 LOC McCabe index: 2 number of parameters: 3 id: 259 unit: public RaftClosure forwardToLeader() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java start line: 109 end line: 151 size: 41 LOC McCabe index: 3 number of parameters: 2 id: 260 unit: public static void extractAggregateFunc() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 269 end line: 310 size: 41 LOC McCabe index: 16 number of parameters: 2 id: 261 unit: private static CrosspointsPaths intersectionPaths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 116 end line: 163 size: 41 LOC McCabe index: 12 number of parameters: 3 id: 262 unit: private boolean moveCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 356 end line: 410 size: 41 LOC McCabe index: 12 number of parameters: 2 id: 263 unit: public long clearPass() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 701 end line: 751 size: 41 LOC McCabe index: 9 number of parameters: 1 id: 264 unit: public Vertex addVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 167 end line: 214 size: 41 LOC McCabe index: 17 number of parameters: 1 id: 265 unit: public void testRemoveOlapPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 456 end line: 508 size: 41 LOC McCabe index: 1 number of parameters: 0 id: 266 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java start line: 45 end line: 85 size: 41 LOC McCabe index: 1 number of parameters: 0 id: 267 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java start line: 107 end line: 152 size: 41 LOC McCabe index: 5 number of parameters: 2 id: 268 unit: protected void testInsert() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java start line: 73 end line: 123 size: 41 LOC McCabe index: 7 number of parameters: 3 id: 269 unit: public synchronized void open() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 142 end line: 191 size: 41 LOC McCabe index: 8 number of parameters: 1 id: 270 unit: protected StringBuilder queryByRange() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 550 end line: 597 size: 40 LOC McCabe index: 11 number of parameters: 2 id: 271 unit: private void writeNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 793 end line: 858 size: 40 LOC McCabe index: 16 number of parameters: 1 id: 272 unit: private IdHolderList queryByUserprop() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 448 end line: 505 size: 40 LOC McCabe index: 12 number of parameters: 1 id: 273 unit: protected Map queryByFilter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 231 end line: 276 size: 40 LOC McCabe index: 6 number of parameters: 2 id: 274 unit: public static P parsePredicate() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 852 end line: 897 size: 40 LOC McCabe index: 14 number of parameters: 1 id: 275 unit: public void testQueryByDateProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4804 end line: 4851 size: 40 LOC McCabe index: 1 number of parameters: 0 id: 276 unit: public void testQueryByDatePropertyInString() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4854 end line: 4901 size: 40 LOC McCabe index: 1 number of parameters: 0 id: 277 unit: public void testQueryByDatePropertyInMultiFormatString() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4959 end line: 5006 size: 40 LOC McCabe index: 1 number of parameters: 0 id: 278 unit: public void testAddShardIndexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 733 end line: 778 size: 40 LOC McCabe index: 1 number of parameters: 0 id: 279 unit: public void testAddVertexWithCustomizeUuidIdStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1101 end line: 1144 size: 40 LOC McCabe index: 1 number of parameters: 0 id: 280 unit: public String personalRank() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java start line: 63 end line: 105 size: 40 LOC McCabe index: 6 number of parameters: 2 id: 281 unit: public RocksDBGraphStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1003 end line: 1046 size: 40 LOC McCabe index: 1 number of parameters: 3 id: 282 unit: public WhereBuilder relation() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 42 end line: 80 size: 39 LOC McCabe index: 12 number of parameters: 3 id: 283 unit: private Query writeQueryEdgeRangeCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 615 end line: 660 size: 39 LOC McCabe index: 8 number of parameters: 1 id: 284 unit: public static Condition convIn2Relation() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 504 end line: 545 size: 39 LOC McCabe index: 8 number of parameters: 3 id: 285 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 87 end line: 137 size: 39 LOC McCabe index: 6 number of parameters: 2 id: 286 unit: public void testConditionTextContainsAny() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 571 end line: 613 size: 39 LOC McCabe index: 1 number of parameters: 0 id: 287 unit: public void testSocket() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 178 end line: 233 size: 39 LOC McCabe index: 3 number of parameters: 0 id: 288 unit: public void testAddPropertyKeyWithIllegalName() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 74 end line: 122 size: 39 LOC McCabe index: 1 number of parameters: 0 id: 289 unit: public void testAddVertexLabelWithIdStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 101 end line: 146 size: 39 LOC McCabe index: 1 number of parameters: 0 id: 290 unit: public void testAddIndexLabelSecondaryPrefixWithExistedSecondary() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 587 end line: 630 size: 39 LOC McCabe index: 1 number of parameters: 0 id: 291 unit: public void testQueryByIntPropWithNegativeNumber() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3487 end line: 3535 size: 39 LOC McCabe index: 1 number of parameters: 0 id: 292 unit: public void testQueryByJointLabels() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8846 end line: 8892 size: 39 LOC McCabe index: 5 number of parameters: 0 id: 293 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 171 end line: 218 size: 39 LOC McCabe index: 2 number of parameters: 3 id: 294 unit: protected long execute() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 154 end line: 200 size: 39 LOC McCabe index: 7 number of parameters: 3 id: 295 unit: protected List query2Select() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 169 end line: 221 size: 39 LOC McCabe index: 8 number of parameters: 2 id: 296 unit: public synchronized void open() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 208 end line: 253 size: 39 LOC McCabe index: 6 number of parameters: 1 id: 297 unit: protected List queryId2Select() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 599 end line: 655 size: 38 LOC McCabe index: 7 number of parameters: 2 id: 298 unit: public int nextKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 379 end line: 421 size: 38 LOC McCabe index: 10 number of parameters: 1 id: 299 unit: public HugeProject deleteProject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 428 end line: 473 size: 38 LOC McCabe index: 2 number of parameters: 1 id: 300 unit: private ConditionQuery constructSearchQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 820 end line: 863 size: 38 LOC McCabe index: 9 number of parameters: 2 id: 301 unit: private static IndexQueries buildJointIndexesQueries() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1045 end line: 1095 size: 38 LOC McCabe index: 9 number of parameters: 2 id: 302 unit: private Iterator joinTxRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1841 end line: 1888 size: 38 LOC McCabe index: 12 number of parameters: 6 id: 303 unit: private V convValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 289 end line: 328 size: 38 LOC McCabe index: 8 number of parameters: 1 id: 304 unit: private boolean hasSameProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 163 end line: 205 size: 38 LOC McCabe index: 12 number of parameters: 1 id: 305 unit: public Number valueToNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 106 end line: 144 size: 38 LOC McCabe index: 11 number of parameters: 1 id: 306 unit: public Path shortestPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 44 end line: 85 size: 38 LOC McCabe index: 9 number of parameters: 8 id: 307 unit: public long count() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java start line: 47 end line: 94 size: 38 LOC McCabe index: 7 number of parameters: 4 id: 308 unit: protected abstract void meetNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java start line: 103 end line: 151 size: 38 LOC McCabe index: 1 number of parameters: 5 id: 309 unit: public HugeEdge constructEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 277 end line: 326 size: 38 LOC McCabe index: 4 number of parameters: 3 id: 310 unit: public void testHugeResource() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 326 end line: 368 size: 38 LOC McCabe index: 1 number of parameters: 0 id: 311 unit: public void testFile() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 118 end line: 175 size: 38 LOC McCabe index: 4 number of parameters: 0 id: 312 unit: public void testTypeLong() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 400 end line: 443 size: 38 LOC McCabe index: 1 number of parameters: 0 id: 313 unit: private static Map describeSplits() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java start line: 212 end line: 261 size: 38 LOC McCabe index: 5 number of parameters: 6 id: 314 unit: private Map metricsInfo() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 117 end line: 164 size: 38 LOC McCabe index: 1 number of parameters: 0 id: 315 unit: private static void tarDir() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java start line: 78 end line: 117 size: 37 LOC McCabe index: 3 number of parameters: 2 id: 316 unit: private Iterator queryRelationship() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 164 end line: 200 size: 37 LOC McCabe index: 8 number of parameters: 5 id: 317 unit: public static EdgeId parse() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 235 end line: 271 size: 37 LOC McCabe index: 7 number of parameters: 2 id: 318 unit: private static Relations calcValidRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 379 end line: 424 size: 37 LOC McCabe index: 11 number of parameters: 5 id: 319 unit: private String decompressSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java start line: 192 end line: 231 size: 37 LOC McCabe index: 4 number of parameters: 2 id: 320 unit: private void checkNullableKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 432 end line: 474 size: 37 LOC McCabe index: 6 number of parameters: 1 id: 321 unit: private void checkNullableKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 442 end line: 484 size: 37 LOC McCabe index: 6 number of parameters: 1 id: 322 unit: private void checkFields4Range() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 529 end line: 565 size: 37 LOC McCabe index: 9 number of parameters: 0 id: 323 unit: public void applyStrategies() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java start line: 75 end line: 116 size: 37 LOC McCabe index: 6 number of parameters: 0 id: 324 unit: public PathSet paths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java start line: 39 end line: 79 size: 37 LOC McCabe index: 9 number of parameters: 9 id: 325 unit: protected synchronized void scheduleTasks() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 306 end line: 352 size: 37 LOC McCabe index: 8 number of parameters: 0 id: 326 unit: public synchronized Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 567 end line: 610 size: 37 LOC McCabe index: 8 number of parameters: 1 id: 327 unit: private String voteCommunityOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 177 end line: 232 size: 37 LOC McCabe index: 8 number of parameters: 4 id: 328 unit: public void testIdSetWithMixedId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java start line: 129 end line: 167 size: 37 LOC McCabe index: 5 number of parameters: 0 id: 329 unit: public void testOverrideEdgeWithSecondaryIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1019 end line: 1068 size: 37 LOC McCabe index: 3 number of parameters: 0 id: 330 unit: public void testQueryByTextContainsProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5049 end line: 5093 size: 37 LOC McCabe index: 1 number of parameters: 0 id: 331 unit: public void testTypeUUID() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 670 end line: 712 size: 37 LOC McCabe index: 1 number of parameters: 0 id: 332 unit: public void testDuplicateIndexLabelWithIdentityProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1778 end line: 1816 size: 37 LOC McCabe index: 1 number of parameters: 0 id: 333 unit: public void testAddEdgeLabelWithNullableKeysIntersectSortkeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 359 end line: 398 size: 37 LOC McCabe index: 1 number of parameters: 0 id: 334 unit: public void testAddEdgeLabelWithDisableLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 438 end line: 480 size: 37 LOC McCabe index: 2 number of parameters: 0 id: 335 unit: public void testRemoveEdgeLabelWithEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 826 end line: 871 size: 37 LOC McCabe index: 1 number of parameters: 0 id: 336 unit: public void testLeftUnionIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 517 end line: 561 size: 37 LOC McCabe index: 3 number of parameters: 0 id: 337 unit: private HttpServer configHttpServer() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java start line: 79 end line: 123 size: 37 LOC McCabe index: 3 number of parameters: 2 id: 338 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathAPI.java start line: 62 end line: 101 size: 37 LOC McCabe index: 3 number of parameters: 2 id: 339 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java start line: 64 end line: 105 size: 37 LOC McCabe index: 5 number of parameters: 2 id: 340 unit: public void delete() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 615 end line: 656 size: 37 LOC McCabe index: 6 number of parameters: 2 id: 341 unit: protected Map getMetricsByHost() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 97 end line: 150 size: 37 LOC McCabe index: 2 number of parameters: 1 id: 342 unit: private void mutate() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 454 end line: 494 size: 37 LOC McCabe index: 9 number of parameters: 2 id: 343 unit: public void resumeSnapshot() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 757 end line: 796 size: 37 LOC McCabe index: 8 number of parameters: 2 id: 344 unit: private void checkArguments() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1113 end line: 1155 size: 37 LOC McCabe index: 8 number of parameters: 0 id: 345 unit: public EdgeLabel readEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 619 end line: 656 size: 36 LOC McCabe index: 2 number of parameters: 2 id: 346 unit: private Query writeQueryEdgePrefixCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 662 end line: 702 size: 36 LOC McCabe index: 10 number of parameters: 1 id: 347 unit: private PageIds doIndexQueryOnce() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 690 end line: 729 size: 36 LOC McCabe index: 5 number of parameters: 2 id: 348 unit: private Set collectMatchedIndexes() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 732 end line: 772 size: 36 LOC McCabe index: 8 number of parameters: 1 id: 349 unit: private Iterator betweenQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 478 end line: 519 size: 36 LOC McCabe index: 9 number of parameters: 6 id: 350 unit: public static SchemaLabel getBaseLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 211 end line: 248 size: 36 LOC McCabe index: 6 number of parameters: 3 id: 351 unit: private boolean hasSameProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 130 end line: 173 size: 36 LOC McCabe index: 14 number of parameters: 1 id: 352 unit: protected ConditionQuery constructEdgesQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 126 end line: 184 size: 36 LOC McCabe index: 8 number of parameters: 1 id: 353 unit: protected synchronized HugeServerInfo pickWorkerNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 195 end line: 238 size: 36 LOC McCabe index: 10 number of parameters: 2 id: 354 unit: public Object kcore() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 107 end line: 148 size: 36 LOC McCabe index: 5 number of parameters: 8 id: 355 unit: public void initClassicSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 554 end line: 593 size: 36 LOC McCabe index: 3 number of parameters: 1 id: 356 unit: private void initBlackList() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 120 end line: 157 size: 36 LOC McCabe index: 10 number of parameters: 0 id: 357 unit: public void testConditionEqWithSysprop() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 39 end line: 80 size: 36 LOC McCabe index: 1 number of parameters: 0 id: 358 unit: public void testConditionEqWithUserprop() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 83 end line: 124 size: 36 LOC McCabe index: 1 number of parameters: 0 id: 359 unit: public void testRemoveVertexLabelUsedByEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 895 end line: 937 size: 36 LOC McCabe index: 1 number of parameters: 0 id: 360 unit: public void testAddIndexLabelSecondaryPrefixWithExistedRange() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 633 end line: 673 size: 36 LOC McCabe index: 1 number of parameters: 0 id: 361 unit: public void testAddUniqueIndexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 781 end line: 819 size: 36 LOC McCabe index: 1 number of parameters: 0 id: 362 unit: public void testReloadAndQuery() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java start line: 94 end line: 138 size: 36 LOC McCabe index: 5 number of parameters: 0 id: 363 unit: public void testAddVertexWithPropertyList() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 319 end line: 360 size: 36 LOC McCabe index: 1 number of parameters: 0 id: 364 unit: public void testAddVertexPropertyWithIllegalValueForSecondaryIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6275 end line: 6314 size: 36 LOC McCabe index: 1 number of parameters: 0 id: 365 unit: public void testQueryBySingleLabelInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8169 end line: 8211 size: 36 LOC McCabe index: 1 number of parameters: 0 id: 366 unit: public void testClearAndInit() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 92 end line: 129 size: 36 LOC McCabe index: 1 number of parameters: 0 id: 367 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java start line: 62 end line: 103 size: 36 LOC McCabe index: 4 number of parameters: 2 id: 368 unit: public static void loadPersonalRankData() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java start line: 125 end line: 171 size: 36 LOC McCabe index: 1 number of parameters: 1 id: 369 unit: protected void deleteEdgesByLabel() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 459 end line: 505 size: 36 LOC McCabe index: 6 number of parameters: 2 id: 370 unit: public CassandraGraphStore() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 679 end line: 718 size: 36 LOC McCabe index: 1 number of parameters: 3 id: 371 unit: public synchronized void open() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 107 end line: 147 size: 35 LOC McCabe index: 8 number of parameters: 1 id: 372 unit: protected String buildUri() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 218 end line: 257 size: 35 LOC McCabe index: 6 number of parameters: 4 id: 373 unit: public static List flatten() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 50 end line: 97 size: 35 LOC McCabe index: 9 number of parameters: 2 id: 374 unit: private static boolean validEq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 435 end line: 471 size: 35 LOC McCabe index: 11 number of parameters: 3 id: 375 unit: private Map queryEdgeById() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 180 end line: 221 size: 35 LOC McCabe index: 11 number of parameters: 3 id: 376 unit: public boolean matched() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 258 end line: 296 size: 35 LOC McCabe index: 12 number of parameters: 1 id: 377 unit: public void loadGraphData() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 387 end line: 426 size: 35 LOC McCabe index: 9 number of parameters: 2 id: 378 unit: public void testConditionNotIn() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 367 end line: 403 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 379 unit: public void testIdSet() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java start line: 347 end line: 386 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 380 unit: public HugeEdge newEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 129 end line: 170 size: 35 LOC McCabe index: 1 number of parameters: 2 id: 381 unit: public HugeEdge newEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 172 end line: 213 size: 35 LOC McCabe index: 1 number of parameters: 2 id: 382 unit: public void testListAccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1005 end line: 1047 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 383 unit: public void testOverrideEdgeWithSearchIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1362 end line: 1408 size: 35 LOC McCabe index: 3 number of parameters: 0 id: 384 unit: public void testRemoveEdgesOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5531 end line: 5578 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 385 unit: public void testUpdatePropertyToValueOfRemovedEdgeWithUniqueIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6098 end line: 6140 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 386 unit: public void testQueryEdgeBeforeAfterUpdateMultiPropertyWithIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6967 end line: 7005 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 387 unit: public void testRemoveIndexLabelOfEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1301 end line: 1349 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 388 unit: public void testUpdateIndexLabelWithoutUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1715 end line: 1752 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 389 unit: public void testQueryByUnionIndexInPageWithSomeIndexNoData() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8587 end line: 8630 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 390 unit: public void testCreateGraphsWithSameName() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 245 end line: 286 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 391 unit: public void testCreateGraphsWithMultiDisksForRocksDB() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 315 end line: 352 size: 35 LOC McCabe index: 1 number of parameters: 0 id: 392 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathAPI.java start line: 62 end line: 98 size: 35 LOC McCabe index: 3 number of parameters: 2 id: 393 unit: public void filter() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/RedirectFilter.java start line: 74 end line: 112 size: 35 LOC McCabe index: 8 number of parameters: 1 id: 394 unit: protected Clause relation2Cql() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 353 end line: 394 size: 35 LOC McCabe index: 11 number of parameters: 1 id: 395 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java start line: 41 end line: 77 size: 34 LOC McCabe index: 6 number of parameters: 0 id: 396 unit: public static void decompressTar() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java start line: 124 end line: 160 size: 34 LOC McCabe index: 6 number of parameters: 3 id: 397 unit: public EdgeLabel readEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 507 end line: 543 size: 34 LOC McCabe index: 2 number of parameters: 2 id: 398 unit: private static boolean cmn() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1108 end line: 1147 size: 34 LOC McCabe index: 8 number of parameters: 7 id: 399 unit: private QueryResults queryByName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java start line: 82 end line: 119 size: 34 LOC McCabe index: 5 number of parameters: 1 id: 400 unit: private void loadFromDB() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 181 end line: 218 size: 34 LOC McCabe index: 6 number of parameters: 0 id: 401 unit: public Blob valueToBlob() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 174 end line: 208 size: 34 LOC McCabe index: 12 number of parameters: 1 id: 402 unit: public Object fusiformSimilars() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 158 end line: 196 size: 34 LOC McCabe index: 4 number of parameters: 12 id: 403 unit: protected Map traverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java start line: 50 end line: 86 size: 34 LOC McCabe index: 7 number of parameters: 5 id: 404 unit: private Object betweenessCentrality() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 70 end line: 106 size: 34 LOC McCabe index: 7 number of parameters: 9 id: 405 unit: public void testDeleteByRangeWithMinMaxByteValue() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 546 end line: 588 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 406 unit: public void testConditionIn() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 329 end line: 364 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 407 unit: public void testHugeResourceFilterSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 393 end line: 432 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 408 unit: public void testSerializeEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 144 end line: 181 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 409 unit: public void testQueryEdgesOfVertexWithoutCommit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2958 end line: 3007 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 410 unit: public void testOverrideVertexWithSearchIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1783 end line: 1828 size: 34 LOC McCabe index: 3 number of parameters: 0 id: 411 unit: public void testRemoveVertexById() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6029 end line: 6070 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 412 unit: public void testQueryByLabelInPageWithLimitLtePageSize() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8091 end line: 8130 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 413 unit: public void testEnhanceTextMatch() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9107 end line: 9147 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 414 unit: public void testCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java start line: 59 end line: 98 size: 34 LOC McCabe index: 1 number of parameters: 0 id: 415 unit: protected List queryId2Select() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 269 end line: 319 size: 34 LOC McCabe index: 8 number of parameters: 2 id: 416 unit: private static Map formatRegion() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java start line: 155 end line: 193 size: 33 LOC McCabe index: 1 number of parameters: 1 id: 417 unit: protected void mutate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 135 end line: 167 size: 33 LOC McCabe index: 7 number of parameters: 1 id: 418 unit: public PathSet allShortestPaths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 95 end line: 130 size: 33 LOC McCabe index: 6 number of parameters: 8 id: 419 unit: public Map personalRank() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java start line: 50 end line: 88 size: 33 LOC McCabe index: 8 number of parameters: 3 id: 420 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java start line: 52 end line: 86 size: 33 LOC McCabe index: 6 number of parameters: 2 id: 421 unit: private Object closenessCentrality() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java start line: 71 end line: 106 size: 33 LOC McCabe index: 7 number of parameters: 9 id: 422 unit: public static void asyncDeleteExpiredObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java start line: 40 end line: 77 size: 33 LOC McCabe index: 7 number of parameters: 2 id: 423 unit: public VertexProperty property() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 418 end line: 467 size: 33 LOC McCabe index: 8 number of parameters: 4 id: 424 unit: public void testScanByRangeWithBytes() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 284 end line: 325 size: 33 LOC McCabe index: 2 number of parameters: 0 id: 425 unit: public void testLocksTableDifferentGroupDifferentLocks() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 175 end line: 211 size: 33 LOC McCabe index: 1 number of parameters: 0 id: 426 unit: public void testConditionLt() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 225 end line: 260 size: 33 LOC McCabe index: 1 number of parameters: 0 id: 427 unit: public void testUuidId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java start line: 95 end line: 134 size: 33 LOC McCabe index: 1 number of parameters: 0 id: 428 unit: public void testOfObjectId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java start line: 167 end line: 207 size: 33 LOC McCabe index: 1 number of parameters: 0 id: 429 unit: public void testListBelong() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 701 end line: 741 size: 33 LOC McCabe index: 1 number of parameters: 0 id: 430 unit: public void testQueryEdgeByUniqueIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6143 end line: 6177 size: 33 LOC McCabe index: 1 number of parameters: 0 id: 431 unit: public void testAddIndexLabelWithInvalidFieldsForAggregateProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 427 end line: 462 size: 33 LOC McCabe index: 1 number of parameters: 0 id: 432 unit: public void testOverrideVertexWithSecondaryIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1467 end line: 1513 size: 33 LOC McCabe index: 3 number of parameters: 0 id: 433 unit: public void testScript() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 54 end line: 89 size: 33 LOC McCabe index: 1 number of parameters: 0 id: 434 unit: public void testVerify() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java start line: 99 end line: 138 size: 33 LOC McCabe index: 1 number of parameters: 0 id: 435 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 93 end line: 126 size: 33 LOC McCabe index: 4 number of parameters: 2 id: 436 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 139 end line: 183 size: 33 LOC McCabe index: 1 number of parameters: 3 id: 437 unit: public Iterator vertices() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java start line: 47 end line: 79 size: 33 LOC McCabe index: 11 number of parameters: 1 id: 438 unit: public HbaseGraphStore() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 499 end line: 532 size: 32 LOC McCabe index: 1 number of parameters: 4 id: 439 unit: public static boolean isEscapeNeededForString() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java start line: 94 end line: 128 size: 32 LOC McCabe index: 9 number of parameters: 2 id: 440 unit: protected final boolean fetch() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 58 end line: 96 size: 32 LOC McCabe index: 7 number of parameters: 0 id: 441 unit: public HugeResource deserialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 321 end line: 352 size: 32 LOC McCabe index: 8 number of parameters: 2 id: 442 unit: public R commit() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 699 end line: 731 size: 32 LOC McCabe index: 4 number of parameters: 1 id: 443 unit: private IdHolderList queryByLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 393 end line: 445 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 444 unit: protected void prepareAdditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 319 end line: 362 size: 32 LOC McCabe index: 7 number of parameters: 2 id: 445 unit: private void checkAggregateType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 404 end line: 439 size: 32 LOC McCabe index: 13 number of parameters: 0 id: 446 unit: private void checkIdStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 476 end line: 507 size: 32 LOC McCabe index: 9 number of parameters: 0 id: 447 unit: private void checkTtl() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 562 end line: 594 size: 32 LOC McCabe index: 6 number of parameters: 0 id: 448 unit: private Map calcNewRanks() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java start line: 90 end line: 128 size: 32 LOC McCabe index: 4 number of parameters: 4 id: 449 unit: private static void removeEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java start line: 44 end line: 84 size: 32 LOC McCabe index: 5 number of parameters: 2 id: 450 unit: public static HugeEdge constructEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 506 end line: 542 size: 32 LOC McCabe index: 3 number of parameters: 5 id: 451 unit: public Set segment() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java start line: 71 end line: 103 size: 32 LOC McCabe index: 8 number of parameters: 1 id: 452 unit: public void testUpdateBelong() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 802 end line: 840 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 453 unit: public void testAddEdgeWithOverrideEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 251 end line: 293 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 454 unit: public void testQueryByOutEWithDateProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5009 end line: 5046 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 455 unit: public void testAddVertexLabelWithMultiIdStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 173 end line: 208 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 456 unit: public void testRemoveVertexLabelWithVertexAndSecondaryIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 853 end line: 892 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 457 unit: public void testRebuildIndexLabelOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1358 end line: 1393 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 458 unit: public void testEphemeralJob() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 175 end line: 212 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 459 unit: public void testListEdgeLabels() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 1212 end line: 1248 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 460 unit: public void testQueryByDatePropertyWithUnion() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4380 end line: 4416 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 461 unit: public void testQueryByJointIndexesWithSearchAndRangeIndexes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5120 end line: 5157 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 462 unit: public void testQueryByPropertyInPageWithLimitLtePageSize() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8267 end line: 8306 size: 32 LOC McCabe index: 1 number of parameters: 0 id: 463 unit: private boolean matchPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 202 end line: 246 size: 32 LOC McCabe index: 7 number of parameters: 1 id: 464 unit: public static void testTask() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java start line: 51 end line: 89 size: 32 LOC McCabe index: 1 number of parameters: 1 id: 465 unit: public List getSplits() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java start line: 138 end line: 179 size: 32 LOC McCabe index: 5 number of parameters: 4 id: 466 unit: public Iterator query() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 497 end line: 531 size: 32 LOC McCabe index: 5 number of parameters: 1 id: 467 unit: private static OpenedRocksDB openRocksDB() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 401 end line: 441 size: 32 LOC McCabe index: 4 number of parameters: 4 id: 468 unit: public void init() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 246 end line: 283 size: 31 LOC McCabe index: 9 number of parameters: 0 id: 469 unit: protected void createTable() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 108 end line: 141 size: 31 LOC McCabe index: 5 number of parameters: 2 id: 470 unit: public boolean updateIfNodePresent() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardClusterRoleStore.java start line: 60 end line: 94 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 471 unit: private Query writeQueryEdgeRangeCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 440 end line: 477 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 472 unit: public VertexLabel readVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 471 end line: 504 size: 31 LOC McCabe index: 2 number of parameters: 2 id: 473 unit: public BytesBuffer writeVLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 462 end line: 493 size: 31 LOC McCabe index: 18 number of parameters: 1 id: 474 unit: public void commit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 203 end line: 241 size: 31 LOC McCabe index: 7 number of parameters: 0 id: 475 unit: public GraphTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 137 end line: 172 size: 31 LOC McCabe index: 1 number of parameters: 2 id: 476 unit: protected void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 217 end line: 251 size: 31 LOC McCabe index: 19 number of parameters: 0 id: 477 unit: private static void verifyEdgesConditionQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1314 end line: 1354 size: 31 LOC McCabe index: 11 number of parameters: 1 id: 478 unit: private void checkVertexExistIfCustomizedId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1590 end line: 1620 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 479 unit: private void lockForUpdateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1622 end line: 1659 size: 31 LOC McCabe index: 6 number of parameters: 3 id: 480 unit: public Id removePropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 151 end line: 185 size: 31 LOC McCabe index: 7 number of parameters: 1 id: 481 unit: public Iterator query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 367 end line: 398 size: 31 LOC McCabe index: 6 number of parameters: 2 id: 482 unit: protected long load() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 504 end line: 539 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 483 unit: public EdgeLabel build() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 105 end line: 135 size: 31 LOC McCabe index: 7 number of parameters: 0 id: 484 unit: public KoutRecords customizedKout() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java start line: 98 end line: 131 size: 31 LOC McCabe index: 5 number of parameters: 6 id: 485 unit: public SimilarsMap fusiformSimilarity() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 54 end line: 87 size: 31 LOC McCabe index: 5 number of parameters: 13 id: 486 unit: private boolean matchMinNeighborCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 206 end line: 236 size: 31 LOC McCabe index: 6 number of parameters: 5 id: 487 unit: private void mergeCommunities() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 451 end line: 490 size: 31 LOC McCabe index: 6 number of parameters: 1 id: 488 unit: public long exportCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 668 end line: 699 size: 31 LOC McCabe index: 4 number of parameters: 2 id: 489 unit: private Object stressCentrality() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 71 end line: 104 size: 31 LOC McCabe index: 7 number of parameters: 9 id: 490 unit: public static HugeIndex parseIndexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 230 end line: 260 size: 31 LOC McCabe index: 5 number of parameters: 3 id: 491 unit: public void assignId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 138 end line: 170 size: 31 LOC McCabe index: 8 number of parameters: 2 id: 492 unit: public Map getBaseConfiguration() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 160 end line: 194 size: 31 LOC McCabe index: 3 number of parameters: 4 id: 493 unit: public void testConditionGt() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 153 end line: 186 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 494 unit: public void testConditionGte() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 189 end line: 222 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 495 unit: public void testMixedIdMapping() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java start line: 105 end line: 140 size: 31 LOC McCabe index: 6 number of parameters: 0 id: 496 unit: public void testWriteReadBinString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java start line: 57 end line: 93 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 497 unit: public void testCreateGroup() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 295 end line: 332 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 498 unit: public void testOverrideEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 669 end line: 702 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 499 unit: public void testRemoveVertexLabelWithVertexAndRangeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 812 end line: 850 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 500 unit: public void testRebuildIndexLabelOfVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1396 end line: 1430 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 501 unit: public void testRebuildIndexLabelOfEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1433 end line: 1471 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 502 unit: public void testRebuildIndexLabelOfEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1474 end line: 1511 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 503 unit: public void testGremlinJobWithError() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 507 end line: 541 size: 31 LOC McCabe index: 2 number of parameters: 0 id: 504 unit: public void testAddEdgeLabelWithIllegalName() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 75 end line: 111 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 505 unit: public void testQueryByNeq() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4720 end line: 4754 size: 31 LOC McCabe index: 1 number of parameters: 0 id: 506 unit: public void testScanVertexInPaging() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7567 end line: 7600 size: 31 LOC McCabe index: 6 number of parameters: 0 id: 507 unit: public void testQueryByPageResultsMatchedAll() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7831 end line: 7870 size: 31 LOC McCabe index: 2 number of parameters: 0 id: 508 unit: public void testQueryByPageResultsMatchedAllWithFullPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7873 end line: 7912 size: 31 LOC McCabe index: 3 number of parameters: 0 id: 509 unit: private Id getEdgeId() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 445 end line: 475 size: 31 LOC McCabe index: 3 number of parameters: 2 id: 510 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathAPI.java start line: 60 end line: 93 size: 31 LOC McCabe index: 2 number of parameters: 2 id: 511 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java start line: 99 end line: 133 size: 31 LOC McCabe index: 3 number of parameters: 2 id: 512 unit: public static R commit() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 82 end line: 114 size: 31 LOC McCabe index: 6 number of parameters: 2 id: 513 unit: private static Map parseReplica() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 506 end line: 539 size: 31 LOC McCabe index: 4 number of parameters: 1 id: 514 unit: public void delete() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 355 end line: 390 size: 30 LOC McCabe index: 6 number of parameters: 2 id: 515 unit: public static void checkGremlinConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ConfigUtil.java start line: 53 end line: 85 size: 30 LOC McCabe index: 7 number of parameters: 1 id: 516 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 96 end line: 125 size: 30 LOC McCabe index: 9 number of parameters: 1 id: 517 unit: public PropertyKey readPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 546 end line: 578 size: 30 LOC McCabe index: 2 number of parameters: 2 id: 518 unit: protected final boolean fetch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java start line: 62 end line: 99 size: 30 LOC McCabe index: 7 number of parameters: 0 id: 519 unit: private MatchedIndex collectMatchedIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 781 end line: 818 size: 30 LOC McCabe index: 10 number of parameters: 2 id: 520 unit: protected void prepareDeletions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 364 end line: 407 size: 30 LOC McCabe index: 7 number of parameters: 2 id: 521 unit: public Iterator queryEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 962 end line: 1007 size: 30 LOC McCabe index: 4 number of parameters: 1 id: 522 unit: private boolean rightResultFromIndexQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1708 end line: 1753 size: 30 LOC McCabe index: 9 number of parameters: 2 id: 523 unit: public Iterator query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 444 end line: 476 size: 30 LOC McCabe index: 6 number of parameters: 2 id: 524 unit: public void save() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java start line: 77 end line: 108 size: 30 LOC McCabe index: 4 number of parameters: 3 id: 525 unit: private void compressSnapshotDir() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java start line: 156 end line: 190 size: 30 LOC McCabe index: 4 number of parameters: 2 id: 526 unit: private HugeEdge fetch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 440 end line: 472 size: 30 LOC McCabe index: 7 number of parameters: 0 id: 527 unit: protected long traverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 99 end line: 130 size: 30 LOC McCabe index: 6 number of parameters: 3 id: 528 unit: protected void cancelTasksOnWorker() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 384 end line: 420 size: 30 LOC McCabe index: 8 number of parameters: 1 id: 529 unit: public Object subgraphStat() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 139 end line: 178 size: 30 LOC McCabe index: 1 number of parameters: 1 id: 530 unit: public void testScanByRangeWithSignedBytes() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 328 end line: 367 size: 30 LOC McCabe index: 2 number of parameters: 0 id: 531 unit: public void testStringBigId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 127 end line: 159 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 532 unit: public void testSerializeIndexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 184 end line: 217 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 533 unit: public void testAddEdgeWithDefaultPropertyValue() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 628 end line: 666 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 534 unit: public void testQueryAdjacentVerticesOfEdges() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3153 end line: 3192 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 535 unit: public void testRemoveVertexAfterAddEdgesWithTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5702 end line: 5739 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 536 unit: public void testQueryEdgeByPageResultsMatchedAll() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7147 end line: 7185 size: 30 LOC McCabe index: 2 number of parameters: 0 id: 537 unit: public void testQueryEdgeByPageResultsMatchedAllWithFullPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7188 end line: 7226 size: 30 LOC McCabe index: 3 number of parameters: 0 id: 538 unit: public void testAddIndexLabelWithSameFieldsAndSameIndexType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 523 end line: 556 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 539 unit: public void testAddIndexLabelWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1629 end line: 1662 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 540 unit: public void testQueryByTextContainsProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4513 end line: 4550 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 541 unit: public void testQueryByTextContainsPropertyOrderByMatchedCountWithPaging() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4657 end line: 4690 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 542 unit: public void testQueryVertexBeforeAfterUpdateMultiPropertyWithIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6445 end line: 6478 size: 30 LOC McCabe index: 1 number of parameters: 0 id: 543 unit: protected static void clearSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 513 end line: 543 size: 30 LOC McCabe index: 3 number of parameters: 0 id: 544 unit: private void checkBackendVersionOrExit() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 421 end line: 451 size: 30 LOC McCabe index: 7 number of parameters: 1 id: 545 unit: private boolean matchResource() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 281 end line: 318 size: 30 LOC McCabe index: 7 number of parameters: 2 id: 546 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java start line: 60 end line: 92 size: 30 LOC McCabe index: 2 number of parameters: 2 id: 547 unit: private void evalCypher() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 120 end line: 157 size: 30 LOC McCabe index: 2 number of parameters: 1 id: 548 unit: public static void testRemove() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java start line: 412 end line: 446 size: 30 LOC McCabe index: 1 number of parameters: 1 id: 549 unit: protected void testQueryVertex() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java start line: 50 end line: 81 size: 30 LOC McCabe index: 2 number of parameters: 4 id: 550 unit: protected void setPageState() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 223 end line: 267 size: 30 LOC McCabe index: 9 number of parameters: 2 id: 551 unit: protected Update buildEliminate() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 554 end line: 597 size: 30 LOC McCabe index: 7 number of parameters: 1 id: 552 unit: public void commitTx() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 416 end line: 452 size: 30 LOC McCabe index: 5 number of parameters: 0 id: 553 unit: public RocksDBSstGraphStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java start line: 57 end line: 89 size: 30 LOC McCabe index: 1 number of parameters: 3 id: 554 unit: private static Map formatMetrics() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java start line: 111 end line: 144 size: 29 LOC McCabe index: 2 number of parameters: 1 id: 555 unit: private boolean filter() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 151 end line: 181 size: 29 LOC McCabe index: 9 number of parameters: 1 id: 556 unit: private QueryResults each() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 217 end line: 261 size: 29 LOC McCabe index: 7 number of parameters: 1 id: 557 unit: public VertexLabel readVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 562 end line: 592 size: 29 LOC McCabe index: 2 number of parameters: 2 id: 558 unit: public Query writeQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java start line: 55 end line: 91 size: 29 LOC McCabe index: 12 number of parameters: 1 id: 559 unit: private static NoIndexException noIndexException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1487 end line: 1515 size: 29 LOC McCabe index: 8 number of parameters: 3 id: 560 unit: public HugeVertex constructVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 639 end line: 677 size: 29 LOC McCabe index: 5 number of parameters: 2 id: 561 unit: public List getSplits() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 179 end line: 210 size: 29 LOC McCabe index: 5 number of parameters: 2 id: 562 unit: public void decompressZip() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 126 end line: 158 size: 29 LOC McCabe index: 3 number of parameters: 3 id: 563 unit: public RaftContext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 111 end line: 152 size: 29 LOC McCabe index: 3 number of parameters: 1 id: 564 unit: public PathSet backward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 200 end line: 235 size: 29 LOC McCabe index: 6 number of parameters: 1 id: 565 unit: protected void executeTasksOnWorker() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 354 end line: 382 size: 29 LOC McCabe index: 8 number of parameters: 1 id: 566 unit: private void mergeCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 492 end line: 528 size: 29 LOC McCabe index: 6 number of parameters: 3 id: 567 unit: protected static void removeIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java start line: 41 end line: 81 size: 29 LOC McCabe index: 4 number of parameters: 2 id: 568 unit: public HugeProperty addProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 297 end line: 329 size: 29 LOC McCabe index: 7 number of parameters: 3 id: 569 unit: public void testConditionLte() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 263 end line: 294 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 570 unit: public void testConditionPrefix() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 406 end line: 437 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 571 unit: public void testConditionContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 440 end line: 472 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 572 unit: public void testWriteReadStoredString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java start line: 96 end line: 131 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 573 unit: public void testCreateUserWithDetailsInfo() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 117 end line: 149 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 574 unit: public void testScanEdgeInPaging() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5182 end line: 5214 size: 29 LOC McCabe index: 6 number of parameters: 0 id: 575 unit: public void testAddOlapPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 358 end line: 392 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 576 unit: public void testTypeString() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 577 end line: 610 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 577 unit: public void testAddIndexLabelOfEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 193 end line: 227 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 578 unit: public void testAddIndexLabelOfVertexWithVertexExist() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 230 end line: 264 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 579 unit: public void testAddEdgeLabelWithEnableLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 401 end line: 435 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 580 unit: public void testAddVertexWithAutomaticIdStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 869 end line: 906 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 581 unit: public void testAddVertexWithAutomaticIdStrategyAndForceStringId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 909 end line: 946 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 582 unit: public void testAddVertexWithCustomizeNumberIdStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1044 end line: 1075 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 583 unit: public void testQueryByDatePropertyInString() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4343 end line: 4376 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 584 unit: public void testQueryByDatePropertyInMultiFormatString() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4419 end line: 4452 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 585 unit: public void testQueryByTextContainsAndExactMatchProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4553 end line: 4588 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 586 unit: public void testAddVertexMultiTimesWithMergedProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6317 end line: 6349 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 587 unit: public void testQueryByPropertyInPageWithLimitGtPageSize() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8309 end line: 8345 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 588 unit: public void testQueryBySingleSearchPropertyInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8422 end line: 8458 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 589 unit: public void testQueryByCompositePropertyInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8461 end line: 8497 size: 29 LOC McCabe index: 1 number of parameters: 0 id: 590 unit: public GraphManagerFactory() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 117 end line: 147 size: 29 LOC McCabe index: 5 number of parameters: 2 id: 591 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RingsAPI.java start line: 58 end line: 89 size: 29 LOC McCabe index: 1 number of parameters: 2 id: 592 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java start line: 73 end line: 104 size: 29 LOC McCabe index: 1 number of parameters: 2 id: 593 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java start line: 71 end line: 101 size: 29 LOC McCabe index: 1 number of parameters: 2 id: 594 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java start line: 58 end line: 88 size: 29 LOC McCabe index: 1 number of parameters: 2 id: 595 unit: protected void handleIterator() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 217 end line: 249 size: 29 LOC McCabe index: 4 number of parameters: 2 id: 596 unit: protected void initSchema() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java start line: 46 end line: 78 size: 29 LOC McCabe index: 1 number of parameters: 1 id: 597 unit: protected final boolean fetch() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java start line: 94 end line: 128 size: 29 LOC McCabe index: 10 number of parameters: 0 id: 598 unit: public synchronized void open() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 123 end line: 157 size: 28 LOC McCabe index: 2 number of parameters: 0 id: 599 unit: public int object2Code() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 52 end line: 85 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 600 unit: private IntSet segment() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 152 end line: 184 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 601 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java start line: 94 end line: 141 size: 28 LOC McCabe index: 3 number of parameters: 2 id: 602 unit: private IntMap segment() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 200 end line: 232 size: 28 LOC McCabe index: 8 number of parameters: 1 id: 603 unit: public static T cloneObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java start line: 29 end line: 57 size: 28 LOC McCabe index: 11 number of parameters: 2 id: 604 unit: public static void executeOncePerThread() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 202 end line: 234 size: 28 LOC McCabe index: 3 number of parameters: 3 id: 605 unit: public Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 127 end line: 157 size: 28 LOC McCabe index: 5 number of parameters: 0 id: 606 unit: protected boolean property() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 204 end line: 231 size: 28 LOC McCabe index: 8 number of parameters: 2 id: 607 unit: public HugeIndex readIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 379 end line: 409 size: 28 LOC McCabe index: 4 number of parameters: 3 id: 608 unit: public PropertyKey readPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 678 end line: 707 size: 28 LOC McCabe index: 2 number of parameters: 2 id: 609 unit: public int readVInt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 431 end line: 460 size: 28 LOC McCabe index: 5 number of parameters: 0 id: 610 unit: public long readVLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 495 end line: 524 size: 28 LOC McCabe index: 5 number of parameters: 0 id: 611 unit: public void removeVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1078 end line: 1116 size: 28 LOC McCabe index: 4 number of parameters: 1 id: 612 unit: public void removeEdgeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1156 end line: 1193 size: 28 LOC McCabe index: 4 number of parameters: 1 id: 613 unit: private Pair closeSession() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 95 end line: 127 size: 28 LOC McCabe index: 5 number of parameters: 0 id: 614 unit: public boolean load() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java start line: 110 end line: 139 size: 28 LOC McCabe index: 5 number of parameters: 1 id: 615 unit: private Txs getOrNewTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1458 end line: 1491 size: 28 LOC McCabe index: 6 number of parameters: 0 id: 616 unit: public AbstractCacheNotifier() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1580 end line: 1608 size: 28 LOC McCabe index: 6 number of parameters: 2 id: 617 unit: protected Set adjacentVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 112 end line: 140 size: 28 LOC McCabe index: 10 number of parameters: 7 id: 618 unit: public PathSet forward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 161 end line: 194 size: 28 LOC McCabe index: 6 number of parameters: 1 id: 619 unit: private HugeTask waitUntilTaskCompleted() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 605 end line: 633 size: 28 LOC McCabe index: 7 number of parameters: 3 id: 620 unit: public synchronized void initServerInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 119 end line: 149 size: 28 LOC McCabe index: 9 number of parameters: 2 id: 621 unit: private double moveCommunities() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 412 end line: 449 size: 28 LOC McCabe index: 6 number of parameters: 1 id: 622 unit: protected GraphTraversal constructPathUnit() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java start line: 110 end line: 139 size: 28 LOC McCabe index: 7 number of parameters: 6 id: 623 unit: private HugeProperty addProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 333 end line: 363 size: 28 LOC McCabe index: 5 number of parameters: 3 id: 624 unit: public void testUpdate() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 200 end line: 231 size: 28 LOC McCabe index: 4 number of parameters: 0 id: 625 unit: public void testScanByRange() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 248 end line: 281 size: 28 LOC McCabe index: 2 number of parameters: 0 id: 626 unit: public void testLocksTableSameGroupDifferentLocks() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 141 end line: 172 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 627 unit: public void testConditionNeq() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 297 end line: 326 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 628 unit: public void testUuid() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 96 end line: 124 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 629 unit: public void testQueryEdgeWithTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1411 end line: 1446 size: 28 LOC McCabe index: 2 number of parameters: 0 id: 630 unit: public void testQueryEdgesWithLimitAndOrderBy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2629 end line: 2659 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 631 unit: public void testAppendEdgeLabelWithNullableKeysInAppendProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 619 end line: 648 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 632 unit: public void testAppendEdgeLabelNewEdgeWithNullableKeysAbsent() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 675 end line: 707 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 633 unit: public void testAddEdgeLabelWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 1044 end line: 1078 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 634 unit: public void testEliminateEdgeLabelWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 1116 end line: 1148 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 635 unit: public void testQueryByLabelInPageWithLimitGtPageSize() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8133 end line: 8166 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 636 unit: public void testQueryBySingleSecondaryPropertyInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8348 end line: 8382 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 637 unit: public void testQueryBySingleRangePropertyInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8385 end line: 8419 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 638 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java start line: 44 end line: 71 size: 28 LOC McCabe index: 1 number of parameters: 0 id: 639 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 40 end line: 69 size: 28 LOC McCabe index: 4 number of parameters: 0 id: 640 unit: public PostgresqlGraphStore() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 132 end line: 160 size: 28 LOC McCabe index: 1 number of parameters: 3 id: 641 unit: private void addMetrics() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 515 end line: 550 size: 28 LOC McCabe index: 2 number of parameters: 1 id: 642 unit: public void setup() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 110 end line: 143 size: 28 LOC McCabe index: 4 number of parameters: 1 id: 643 unit: public void filter() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java start line: 62 end line: 93 size: 28 LOC McCabe index: 4 number of parameters: 1 id: 644 unit: protected Iterator query() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 136 end line: 167 size: 28 LOC McCabe index: 6 number of parameters: 3 id: 645 unit: protected static void appendTimerMetrics() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 207 end line: 237 size: 28 LOC McCabe index: 2 number of parameters: 4 id: 646 unit: public synchronized void open() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 55 end line: 100 size: 28 LOC McCabe index: 4 number of parameters: 0 id: 647 unit: private void mutate() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 198 end line: 225 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 648 unit: private void mutate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 244 end line: 271 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 649 unit: public Map writeEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java start line: 60 end line: 87 size: 27 LOC McCabe index: 2 number of parameters: 1 id: 650 unit: public PageIds fetchNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 182 end line: 212 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 651 unit: private IdHolder doIndexQueryBatch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 640 end line: 674 size: 27 LOC McCabe index: 5 number of parameters: 2 id: 652 unit: private static Set matchRangeOrSearchIndexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1017 end line: 1043 size: 27 LOC McCabe index: 9 number of parameters: 2 id: 653 unit: private static boolean validQueryConditionValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1424 end line: 1453 size: 27 LOC McCabe index: 6 number of parameters: 2 id: 654 unit: protected long removeIndexLeft() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1747 end line: 1780 size: 27 LOC McCabe index: 8 number of parameters: 2 id: 655 unit: public static ConditionQuery constructEdgesQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1204 end line: 1238 size: 27 LOC McCabe index: 5 number of parameters: 3 id: 656 unit: public void removeEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1997 end line: 2026 size: 27 LOC McCabe index: 4 number of parameters: 1 id: 657 unit: public boolean checkRangeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 777 end line: 822 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 658 unit: public RangeConditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 760 end line: 786 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 659 unit: private static Condition flattenIn() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 99 end line: 128 size: 27 LOC McCabe index: 7 number of parameters: 2 id: 660 unit: private Object queryByRaft() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 220 end line: 247 size: 27 LOC McCabe index: 4 number of parameters: 3 id: 661 unit: protected LeaderInfo waitLeaderElected() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 174 end line: 200 size: 27 LOC McCabe index: 6 number of parameters: 1 id: 662 unit: public void reload() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 115 end line: 142 size: 27 LOC McCabe index: 6 number of parameters: 2 id: 663 unit: public VertexLabel build() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 98 end line: 125 size: 27 LOC McCabe index: 6 number of parameters: 0 id: 664 unit: private void checkSortKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 486 end line: 516 size: 27 LOC McCabe index: 5 number of parameters: 0 id: 665 unit: private void checkStableVars() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 534 end line: 560 size: 27 LOC McCabe index: 6 number of parameters: 0 id: 666 unit: public static void trySetGraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 132 end line: 163 size: 27 LOC McCabe index: 10 number of parameters: 2 id: 667 unit: protected static void clearIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java start line: 47 end line: 80 size: 27 LOC McCabe index: 4 number of parameters: 2 id: 668 unit: public static synchronized HugeGraph open() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 69 end line: 97 size: 27 LOC McCabe index: 5 number of parameters: 1 id: 669 unit: public static final ElementKeys classifyKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 421 end line: 451 size: 27 LOC McCabe index: 9 number of parameters: 1 id: 670 unit: private static void initBackend() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java start line: 114 end line: 141 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 671 unit: public void testObjectId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java start line: 137 end line: 164 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 672 unit: public void testAddEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 216 end line: 248 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 673 unit: public void testAddEdgeWithTtlAndTtlStartTime() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 729 end line: 761 size: 27 LOC McCabe index: 3 number of parameters: 0 id: 674 unit: public void testDuplicatePropertyKeyWithDifferentProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 697 end line: 723 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 675 unit: public void testAddIndexLabelWithIllegalName() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 158 end line: 190 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 676 unit: public void testAppendEdgeLabelWithNullableKeysInOriginProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 588 end line: 616 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 677 unit: public void testAppendEdgeLabelNewEdgeWithNonNullKeysAbsent() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 710 end line: 741 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 678 unit: public void testAppendEdgeLabelWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 1081 end line: 1113 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 679 unit: public void testQueryByStringPropWithMultiResults() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3378 end line: 3415 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 680 unit: public void testQueryByJointIndexesAndCompositeIndexForMultiLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5019 end line: 5049 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 681 unit: public void testRemoveGraphs() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 172 end line: 202 size: 27 LOC McCabe index: 1 number of parameters: 0 id: 682 unit: private void decode() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 258 end line: 289 size: 27 LOC McCabe index: 8 number of parameters: 1 id: 683 unit: private void calcMaxWriteThreads() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java start line: 184 end line: 214 size: 27 LOC McCabe index: 4 number of parameters: 0 id: 684 unit: private static Id getVertexId() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 362 end line: 390 size: 27 LOC McCabe index: 5 number of parameters: 2 id: 685 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPI.java start line: 59 end line: 87 size: 27 LOC McCabe index: 1 number of parameters: 2 id: 686 unit: public String showAllAPIs() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 94 end line: 125 size: 27 LOC McCabe index: 7 number of parameters: 1 id: 687 unit: public MysqlGraphStore() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 427 end line: 455 size: 26 LOC McCabe index: 1 number of parameters: 3 id: 688 unit: public UserWithRole validateUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 662 end line: 690 size: 26 LOC McCabe index: 4 number of parameters: 1 id: 689 unit: public void writePropertiesField() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 386 end line: 414 size: 26 LOC McCabe index: 4 number of parameters: 3 id: 690 unit: private boolean fetch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java start line: 67 end line: 94 size: 26 LOC McCabe index: 8 number of parameters: 0 id: 691 unit: protected Query writeQueryCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 374 end line: 402 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 692 unit: protected BinaryBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 99 end line: 129 size: 26 LOC McCabe index: 7 number of parameters: 2 id: 693 unit: public Object readProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 600 end line: 625 size: 26 LOC McCabe index: 11 number of parameters: 1 id: 694 unit: private boolean existUniqueValueInStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 325 end line: 351 size: 26 LOC McCabe index: 4 number of parameters: 2 id: 695 unit: private static Set matchSingleOrCompositeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 919 end line: 954 size: 26 LOC McCabe index: 10 number of parameters: 2 id: 696 unit: public boolean hasUpdate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 180 end line: 205 size: 26 LOC McCabe index: 11 number of parameters: 2 id: 697 unit: private void saveSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 414 end line: 450 size: 26 LOC McCabe index: 4 number of parameters: 3 id: 698 unit: private static Condition convIn2Or() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 130 end line: 163 size: 26 LOC McCabe index: 9 number of parameters: 2 id: 699 unit: public InMemoryGraphStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 309 end line: 335 size: 26 LOC McCabe index: 1 number of parameters: 3 id: 700 unit: protected Map queryByIdRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 147 end line: 178 size: 26 LOC McCabe index: 3 number of parameters: 5 id: 701 unit: protected void waitRaftLogSynced() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 202 end line: 227 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 702 unit: private void waitIfBusy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 229 end line: 256 size: 26 LOC McCabe index: 5 number of parameters: 0 id: 703 unit: private V convSingleValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 330 end line: 356 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 704 unit: private void checkRepeatIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 567 end line: 592 size: 26 LOC McCabe index: 9 number of parameters: 1 id: 705 unit: public void apply() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java start line: 51 end line: 91 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 706 unit: public NodeWithWeight weightedShortestPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 72 end line: 98 size: 26 LOC McCabe index: 4 number of parameters: 8 id: 707 unit: private Iterator edgesOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 213 end line: 238 size: 26 LOC McCabe index: 4 number of parameters: 3 id: 708 unit: public EdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 70 end line: 100 size: 26 LOC McCabe index: 6 number of parameters: 6 id: 709 unit: public KneighborRecords customizedKneighbor() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java start line: 70 end line: 99 size: 26 LOC McCabe index: 5 number of parameters: 4 id: 710 unit: public synchronized void cancel() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 260 end line: 300 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 711 unit: protected boolean checkDependenciesSuccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 382 end line: 408 size: 26 LOC McCabe index: 7 number of parameters: 0 id: 712 unit: protected long traverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 321 end line: 348 size: 26 LOC McCabe index: 5 number of parameters: 5 id: 713 unit: public Object closenessCentrality() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java start line: 69 end line: 104 size: 26 LOC McCabe index: 3 number of parameters: 9 id: 714 unit: public static Id formatIndexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 199 end line: 228 size: 26 LOC McCabe index: 6 number of parameters: 3 id: 715 unit: public Set segment() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java start line: 58 end line: 84 size: 26 LOC McCabe index: 6 number of parameters: 1 id: 716 unit: public static void main() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java start line: 60 end line: 89 size: 26 LOC McCabe index: 3 number of parameters: 1 id: 717 unit: public void testEquals() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java start line: 85 end line: 112 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 718 unit: public void testStringIdWithBigSize() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 97 end line: 124 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 719 unit: public void testHugeResourceFilterUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 523 end line: 556 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 720 unit: public void testRangeOfRegionWithStartKeyAndEndKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java start line: 139 end line: 169 size: 26 LOC McCabe index: 2 number of parameters: 0 id: 721 unit: public void testSerializeVertexWithNumberId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 220 end line: 249 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 722 unit: public void testCreateUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 84 end line: 114 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 723 unit: public void testGetAccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1076 end line: 1108 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 724 unit: public void testQueryEdgeWithSecondaryIndexAndTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1449 end line: 1481 size: 26 LOC McCabe index: 2 number of parameters: 0 id: 725 unit: public void testQueryEdgeWithSearchIndexAndTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1686 end line: 1718 size: 26 LOC McCabe index: 2 number of parameters: 0 id: 726 unit: public void testRemoveEdgeOneByOne() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5496 end line: 5528 size: 26 LOC McCabe index: 2 number of parameters: 0 id: 727 unit: public void testListVertexLabels() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 1093 end line: 1123 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 728 unit: public void testAddVertexWithDefaultPropertyValue() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 786 end line: 818 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 729 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java start line: 73 end line: 98 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 730 unit: public PaloGraphStore() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 120 end line: 146 size: 26 LOC McCabe index: 1 number of parameters: 3 id: 731 unit: public static List scan() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 112 end line: 144 size: 26 LOC McCabe index: 7 number of parameters: 2 id: 732 unit: public Future shutdown() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java start line: 125 end line: 165 size: 26 LOC McCabe index: 1 number of parameters: 0 id: 733 unit: protected static Response transformResponseIfNeeded() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java start line: 66 end line: 96 size: 26 LOC McCabe index: 7 number of parameters: 1 id: 734 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 126 end line: 159 size: 26 LOC McCabe index: 3 number of parameters: 3 id: 735 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 226 end line: 258 size: 26 LOC McCabe index: 3 number of parameters: 2 id: 736 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java start line: 59 end line: 86 size: 26 LOC McCabe index: 1 number of parameters: 2 id: 737 unit: public String neighborRank() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java start line: 62 end line: 90 size: 26 LOC McCabe index: 3 number of parameters: 2 id: 738 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RaysAPI.java start line: 58 end line: 86 size: 26 LOC McCabe index: 1 number of parameters: 2 id: 739 unit: protected abstract void testInsert() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 204 end line: 231 size: 26 LOC McCabe index: 5 number of parameters: 3 id: 740 unit: protected void testQueryEdge() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 233 end line: 259 size: 26 LOC McCabe index: 5 number of parameters: 4 id: 741 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/ThreadRangePerfTest.java start line: 29 end line: 59 size: 26 LOC McCabe index: 3 number of parameters: 1 id: 742 unit: public CassandraEntryIterator() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java start line: 45 end line: 86 size: 26 LOC McCabe index: 4 number of parameters: 3 id: 743 unit: protected PageState pageState() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java start line: 148 end line: 190 size: 26 LOC McCabe index: 5 number of parameters: 0 id: 744 unit: protected void appendExtraMetrics() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 152 end line: 184 size: 26 LOC McCabe index: 1 number of parameters: 2 id: 745 unit: private void shutdownOpenPool() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 268 end line: 301 size: 26 LOC McCabe index: 5 number of parameters: 1 id: 746 unit: public Map createSnapshot() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 723 end line: 754 size: 26 LOC McCabe index: 2 number of parameters: 1 id: 747 unit: private static boolean existsOtherKeyspace() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 910 end line: 936 size: 26 LOC McCabe index: 14 number of parameters: 1 id: 748 unit: protected Iterator query() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 459 end line: 487 size: 25 LOC McCabe index: 6 number of parameters: 5 id: 749 unit: protected boolean property() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 131 end line: 155 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 750 unit: public Map writeVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java start line: 33 end line: 58 size: 25 LOC McCabe index: 2 number of parameters: 1 id: 751 unit: public void apply() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 50 end line: 74 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 752 unit: public IndexLabel readIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 596 end line: 623 size: 25 LOC McCabe index: 2 number of parameters: 2 id: 753 unit: public HugeVertex readVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 453 end line: 485 size: 25 LOC McCabe index: 6 number of parameters: 2 id: 754 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 171 end line: 202 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 755 unit: private Iterator joinTxEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1812 end line: 1839 size: 25 LOC McCabe index: 8 number of parameters: 3 id: 756 unit: private static Relations optimizeRelations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 271 end line: 305 size: 25 LOC McCabe index: 7 number of parameters: 1 id: 757 unit: protected Map queryByIdPrefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 113 end line: 144 size: 25 LOC McCabe index: 3 number of parameters: 4 id: 758 unit: public static BackendMutation readMutation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java start line: 99 end line: 130 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 759 unit: public void onApply() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 70 end line: 99 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 760 unit: public EdgeLabel create() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 138 end line: 166 size: 25 LOC McCabe index: 4 number of parameters: 0 id: 761 unit: private PathSet subGraphPaths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 55 end line: 80 size: 25 LOC McCabe index: 5 number of parameters: 9 id: 762 unit: public Object lpa() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 94 end line: 127 size: 25 LOC McCabe index: 3 number of parameters: 6 id: 763 unit: protected Map trianglesForBothDir() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 155 end line: 188 size: 25 LOC McCabe index: 1 number of parameters: 1 id: 764 unit: protected GraphTraversal filterNonShortestPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java start line: 141 end line: 168 size: 25 LOC McCabe index: 4 number of parameters: 2 id: 765 unit: public Object eigenvectorCentrality() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java start line: 61 end line: 98 size: 25 LOC McCabe index: 3 number of parameters: 9 id: 766 unit: protected Object degreeCentralityForBothDir() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java start line: 124 end line: 153 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 767 unit: public Object stressCentrality() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java start line: 75 end line: 102 size: 25 LOC McCabe index: 3 number of parameters: 10 id: 768 unit: protected GraphTraversal computeBetweenness() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java start line: 120 end line: 146 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 769 unit: private void rebuildIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java start line: 59 end line: 83 size: 25 LOC McCabe index: 5 number of parameters: 1 id: 770 unit: public void testDeleteByRange() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 447 end line: 478 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 771 unit: public void testSerializeBackendMutation() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java start line: 40 end line: 65 size: 25 LOC McCabe index: 2 number of parameters: 0 id: 772 unit: public void testBuiltinAdmin() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 44 end line: 76 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 773 unit: public void testGetBelong() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 768 end line: 799 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 774 unit: public void testValidateUserByToken() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1333 end line: 1365 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 775 unit: public void testQueryEdgeBeforeAfterUpdatePropertyWithSecondaryIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7008 end line: 7036 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 776 unit: public void testQueryEdgeBeforeAfterUpdatePropertyWithRangeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7039 end line: 7067 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 777 unit: public void testAddVertexLabelWithoutPKStrategyButCallPrimaryKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 211 end line: 238 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 778 unit: public void testAddVertexLabelWithNullableKeysIntersectPrimarykeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 487 end line: 514 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 779 unit: public void testEliminateVertexLabelWithoutUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 1060 end line: 1090 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 780 unit: public void testGremlinJob() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 215 end line: 244 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 781 unit: public void testAddVertexWithTtlAndTtlStartTime() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1214 end line: 1243 size: 25 LOC McCabe index: 3 number of parameters: 0 id: 782 unit: public void testQueryOlapWithUpdates() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2679 end line: 2721 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 783 unit: public void testQueryByUniqueIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5978 end line: 6004 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 784 unit: public void testRemoveVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6352 end line: 6381 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 785 unit: public void testOverrideVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7514 end line: 7541 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 786 unit: public void testQueryInPageWithoutCapacity() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8023 end line: 8052 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 787 unit: public void testAppend() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java start line: 54 end line: 79 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 788 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java start line: 59 end line: 83 size: 25 LOC McCabe index: 1 number of parameters: 0 id: 789 unit: public static Set scanSessionIds() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 166 end line: 191 size: 25 LOC McCabe index: 7 number of parameters: 2 id: 790 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java start line: 97 end line: 125 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 791 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java start line: 72 end line: 99 size: 25 LOC McCabe index: 1 number of parameters: 2 id: 792 unit: private GraphTraversalSource traversal() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 178 end line: 207 size: 25 LOC McCabe index: 4 number of parameters: 1 id: 793 unit: protected Update buildAppend() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 522 end line: 552 size: 25 LOC McCabe index: 6 number of parameters: 1 id: 794 unit: public List getSplits() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java start line: 90 end line: 126 size: 25 LOC McCabe index: 4 number of parameters: 2 id: 795 unit: protected R query() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 175 end line: 207 size: 24 LOC McCabe index: 6 number of parameters: 2 id: 796 unit: public StandardAuthManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 80 end line: 107 size: 24 LOC McCabe index: 1 number of parameters: 1 id: 797 unit: public RoleState transform() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 112 end line: 137 size: 24 LOC McCabe index: 6 number of parameters: 1 id: 798 unit: public HugeVertex readVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 231 end line: 261 size: 24 LOC McCabe index: 5 number of parameters: 2 id: 799 unit: public BackendEntry writeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 527 end line: 558 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 800 unit: protected final boolean fetch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java start line: 73 end line: 100 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 801 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 348 end line: 372 size: 24 LOC McCabe index: 8 number of parameters: 1 id: 802 unit: public void addVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1041 end line: 1075 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 803 unit: public void addEdgeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1119 end line: 1153 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 804 unit: public static String escape() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java start line: 102 end line: 129 size: 24 LOC McCabe index: 7 number of parameters: 3 id: 805 unit: public String userpropValuesString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 428 end line: 451 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 806 unit: public Set skipOffsetIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 226 end line: 256 size: 24 LOC McCabe index: 8 number of parameters: 1 id: 807 unit: public VertexLabel create() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 128 end line: 154 size: 24 LOC McCabe index: 4 number of parameters: 0 id: 808 unit: private Set removeSubIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 594 end line: 624 size: 24 LOC McCabe index: 8 number of parameters: 1 id: 809 unit: public static void extractRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 221 end line: 252 size: 24 LOC McCabe index: 6 number of parameters: 3 id: 810 unit: public static void convAllHasSteps() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 624 end line: 657 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 811 unit: public PathSet findPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java start line: 50 end line: 79 size: 24 LOC McCabe index: 10 number of parameters: 4 id: 812 unit: public void forward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java start line: 107 end line: 134 size: 24 LOC McCabe index: 6 number of parameters: 2 id: 813 unit: public void backward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java start line: 140 end line: 168 size: 24 LOC McCabe index: 6 number of parameters: 2 id: 814 unit: public Set kneighbor() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java start line: 40 end line: 68 size: 24 LOC McCabe index: 4 number of parameters: 6 id: 815 unit: public List multiNodeShortestPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java start line: 41 end line: 65 size: 24 LOC McCabe index: 4 number of parameters: 4 id: 816 unit: public HugeTask delete() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 553 end line: 588 size: 24 LOC McCabe index: 3 number of parameters: 1 id: 817 unit: private int save() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 270 end line: 296 size: 24 LOC McCabe index: 5 number of parameters: 1 id: 818 unit: private Iterator serverInfos() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 382 end line: 407 size: 24 LOC McCabe index: 4 number of parameters: 3 id: 819 unit: protected GraphTraversal substractPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java start line: 170 end line: 195 size: 24 LOC McCabe index: 3 number of parameters: 2 id: 820 unit: public Object betweennessCentrality() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java start line: 71 end line: 97 size: 24 LOC McCabe index: 3 number of parameters: 9 id: 821 unit: protected List primaryValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 200 end line: 224 size: 24 LOC McCabe index: 3 number of parameters: 0 id: 822 unit: protected boolean ensureFilledProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 504 end line: 532 size: 24 LOC McCabe index: 7 number of parameters: 1 id: 823 unit: public void testSameLockWithMultiThreads() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 269 end line: 294 size: 24 LOC McCabe index: 2 number of parameters: 0 id: 824 unit: public void testConditionContainsKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 475 end line: 501 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 825 unit: public void testConditionContainsValue() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 504 end line: 530 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 826 unit: public void testRangeOfRegionWithEndKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java start line: 79 end line: 106 size: 24 LOC McCabe index: 2 number of parameters: 0 id: 827 unit: public void testRangeOfRegionWithStartKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java start line: 109 end line: 136 size: 24 LOC McCabe index: 2 number of parameters: 0 id: 828 unit: public void testIntFixedMapBySegmentsPutRandom() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 284 end line: 313 size: 24 LOC McCabe index: 3 number of parameters: 0 id: 829 unit: public void testIntFixedMapBySegmentsKeysWithMultiSegs() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 337 end line: 363 size: 24 LOC McCabe index: 4 number of parameters: 0 id: 830 unit: public void testIntFixedMapBySegmentsValuesWithMultiSegs() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 387 end line: 413 size: 24 LOC McCabe index: 4 number of parameters: 0 id: 831 unit: public void testListUsers() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 152 end line: 180 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 832 unit: public void testUpdateUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 246 end line: 274 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 833 unit: public void testDeleteAccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1170 end line: 1199 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 834 unit: public void testQueryAllWithOffsetAndLimitWithMultiTimes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1989 end line: 2020 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 835 unit: public void testTypeBoolean() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 234 end line: 262 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 836 unit: public void testAddVertexLabelWithIllegalName() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 69 end line: 98 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 837 unit: public void testAddVertexLabelWithDisableLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 539 end line: 566 size: 24 LOC McCabe index: 2 number of parameters: 0 id: 838 unit: public void testRemoveVertexLabelWithVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 780 end line: 809 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 839 unit: public void testAddIndexLabelOfEdgeWithEdgeExist() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 267 end line: 296 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 840 unit: public void testAddEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 48 end line: 72 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 841 unit: public void testQueryAllWithOffsetAndLimitWithMultiTimes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2926 end line: 2957 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 842 unit: public void testQueryByHasKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3288 end line: 3313 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 843 unit: public void testQueryByLabelIndexWithLimitAndOffset() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8690 end line: 8719 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 844 unit: public void testEliminate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java start line: 78 end line: 102 size: 24 LOC McCabe index: 1 number of parameters: 0 id: 845 unit: protected static Map listAllVertexName2Ids() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 442 end line: 470 size: 24 LOC McCabe index: 7 number of parameters: 0 id: 846 unit: public void testCancel() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java start line: 91 end line: 124 size: 24 LOC McCabe index: 4 number of parameters: 0 id: 847 unit: public String writeTaskWithSchema() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 146 end line: 169 size: 24 LOC McCabe index: 4 number of parameters: 1 id: 848 unit: private void startRpcServer() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 284 end line: 314 size: 24 LOC McCabe index: 6 number of parameters: 0 id: 849 unit: protected void updateExistElement() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java start line: 127 end line: 152 size: 24 LOC McCabe index: 7 number of parameters: 4 id: 850 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java start line: 66 end line: 91 size: 24 LOC McCabe index: 1 number of parameters: 2 id: 851 unit: public static String formatGremlinException() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 258 end line: 285 size: 24 LOC McCabe index: 7 number of parameters: 2 id: 852 unit: public static HugeGraph loadGraph() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java start line: 59 end line: 87 size: 24 LOC McCabe index: 6 number of parameters: 2 id: 853 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 203 end line: 227 size: 24 LOC McCabe index: 1 number of parameters: 1 id: 854 unit: private static Map regionSizes() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 331 end line: 353 size: 23 LOC McCabe index: 4 number of parameters: 3 id: 855 unit: public List idColumnValue() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 345 end line: 370 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 856 unit: public Id projectRemoveGraphs() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 506 end line: 531 size: 23 LOC McCabe index: 2 number of parameters: 2 id: 857 unit: public HugeVertex readVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 298 end line: 328 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 858 unit: private Query writeQueryEdgePrefixCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 479 end line: 507 size: 23 LOC McCabe index: 8 number of parameters: 1 id: 859 unit: public IndexLabel readIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 726 end line: 750 size: 23 LOC McCabe index: 2 number of parameters: 2 id: 860 unit: public BackendEntry writeEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 428 end line: 450 size: 23 LOC McCabe index: 1 number of parameters: 1 id: 861 unit: public Id readId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 681 end line: 707 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 862 unit: private long processRangeIndexLeft() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1782 end line: 1807 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 863 unit: private HugeElement constructErrorElem() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1880 end line: 1903 size: 23 LOC McCabe index: 5 number of parameters: 3 id: 864 unit: private static boolean matchEdgeSortKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1252 end line: 1280 size: 23 LOC McCabe index: 7 number of parameters: 3 id: 865 unit: private Iterator filterUnmatchedRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1678 end line: 1706 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 866 unit: public synchronized long nextId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java start line: 133 end line: 158 size: 23 LOC McCabe index: 4 number of parameters: 0 id: 867 unit: private static Set flattenAndOr() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 197 end line: 219 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 868 unit: protected void notifyCache() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 320 end line: 343 size: 23 LOC McCabe index: 6 number of parameters: 3 id: 869 unit: public String setLeader() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java start line: 97 end line: 122 size: 23 LOC McCabe index: 4 number of parameters: 1 id: 870 unit: public Message processRequest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java start line: 46 end line: 68 size: 23 LOC McCabe index: 2 number of parameters: 2 id: 871 unit: private void addVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 541 end line: 565 size: 23 LOC McCabe index: 5 number of parameters: 1 id: 872 unit: private void addEdgesByBatch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 567 end line: 592 size: 23 LOC McCabe index: 6 number of parameters: 0 id: 873 unit: public static void check() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java start line: 40 end line: 63 size: 23 LOC McCabe index: 8 number of parameters: 2 id: 874 unit: private void checkTtl() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 549 end line: 572 size: 23 LOC McCabe index: 3 number of parameters: 0 id: 875 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 65 end line: 87 size: 23 LOC McCabe index: 9 number of parameters: 0 id: 876 unit: public static void fillConditionQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 325 end line: 347 size: 23 LOC McCabe index: 6 number of parameters: 3 id: 877 unit: public WeightedPaths singleSourceShortestPaths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 46 end line: 70 size: 23 LOC McCabe index: 3 number of parameters: 8 id: 878 unit: public HugeTask() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 87 end line: 111 size: 23 LOC McCabe index: 1 number of parameters: 3 id: 879 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 212 end line: 235 size: 23 LOC McCabe index: 6 number of parameters: 0 id: 880 unit: public HugeTask schedule() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java start line: 67 end line: 94 size: 23 LOC McCabe index: 5 number of parameters: 0 id: 881 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 109 end line: 131 size: 23 LOC McCabe index: 2 number of parameters: 0 id: 882 unit: public void testEquals() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java start line: 70 end line: 93 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 883 unit: public void testSerializeVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 117 end line: 141 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 884 unit: public void testDeleteBelong() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 843 end line: 871 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 885 unit: public void testAddEdgeWithUniqueIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 989 end line: 1016 size: 23 LOC McCabe index: 2 number of parameters: 0 id: 886 unit: public void testQueryAllWithLimitAfterUncommittedInsert() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1863 end line: 1903 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 887 unit: public void testQueryBothEdgesOfVertexInPaging() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5217 end line: 5240 size: 23 LOC McCabe index: 3 number of parameters: 0 id: 888 unit: public void testQueryOutEdgesOfVertexInPaging() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5243 end line: 5266 size: 23 LOC McCabe index: 3 number of parameters: 0 id: 889 unit: public void testQueryInEdgesOfVertexInPaging() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5269 end line: 5292 size: 23 LOC McCabe index: 3 number of parameters: 0 id: 890 unit: public void testAddPropertyKeyWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 568 end line: 594 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 891 unit: public void testAddEdgeLabelWithNullableKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 289 end line: 312 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 892 unit: public void testQueryByIntPropUsingBetweenWithMultiResults() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3729 end line: 3763 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 893 unit: public void testQueryByJointIndexesAndCompositeIndexForOneLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4986 end line: 5016 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 894 unit: public void testQueryByPageWithCapacityAndNoLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7990 end line: 8020 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 895 unit: public void testQueryByJointPropertyInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8500 end line: 8527 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 896 unit: public void testAddCustomizedIdVerticesContainsExisted() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8722 end line: 8748 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 897 unit: public void testQueryVerticesByIdsWithHasIdFilterAndNumberId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8751 end line: 8782 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 898 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java start line: 46 end line: 70 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 899 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java start line: 62 end line: 84 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 900 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java start line: 62 end line: 84 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 901 unit: protected static void initEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 271 end line: 294 size: 23 LOC McCabe index: 1 number of parameters: 0 id: 902 unit: protected List idColumnValue() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 211 end line: 236 size: 23 LOC McCabe index: 3 number of parameters: 1 id: 903 unit: public UserWithRole authenticate() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 168 end line: 192 size: 23 LOC McCabe index: 4 number of parameters: 3 id: 904 unit: public CypherModel submitQuery() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherClient.java start line: 59 end line: 86 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 905 unit: public String post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java start line: 63 end line: 88 size: 23 LOC McCabe index: 3 number of parameters: 2 id: 906 unit: public Map post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java start line: 63 end line: 86 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 907 unit: private Response forwardRequest() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/RedirectFilter.java start line: 114 end line: 136 size: 23 LOC McCabe index: 5 number of parameters: 2 id: 908 unit: protected void initSchema() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java start line: 44 end line: 73 size: 23 LOC McCabe index: 1 number of parameters: 1 id: 909 unit: private void parseTableDiskMapping() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 837 end line: 861 size: 23 LOC McCabe index: 4 number of parameters: 2 id: 910 unit: public synchronized void open() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 142 end line: 168 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 911 unit: public Integer commit() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 537 end line: 564 size: 22 LOC McCabe index: 5 number of parameters: 0 id: 912 unit: public RowIterator scan() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 731 end line: 758 size: 22 LOC McCabe index: 8 number of parameters: 5 id: 913 unit: public Map metrics() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java start line: 49 end line: 71 size: 22 LOC McCabe index: 4 number of parameters: 0 id: 914 unit: public WhereBuilder gte() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 226 end line: 247 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 915 unit: private void doClose() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 344 end line: 367 size: 22 LOC McCabe index: 5 number of parameters: 0 id: 916 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java start line: 176 end line: 197 size: 22 LOC McCabe index: 5 number of parameters: 0 id: 917 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 428 end line: 449 size: 22 LOC McCabe index: 5 number of parameters: 0 id: 918 unit: public static void decompressZip() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java start line: 216 end line: 243 size: 22 LOC McCabe index: 2 number of parameters: 3 id: 919 unit: public RolePermission rolePermission() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 565 end line: 588 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 920 unit: protected boolean property() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 127 end line: 148 size: 22 LOC McCabe index: 6 number of parameters: 2 id: 921 unit: public BackendEntry writeEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 595 end line: 616 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 922 unit: protected HugeEdge parseEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 165 end line: 195 size: 22 LOC McCabe index: 3 number of parameters: 3 id: 923 unit: public void eliminate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 204 end line: 232 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 924 unit: public static AbstractSerializer serializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java start line: 34 end line: 57 size: 22 LOC McCabe index: 6 number of parameters: 2 id: 925 unit: private static IndexQueries constructQueries() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1169 end line: 1191 size: 22 LOC McCabe index: 5 number of parameters: 3 id: 926 unit: public QueryResults query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 136 end line: 165 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 927 unit: private static void verifyVerticesConditionQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1282 end line: 1312 size: 22 LOC McCabe index: 8 number of parameters: 1 id: 928 unit: public void removeIndexLabelFromBaseLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 279 end line: 303 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 929 unit: protected Iterator skipOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 279 end line: 303 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 930 unit: public void compressZip() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 99 end line: 123 size: 22 LOC McCabe index: 1 number of parameters: 4 id: 931 unit: private static BackendStoreProvider newProvider() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java start line: 59 end line: 84 size: 22 LOC McCabe index: 3 number of parameters: 1 id: 932 unit: public static Id getLabelId() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 157 end line: 178 size: 22 LOC McCabe index: 5 number of parameters: 3 id: 933 unit: public static IndexLabel label() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 187 end line: 209 size: 22 LOC McCabe index: 8 number of parameters: 2 id: 934 unit: private void checkOlap() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 441 end line: 465 size: 22 LOC McCabe index: 7 number of parameters: 0 id: 935 unit: public VertexLabel append() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 208 end line: 231 size: 22 LOC McCabe index: 4 number of parameters: 0 id: 936 unit: private void checkProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 408 end line: 429 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 937 unit: public EdgeLabel append() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 242 end line: 265 size: 22 LOC McCabe index: 4 number of parameters: 0 id: 938 unit: private void checkProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 418 end line: 439 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 939 unit: public static Condition convHas2Condition() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 349 end line: 371 size: 22 LOC McCabe index: 7 number of parameters: 3 id: 940 unit: public static Condition convAnd() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 373 end line: 395 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 941 unit: public static Condition convOr() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 397 end line: 419 size: 22 LOC McCabe index: 4 number of parameters: 3 id: 942 unit: public PathTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 56 end line: 82 size: 22 LOC McCabe index: 3 number of parameters: 6 id: 943 unit: public Set sameNeighbors() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java start line: 36 end line: 59 size: 22 LOC McCabe index: 2 number of parameters: 6 id: 944 unit: protected void processOneForBackward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 172 end line: 198 size: 22 LOC McCabe index: 9 number of parameters: 2 id: 945 unit: public Future schedule() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 177 end line: 224 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 946 unit: private void scheduleOrExecuteJobForGraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 305 end line: 356 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 947 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java start line: 46 end line: 73 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 948 unit: public MMSeg4JAnalyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java start line: 51 end line: 72 size: 22 LOC McCabe index: 5 number of parameters: 1 id: 949 unit: public void clear() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 325 end line: 353 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 950 unit: public void testSnapshot() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java start line: 109 end line: 136 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 951 unit: public void testRegister() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java start line: 56 end line: 83 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 952 unit: public void testNotImplemented() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java start line: 169 end line: 191 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 953 unit: public void testFlattenWithMultiAnd() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 64 end line: 86 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 954 unit: public void testFlattenWithMultiOr() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 129 end line: 151 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 955 unit: public void testRangeOfOnlyOneRegion() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java start line: 50 end line: 76 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 956 unit: public void testSerializePropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 92 end line: 114 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 957 unit: private static void assertDirEquals() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java start line: 109 end line: 134 size: 22 LOC McCabe index: 2 number of parameters: 2 id: 958 unit: public void testStringId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java start line: 37 end line: 64 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 959 unit: public void testAddEdgeWithSecondaryIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 764 end line: 790 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 960 unit: public void testAddEdgeWithSearchIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 960 end line: 986 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 961 unit: public void testAddVertexWithInvalidPropertyList() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 363 end line: 388 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 962 unit: public void testAddVertexWithCustomizeStringIdStrategyWithoutValidId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1013 end line: 1041 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 963 unit: public void testQueryVertexWithTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1831 end line: 1860 size: 22 LOC McCabe index: 2 number of parameters: 0 id: 964 unit: public void testQueryByIntPropUsingInsideWithNonResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3675 end line: 3711 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 965 unit: public void testQueryByUUIDProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4455 end line: 4481 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 966 unit: public void testQueryByBlobProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4484 end line: 4510 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 967 unit: public void testQueryBySecondaryIndexWithLimitAndOffset() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8633 end line: 8659 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 968 unit: public void testQueryByRangeIndexWithLimitAndOffset() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8662 end line: 8687 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 969 unit: public void testCopySchemaWithMultiGraphsWithConflict() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 205 end line: 229 size: 22 LOC McCabe index: 3 number of parameters: 0 id: 970 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java start line: 44 end line: 65 size: 22 LOC McCabe index: 1 number of parameters: 0 id: 971 unit: private void serverStarted() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 453 end line: 477 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 972 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java start line: 104 end line: 126 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 973 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java start line: 103 end line: 125 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 974 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 191 end line: 218 size: 22 LOC McCabe index: 2 number of parameters: 2 id: 975 unit: protected void updateExistElement() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java start line: 102 end line: 125 size: 22 LOC McCabe index: 7 number of parameters: 3 id: 976 unit: private Pair toUserPass() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherAPI.java start line: 130 end line: 153 size: 22 LOC McCabe index: 6 number of parameters: 1 id: 977 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsAPI.java start line: 58 end line: 81 size: 22 LOC McCabe index: 1 number of parameters: 2 id: 978 unit: public String getProfile() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 65 end line: 88 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 979 unit: public Map post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java start line: 61 end line: 83 size: 22 LOC McCabe index: 4 number of parameters: 2 id: 980 unit: public Map update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java start line: 153 end line: 177 size: 22 LOC McCabe index: 7 number of parameters: 2 id: 981 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 169 end line: 191 size: 22 LOC McCabe index: 1 number of parameters: 1 id: 982 unit: public void createCheckpoint() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 101 end line: 124 size: 22 LOC McCabe index: 3 number of parameters: 1 id: 983 unit: public synchronized void init() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 549 end line: 575 size: 22 LOC McCabe index: 4 number of parameters: 0 id: 984 unit: public synchronized void clear() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 587 end line: 613 size: 22 LOC McCabe index: 4 number of parameters: 1 id: 985 unit: public List getSplits() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 321 end line: 346 size: 22 LOC McCabe index: 5 number of parameters: 2 id: 986 unit: private boolean filter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1227 end line: 1263 size: 22 LOC McCabe index: 7 number of parameters: 1 id: 987 unit: public Integer commit() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 265 end line: 293 size: 22 LOC McCabe index: 7 number of parameters: 0 id: 988 unit: public WhereBuilder and() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 159 end line: 180 size: 21 LOC McCabe index: 3 number of parameters: 3 id: 989 unit: protected String buildInsertKeys() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 229 end line: 252 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 990 unit: protected String buildUpdateIfPresentTemplate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 284 end line: 308 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 991 unit: protected void wrapOrderBy() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 709 end line: 731 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 992 unit: public boolean put() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 291 end line: 311 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 993 unit: public static List lock() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 185 end line: 205 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 994 unit: public static BytesBuffer decompress() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java start line: 61 end line: 82 size: 21 LOC McCabe index: 4 number of parameters: 3 id: 995 unit: public boolean filter() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 107 end line: 134 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 996 unit: public boolean match() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java start line: 68 end line: 91 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 997 unit: public static ResourceType from() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java start line: 116 end line: 137 size: 21 LOC McCabe index: 9 number of parameters: 1 id: 998 unit: public Map writeIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java start line: 107 end line: 128 size: 21 LOC McCabe index: 2 number of parameters: 1 id: 999 unit: protected Query writeQueryCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 510 end line: 537 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 1000 unit: public BackendEntry writeVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 405 end line: 425 size: 21 LOC McCabe index: 1 number of parameters: 1 id: 1001 unit: public BackendEntry writeVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 388 end line: 420 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 1002 unit: public EdgeLabel readEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1076 end line: 1097 size: 21 LOC McCabe index: 1 number of parameters: 2 id: 1003 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 81 end line: 103 size: 21 LOC McCabe index: 6 number of parameters: 3 id: 1004 unit: public void updateLabelIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 125 end line: 150 size: 21 LOC McCabe index: 6 number of parameters: 2 id: 1005 unit: private static Relation selectRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 481 end line: 501 size: 21 LOC McCabe index: 6 number of parameters: 3 id: 1006 unit: public void mergeToIN() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java start line: 41 end line: 64 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 1007 unit: protected Iterator dropTails() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 306 end line: 328 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 1008 unit: public Message processRequest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java start line: 49 end line: 70 size: 21 LOC McCabe index: 3 number of parameters: 2 id: 1009 unit: public static IndexLabel label() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 165 end line: 185 size: 21 LOC McCabe index: 9 number of parameters: 1 id: 1010 unit: public Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 255 end line: 275 size: 21 LOC McCabe index: 3 number of parameters: 0 id: 1011 unit: public static HugeGraph tryGetGraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 107 end line: 130 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 1012 unit: public static void extractOrder() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 199 end line: 219 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 1013 unit: protected final Path linkPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 123 end line: 148 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 1014 unit: protected final PathSet linkPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 124 end line: 145 size: 21 LOC McCabe index: 6 number of parameters: 3 id: 1015 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 279 end line: 300 size: 21 LOC McCabe index: 6 number of parameters: 1 id: 1016 unit: public WeightedEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 64 end line: 85 size: 21 LOC McCabe index: 4 number of parameters: 9 id: 1017 unit: protected void processOneForBackward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 139 end line: 164 size: 21 LOC McCabe index: 7 number of parameters: 2 id: 1018 unit: protected long intersect() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 203 end line: 229 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 1019 unit: private void contributeToAdjacentVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 198 end line: 220 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 1020 unit: private void deleteExpiredIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java start line: 73 end line: 93 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 1021 unit: public static void shutdown() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 151 end line: 172 size: 21 LOC McCabe index: 5 number of parameters: 2 id: 1022 unit: public Object sysprop() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 312 end line: 332 size: 21 LOC McCabe index: 8 number of parameters: 1 id: 1023 unit: public void setExpiredTimeIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 155 end line: 175 size: 21 LOC McCabe index: 4 number of parameters: 0 id: 1024 unit: public static Analyzer analyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java start line: 34 end line: 54 size: 21 LOC McCabe index: 8 number of parameters: 2 id: 1025 unit: public void testDeleteByRangeWithSignedBytes() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 505 end line: 543 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1026 unit: public void testLockTableSameLock1MillionTimes() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 214 end line: 240 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 1027 unit: public void testLockWithMultiThreads() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 243 end line: 266 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 1028 unit: public void testConditionEq() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 127 end line: 150 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1029 unit: public void testFlattenWithAndOrTree() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 176 end line: 197 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 1030 unit: public void testIdSetWithOnlyNumberId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java start line: 56 end line: 78 size: 21 LOC McCabe index: 3 number of parameters: 0 id: 1031 unit: public void testTimerRateLimiterWithIdle() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java start line: 94 end line: 120 size: 21 LOC McCabe index: 3 number of parameters: 0 id: 1032 unit: public void testLongId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java start line: 67 end line: 92 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1033 unit: public void clearAll() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 59 end line: 81 size: 21 LOC McCabe index: 6 number of parameters: 0 id: 1034 unit: public void testListProject() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1493 end line: 1518 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1035 unit: public void testQueryOutEdgesOfVertexByRangeFilter() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4499 end line: 4526 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1036 unit: public void testQueryInEdgesOfVertexByLabels() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4601 end line: 4625 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1037 unit: public void testRemoveEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5412 end line: 5439 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1038 unit: public void testRemoveEdgeById() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5442 end line: 5470 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1039 unit: public void testRemoveIndexLabelOfEdgeWithoutLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1599 end line: 1626 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 1040 unit: public void testAppendIndexLabelWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1665 end line: 1687 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1041 unit: public void testEliminateIndexLabelWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1690 end line: 1712 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1042 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java start line: 54 end line: 77 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 1043 unit: public void testAddEdgeLabelWithoutFrequency() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 114 end line: 135 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1044 unit: public void testAppendEdgeLabelWithNullableKeysNotInProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 651 end line: 672 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1045 unit: public void testAppendEdgeLabelWithSkAsNullableProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 767 end line: 789 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1046 unit: public void testRemoveEdgeLabelWithoutLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 1014 end line: 1041 size: 21 LOC McCabe index: 2 number of parameters: 0 id: 1047 unit: public void testCreateTime() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 1251 end line: 1273 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1048 unit: protected void clearData() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 101 end line: 128 size: 21 LOC McCabe index: 5 number of parameters: 0 id: 1049 unit: public void testCreateEdgeWithIdInAllMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 410 end line: 434 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1050 unit: public void testQueryById() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2997 end line: 3021 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1051 unit: public void testQueryFilterByPropName() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3259 end line: 3285 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1052 unit: public void testQueryByPageWithSpecialBase64Chars() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7938 end line: 7964 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1053 unit: public void testAppend() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java start line: 53 end line: 75 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1054 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java start line: 44 end line: 64 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1055 unit: public void testUpdate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 127 end line: 148 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1056 unit: private String createProject() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 204 end line: 224 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 1057 unit: public void testAppend() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java start line: 51 end line: 72 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1058 unit: public void testLogout() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java start line: 72 end line: 96 size: 21 LOC McCabe index: 1 number of parameters: 0 id: 1059 unit: public String verifyToken() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java start line: 113 end line: 136 size: 21 LOC McCabe index: 2 number of parameters: 2 id: 1060 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java start line: 118 end line: 139 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 1061 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java start line: 139 end line: 160 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 1062 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 119 end line: 140 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 1063 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java start line: 121 end line: 142 size: 21 LOC McCabe index: 4 number of parameters: 2 id: 1064 unit: protected void initSchema() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java start line: 46 end line: 70 size: 21 LOC McCabe index: 1 number of parameters: 1 id: 1065 unit: private Map executeAllHosts() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 289 end line: 316 size: 21 LOC McCabe index: 3 number of parameters: 1 id: 1066 unit: public List call() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java start line: 294 end line: 315 size: 21 LOC McCabe index: 5 number of parameters: 0 id: 1067 unit: public synchronized void createTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 138 end line: 166 size: 21 LOC McCabe index: 4 number of parameters: 1 id: 1068 unit: public synchronized void dropTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 169 end line: 201 size: 21 LOC McCabe index: 5 number of parameters: 1 id: 1069 unit: public List getSplits() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 306 end line: 329 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 1070 unit: private Map clusterInfo() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java start line: 88 end line: 109 size: 20 LOC McCabe index: 2 number of parameters: 0 id: 1071 unit: protected StringBuilder condition2Sql() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 671 end line: 690 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 1072 unit: protected void wrapPage() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 733 end line: 756 size: 20 LOC McCabe index: 5 number of parameters: 3 id: 1073 unit: public IntMapByFixedAddr() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 265 end line: 288 size: 20 LOC McCabe index: 2 number of parameters: 1 id: 1074 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 475 end line: 494 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 1075 unit: public static int writeAsciiString() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 54 end line: 76 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 1076 unit: private static Lock lockWrite() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 119 end line: 138 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 1077 unit: public Id projectAddGraphs() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 481 end line: 503 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 1078 unit: private Id save() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 202 end line: 222 size: 20 LOC McCabe index: 3 number of parameters: 2 id: 1079 unit: public BackendEntry writeVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 540 end line: 559 size: 20 LOC McCabe index: 1 number of parameters: 1 id: 1080 unit: public HugeIndex readIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 326 end line: 348 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 1081 unit: protected void parseEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 265 end line: 298 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 1082 unit: protected void parseColumn() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 316 end line: 340 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 1083 unit: public BackendEntry writeOlapVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 423 end line: 445 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 1084 unit: public BackendEntry parse() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 856 end line: 876 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 1085 unit: public static void increaseOne() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 923 end line: 943 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 1086 unit: public VertexLabel readVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1036 end line: 1056 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 1087 unit: public PropertyKey readPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1112 end line: 1132 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 1088 unit: public MergeIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java start line: 35 end line: 56 size: 20 LOC McCabe index: 4 number of parameters: 3 id: 1089 unit: public IdHolderList queryIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 362 end line: 390 size: 20 LOC McCabe index: 8 number of parameters: 1 id: 1090 unit: protected Iterator queryEdgesFromBackend() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1009 end line: 1038 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 1091 unit: private VertexLabel checkVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1481 end line: 1506 size: 20 LOC McCabe index: 7 number of parameters: 2 id: 1092 unit: public void removeVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1974 end line: 1995 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 1093 unit: public void createIndexLabelForOlapPk() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 339 end line: 359 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 1094 unit: protected void removeSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 526 end line: 547 size: 20 LOC McCabe index: 2 number of parameters: 1 id: 1095 unit: public String asString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 132 end line: 151 size: 20 LOC McCabe index: 3 number of parameters: 0 id: 1096 unit: private Iterator queryByRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 210 end line: 231 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 1097 unit: protected Map queryByFilter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 262 end line: 285 size: 20 LOC McCabe index: 5 number of parameters: 2 id: 1098 unit: private void submitCommand() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 147 end line: 172 size: 20 LOC McCabe index: 2 number of parameters: 2 id: 1099 unit: private Future onApplyLeader() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 101 end line: 123 size: 20 LOC McCabe index: 2 number of parameters: 1 id: 1100 unit: protected void updateCacheIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 291 end line: 318 size: 20 LOC McCabe index: 8 number of parameters: 2 id: 1101 unit: default Id nextId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 89 end line: 115 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 1102 unit: public boolean checkValueType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 197 end line: 217 size: 20 LOC McCabe index: 6 number of parameters: 1 id: 1103 unit: private void checkUserdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 574 end line: 594 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 1104 unit: private void checkUserdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 596 end line: 616 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 1105 unit: public synchronized void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 953 end line: 974 size: 20 LOC McCabe index: 3 number of parameters: 0 id: 1106 unit: public static Record newRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java start line: 26 end line: 47 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 1107 unit: private static void cmn() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java start line: 101 end line: 124 size: 20 LOC McCabe index: 4 number of parameters: 6 id: 1108 unit: protected void processOneForForward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 145 end line: 169 size: 20 LOC McCabe index: 9 number of parameters: 2 id: 1109 unit: protected void reInitCurrentStepIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 223 end line: 244 size: 20 LOC McCabe index: 4 number of parameters: 2 id: 1110 unit: public void syncWait() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 655 end line: 683 size: 20 LOC McCabe index: 7 number of parameters: 0 id: 1111 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java start line: 46 end line: 68 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1112 unit: private int writeBackValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 198 end line: 217 size: 20 LOC McCabe index: 4 number of parameters: 0 id: 1113 unit: private void removeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java start line: 150 end line: 174 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 1114 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java start line: 51 end line: 73 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1115 unit: protected abstract void onUpdateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 88 end line: 110 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 1116 unit: private static HugeGraph initGraph() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java start line: 91 end line: 112 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 1117 unit: private static boolean customizedId() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 196 end line: 216 size: 20 LOC McCabe index: 6 number of parameters: 2 id: 1118 unit: public void testScanByPrefix() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 222 end line: 245 size: 20 LOC McCabe index: 2 number of parameters: 0 id: 1119 unit: public void testTable() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java start line: 41 end line: 66 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1120 unit: public void testSerializeStoreCommand() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java start line: 68 end line: 89 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1121 unit: public void testVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java start line: 35 end line: 58 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1122 unit: public void testVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java start line: 36 end line: 59 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1123 unit: public void testConditionTextContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 547 end line: 568 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1124 unit: public void testIKAnalyzer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 176 end line: 198 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1125 unit: public void testExpandCapacity() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java start line: 35 end line: 56 size: 20 LOC McCabe index: 3 number of parameters: 0 id: 1126 unit: public void testIdSetWithOnlyUUIDId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java start line: 81 end line: 102 size: 20 LOC McCabe index: 3 number of parameters: 0 id: 1127 unit: public void testIdSetWithOnlyStringId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java start line: 105 end line: 126 size: 20 LOC McCabe index: 3 number of parameters: 0 id: 1128 unit: public void testUpdateGroup() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 403 end line: 427 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1129 unit: public void testCreateTarget() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 453 end line: 476 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1130 unit: public void testCreateTargetWithRess() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 479 end line: 501 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1131 unit: public void testListAllAccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1050 end line: 1073 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1132 unit: public void testCreateProject() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1407 end line: 1428 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1133 unit: public void testAddEdgeToSameVerticesWithMultiTimesAndOverrideEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 404 end line: 428 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1134 unit: public void testQueryAllWithLimitAfterUncommittedDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1829 end line: 1860 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1135 unit: public void testQueryEdgesWithLimitOnSuperVertexAndFilterProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2605 end line: 2626 size: 20 LOC McCabe index: 3 number of parameters: 0 id: 1136 unit: public void testQueryByLongPropOfOverrideEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4670 end line: 4691 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1137 unit: public void testUpdateEdgePropertyWithRemoveAndSet() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5973 end line: 5995 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1138 unit: public void testQueryEdgeByStringPropOfOverrideEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6943 end line: 6964 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1139 unit: public void testQueryEdgeWithNullablePropertyInCompositeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7070 end line: 7091 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1140 unit: public void testUpdatePropertyKeyWithoutUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 635 end line: 659 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1141 unit: public void testAppendVertexLabelWithNullableKeysInOriginProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 656 end line: 678 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1142 unit: public void testAppendVertexLabelWithNullableKeysInAppendProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 681 end line: 703 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1143 unit: public void testRemoveVertexLabelWithoutLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 968 end line: 994 size: 20 LOC McCabe index: 2 number of parameters: 0 id: 1144 unit: public void testRebuildIndexOfEdgeWithoutLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1542 end line: 1568 size: 20 LOC McCabe index: 2 number of parameters: 0 id: 1145 unit: public void testAddEdgeLabelWithoutProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 138 end line: 158 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1146 unit: public void testAddEdgeLabelWithSortKeyAssignedMultiTimes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 207 end line: 227 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1147 unit: public void testAppendEdgeLabelWithUndefinedNullableKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 565 end line: 585 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1148 unit: public void testRemoveEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 792 end line: 817 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1149 unit: public void testRebuildIndexOfEdgeLabelWithoutLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 985 end line: 1011 size: 20 LOC McCabe index: 2 number of parameters: 0 id: 1150 unit: public void testAddVertexWithInvalidPropertyValueOfInt() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 232 end line: 254 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1151 unit: public void testAddVertexWithPrimaryKeyIdStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 966 end line: 987 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1152 unit: public void testAddVertexWithCustomizeUuidIdStrategyWithoutValidId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1147 end line: 1173 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1153 unit: public void testQueryVertexWithSecondaryIndexAndTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1863 end line: 1889 size: 20 LOC McCabe index: 2 number of parameters: 0 id: 1154 unit: public void testQueryVertexWithSearchIndexAndTtlInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2060 end line: 2086 size: 20 LOC McCabe index: 2 number of parameters: 0 id: 1155 unit: public void testQueryAllWithLimitAfterUncommittedDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2772 end line: 2803 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1156 unit: public void testQueryByIdWithGraphAPIAndNotCommittedRemoved() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3073 end line: 3096 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1157 unit: public void testQueryByIntPropUsingBetweenAfterPropOverride() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3766 end line: 3795 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1158 unit: public void testQueryWithTxNotCommittedByIdInOtherThread() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4871 end line: 4892 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1159 unit: private void init5Computers() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9224 end line: 9246 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1160 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java start line: 46 end line: 65 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1161 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java start line: 48 end line: 68 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1162 unit: public void testCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 72 end line: 91 size: 20 LOC McCabe index: 1 number of parameters: 0 id: 1163 unit: public void createDatabase() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java start line: 63 end line: 86 size: 20 LOC McCabe index: 5 number of parameters: 0 id: 1164 unit: public Edge() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 186 end line: 208 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 1165 unit: public void serialize() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 103 end line: 124 size: 20 LOC McCabe index: 2 number of parameters: 3 id: 1166 unit: public HugeGraph cloneGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 144 end line: 173 size: 20 LOC McCabe index: 2 number of parameters: 3 id: 1167 unit: private static void registerCacheMetrics() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 639 end line: 662 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 1168 unit: public void apply() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1720 end line: 1750 size: 20 LOC McCabe index: 4 number of parameters: 1 id: 1169 unit: default User authenticate() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 83 end line: 113 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 1170 unit: public static RequiredPerm fromPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 476 end line: 499 size: 20 LOC McCabe index: 3 number of parameters: 1 id: 1171 unit: private String inputPassword() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 83 end line: 107 size: 20 LOC McCabe index: 4 number of parameters: 0 id: 1172 unit: public UserWithRole authenticate() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java start line: 58 end line: 80 size: 20 LOC McCabe index: 3 number of parameters: 3 id: 1173 unit: public HugeUser build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 184 end line: 203 size: 20 LOC McCabe index: 7 number of parameters: 1 id: 1174 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 88 end line: 116 size: 20 LOC McCabe index: 3 number of parameters: 2 id: 1175 unit: public Map removePeer() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java start line: 186 end line: 206 size: 20 LOC McCabe index: 1 number of parameters: 2 id: 1176 unit: public Iterator query() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 304 end line: 324 size: 20 LOC McCabe index: 5 number of parameters: 1 id: 1177 unit: protected BackendColumnIterator queryByRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 265 end line: 284 size: 20 LOC McCabe index: 6 number of parameters: 3 id: 1178 unit: private static Map regionRanges() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 355 end line: 373 size: 19 LOC McCabe index: 3 number of parameters: 3 id: 1179 unit: public EdgeLabel() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 220 end line: 239 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 1180 unit: public Edge() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 322 end line: 342 size: 19 LOC McCabe index: 1 number of parameters: 3 id: 1181 unit: public static Object castNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 98 end line: 116 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 1182 unit: public static Map scanGraphsDir() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ConfigUtil.java start line: 87 end line: 106 size: 19 LOC McCabe index: 3 number of parameters: 1 id: 1183 unit: public T deserialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 273 end line: 291 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 1184 unit: private void parseProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 149 end line: 173 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 1185 unit: private void parseEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 218 end line: 242 size: 19 LOC McCabe index: 2 number of parameters: 3 id: 1186 unit: public HugeVertex readVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java start line: 58 end line: 83 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 1187 unit: public BytesBuffer writeIndexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 730 end line: 750 size: 19 LOC McCabe index: 4 number of parameters: 3 id: 1188 unit: public TextBackendEntry copyLast() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 307 end line: 327 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 1189 unit: public void commitOrRollback() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 363 end line: 393 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 1190 unit: public HugeVertex addVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 610 end line: 636 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 1191 unit: public HugeEdge addEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 837 end line: 863 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 1192 unit: private QueryList optimizeQueries() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1356 end line: 1382 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 1193 unit: public void delete() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 522 end line: 543 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 1194 unit: private void compressDirectoryToZipFile() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 160 end line: 178 size: 19 LOC McCabe index: 5 number of parameters: 4 id: 1195 unit: public EdgeLabelBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 84 end line: 102 size: 19 LOC McCabe index: 1 number of parameters: 3 id: 1196 unit: public IndexLabel build() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 102 end line: 121 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1197 unit: private void checkPrimaryKeyIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 626 end line: 644 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 1198 unit: protected long edgesCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 272 end line: 290 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 1199 unit: public static void checkSkipDegree() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 359 end line: 377 size: 19 LOC McCabe index: 6 number of parameters: 3 id: 1200 unit: private Directions getStartDirection() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java start line: 137 end line: 157 size: 19 LOC McCabe index: 2 number of parameters: 2 id: 1201 unit: protected void processOneForForward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 113 end line: 136 size: 19 LOC McCabe index: 7 number of parameters: 2 id: 1202 unit: protected void processOneForBackward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 219 end line: 242 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 1203 unit: public void restoreTasks() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 143 end line: 162 size: 19 LOC McCabe index: 7 number of parameters: 0 id: 1204 unit: public void waitUntilAllTasksCompleted() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 636 end line: 654 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 1205 unit: protected void save() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 103 end line: 125 size: 19 LOC McCabe index: 5 number of parameters: 0 id: 1206 unit: protected boolean property() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 141 end line: 159 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 1207 unit: public Collection showCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 648 end line: 666 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 1208 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 63 end line: 82 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 1209 unit: public Object count() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java start line: 55 end line: 76 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 1210 unit: public Object count() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java start line: 55 end line: 76 size: 19 LOC McCabe index: 3 number of parameters: 0 id: 1211 unit: protected boolean ensureFilledProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 251 end line: 273 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 1212 unit: protected static Id getIdValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 467 end line: 493 size: 19 LOC McCabe index: 7 number of parameters: 1 id: 1213 unit: public static void register() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java start line: 73 end line: 97 size: 19 LOC McCabe index: 4 number of parameters: 2 id: 1214 unit: protected void clearSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 129 end line: 153 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1215 unit: public void initSinkSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 921 end line: 944 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1216 unit: public void testMultiGet3Keys() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 113 end line: 134 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1217 unit: public void testProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java start line: 69 end line: 91 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1218 unit: public void testEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java start line: 61 end line: 82 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1219 unit: public void testVertexForPartition() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java start line: 85 end line: 107 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1220 unit: public void testEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java start line: 62 end line: 83 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1221 unit: public void testToStringOfIdPrefixQuery() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java start line: 148 end line: 168 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1222 unit: public void testFlattenWithOrTree() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 154 end line: 173 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1223 unit: public void testFlattenWithOrAndTree() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 200 end line: 219 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1224 unit: public void testListGroups() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 335 end line: 357 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1225 unit: public void testListTargets() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 504 end line: 526 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1226 unit: public void testUpdateTarget() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 572 end line: 595 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1227 unit: public void testDelProject() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1431 end line: 1449 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1228 unit: public void testAddEdgeWithTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 705 end line: 726 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1229 unit: public void testQueryAdjacentVerticesOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3122 end line: 3150 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1230 unit: public void testQueryEdgeByPropertyWithEmptyString() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6919 end line: 6940 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1231 unit: public void testRemovePropertyKeyUsedByEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 545 end line: 565 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1232 unit: public void testAddVertexLabelWithNonPKIdStrategyWithoutProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 149 end line: 170 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1233 unit: public void testRebuildIndexOfVertexLabelWithoutLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 940 end line: 965 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1234 unit: public void testDuplicateVertexLabelWithIdentityProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 1145 end line: 1163 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1235 unit: public void testRebuildIndexOfVertexWithoutLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1514 end line: 1539 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1236 unit: public void testRemoveIndexLabelOfVertexWithoutLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1571 end line: 1596 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1237 unit: public void testAddEdgeLabelWithSortKeyContainSameProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 230 end line: 249 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1238 unit: public void testAddEdgeLabelWithUndefinedNullableKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 315 end line: 334 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1239 unit: public void testAddEdgeLabelWithNullableKeysNotInProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 337 end line: 356 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1240 unit: public void testAppendEdgeLabelWithNonNullProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 744 end line: 764 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1241 unit: public void testAddVertexWithCustomizeStringIdStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 990 end line: 1010 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1242 unit: public void testAddVertexWithSearchIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1415 end line: 1438 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1243 unit: public void testAddVertexWithUniqueIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1441 end line: 1464 size: 19 LOC McCabe index: 2 number of parameters: 0 id: 1244 unit: public void testQueryByHasValue() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3327 end line: 3347 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1245 unit: public void testUpdatePropertyToValueOfRemovedVertexWithUniqueIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5890 end line: 5911 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1246 unit: public void testRemoveVertexOfNotExists() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6073 end line: 6096 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1247 unit: public void testQueryVertexBeforeAfterUpdatePropertyWithSecondaryIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6481 end line: 6503 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1248 unit: public void testQueryVertexBeforeAfterUpdatePropertyWithRangeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6506 end line: 6528 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1249 unit: private void init10Vertices() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9154 end line: 9176 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1250 unit: private void init5Persons() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9188 end line: 9208 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1251 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java start line: 141 end line: 161 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1252 unit: public void testDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java start line: 186 end line: 206 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1253 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java start line: 45 end line: 63 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1254 unit: public void testCount() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java start line: 41 end line: 59 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1255 unit: protected static void initVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 249 end line: 269 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1256 unit: public EdgeLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 100 end line: 119 size: 19 LOC McCabe index: 1 number of parameters: 0 id: 1257 unit: private void closeTx() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 346 end line: 366 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 1258 unit: private HugeProject buildAddGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 205 end line: 223 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 1259 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 309 end line: 328 size: 19 LOC McCabe index: 3 number of parameters: 2 id: 1260 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 522 end line: 540 size: 19 LOC McCabe index: 5 number of parameters: 1 id: 1261 unit: public String scan() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java start line: 102 end line: 123 size: 19 LOC McCabe index: 2 number of parameters: 2 id: 1262 unit: public String scan() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java start line: 102 end line: 123 size: 19 LOC McCabe index: 2 number of parameters: 2 id: 1263 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java start line: 94 end line: 115 size: 19 LOC McCabe index: 2 number of parameters: 2 id: 1264 unit: public Map addPeer() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java start line: 156 end line: 176 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 1265 unit: public static String formatException() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 235 end line: 256 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 1266 unit: public static void testLeftIndexProcess() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java start line: 463 end line: 488 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 1267 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 239 end line: 258 size: 19 LOC McCabe index: 1 number of parameters: 1 id: 1268 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 356 end line: 380 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 1269 unit: public void commitAsync() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 169 end line: 191 size: 19 LOC McCabe index: 4 number of parameters: 0 id: 1270 unit: protected void appendExtraMetrics() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java start line: 37 end line: 69 size: 19 LOC McCabe index: 1 number of parameters: 2 id: 1271 unit: public List ingest() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java start line: 55 end line: 75 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 1272 unit: public void mutate() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 432 end line: 452 size: 19 LOC McCabe index: 4 number of parameters: 1 id: 1273 unit: protected BackendColumnIterator queryBy() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 154 end line: 181 size: 19 LOC McCabe index: 5 number of parameters: 2 id: 1274 unit: private void createTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 106 end line: 126 size: 19 LOC McCabe index: 2 number of parameters: 1 id: 1275 unit: public long getCounter() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 149 end line: 167 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 1276 unit: public BackendEntry mergeEntries() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 400 end line: 423 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 1277 unit: public static void compressTar() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java start line: 59 end line: 76 size: 18 LOC McCabe index: 1 number of parameters: 3 id: 1278 unit: private static void zipDir() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java start line: 197 end line: 214 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 1279 unit: public static void registerIdSerializers() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 170 end line: 190 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 1280 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 461 end line: 483 size: 18 LOC McCabe index: 1 number of parameters: 3 id: 1281 unit: private BackendEntry constructEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardClusterRoleStore.java start line: 96 end line: 120 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 1282 unit: public BackendEntry writeEdgeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 269 end line: 290 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 1283 unit: public HugeIndex readIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 561 end line: 583 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 1284 unit: public static void register() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java start line: 60 end line: 83 size: 18 LOC McCabe index: 4 number of parameters: 2 id: 1285 unit: private Iterator skipOffsetOrStopLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1770 end line: 1793 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 1286 unit: private void propertyUpdated() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1906 end line: 1924 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 1287 unit: protected T getSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 477 end line: 500 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 1288 unit: protected List getAllSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 502 end line: 524 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 1289 unit: private void checkIdAndUpdateNextId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 615 end line: 632 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 1290 unit: public IdWorker() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java start line: 113 end line: 131 size: 18 LOC McCabe index: 5 number of parameters: 2 id: 1291 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 195 end line: 212 size: 18 LOC McCabe index: 10 number of parameters: 1 id: 1292 unit: public Number reduce() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 88 end line: 105 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 1293 unit: private static String escapeSpecialValueIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 689 end line: 712 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 1294 unit: public long range() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 312 end line: 333 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 1295 unit: private static List flattenRelations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 252 end line: 269 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 1296 unit: private static boolean matchCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 311 end line: 334 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 1297 unit: public String addPeer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java start line: 125 end line: 142 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 1298 unit: public String removePeer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java start line: 145 end line: 162 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 1299 unit: public Message processRequest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java start line: 45 end line: 62 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 1300 unit: public Message processRequest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/AddPeerProcessor.java start line: 44 end line: 61 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 1301 unit: public Message processRequest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RemovePeerProcessor.java start line: 44 end line: 61 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 1302 unit: public Object validValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 135 end line: 153 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 1303 unit: public Class implementClazz() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 149 end line: 168 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 1304 unit: private void checkPrimaryKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 509 end line: 529 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 1305 unit: public EdgeLabelBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 65 end line: 82 size: 18 LOC McCabe index: 1 number of parameters: 3 id: 1306 unit: private void checkRepeatIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 686 end line: 703 size: 18 LOC McCabe index: 3 number of parameters: 4 id: 1307 unit: private void checkStableVars() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 740 end line: 757 size: 18 LOC McCabe index: 6 number of parameters: 0 id: 1308 unit: public static Action fromCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java start line: 56 end line: 73 size: 18 LOC McCabe index: 7 number of parameters: 1 id: 1309 unit: public Optional get() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 203 end line: 223 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 1310 unit: public static Condition convContains2Relation() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 547 end line: 567 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 1311 unit: private static Number predicateNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 964 end line: 984 size: 18 LOC McCabe index: 6 number of parameters: 1 id: 1312 unit: public PathSet findPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java start line: 35 end line: 57 size: 18 LOC McCabe index: 6 number of parameters: 4 id: 1313 unit: private PathSet linkPathLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 157 end line: 175 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 1314 unit: protected Iterator edgesOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 176 end line: 195 size: 18 LOC McCabe index: 5 number of parameters: 4 id: 1315 unit: private void fillFilterBySortKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 240 end line: 260 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 1316 unit: public static Iterator skipSuperNodeIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 400 end line: 417 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 1317 unit: public void run() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 272 end line: 296 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 1318 unit: private long updateComponentIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 176 end line: 193 size: 18 LOC McCabe index: 5 number of parameters: 3 id: 1319 unit: protected GraphTraversal constructSource() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java start line: 74 end line: 95 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 1320 unit: protected void backtrack() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 126 end line: 145 size: 18 LOC McCabe index: 4 number of parameters: 3 id: 1321 unit: protected GraphTraversal groupPathByEndpoints() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java start line: 99 end line: 118 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 1322 unit: public V execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java start line: 45 end line: 63 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 1323 unit: public V execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java start line: 49 end line: 67 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 1324 unit: private Map readSubConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 168 end line: 188 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 1325 unit: protected List sortValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 163 end line: 180 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 1326 unit: public Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 335 end line: 353 size: 18 LOC McCabe index: 4 number of parameters: 1 id: 1327 unit: public static final Object getLabelValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 496 end line: 513 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 1328 unit: public void testMergeWithCounter() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 126 end line: 150 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1329 unit: public void testEdgeForPartition() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java start line: 110 end line: 130 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1330 unit: public void testAllocate() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 49 end line: 70 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1331 unit: public void testHanlpAnalyzer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 70 end line: 92 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1332 unit: public void testJiebaAnalyzer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 107 end line: 127 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1333 unit: public void testJcsegAnalyzer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 130 end line: 150 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1334 unit: public void testMMSeg4JAnalyzer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 153 end line: 173 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1335 unit: public void testToStringOfIdRangeQuery() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java start line: 126 end line: 145 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1336 unit: public void testFlattenWithAndTree() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 89 end line: 107 size: 18 LOC McCabe index: 2 number of parameters: 0 id: 1337 unit: private static String runGremlinJob() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 295 end line: 312 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 1338 unit: public void testStringIdMapping() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java start line: 61 end line: 80 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 1339 unit: public void testUUIDIdMapping() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java start line: 83 end line: 102 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 1340 unit: public void testInt2IntsMapContainsKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java start line: 137 end line: 156 size: 18 LOC McCabe index: 5 number of parameters: 0 id: 1341 unit: public void testZipCompress() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java start line: 43 end line: 63 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1342 unit: public void testWriteReadString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java start line: 33 end line: 54 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1343 unit: public void testMatchUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 223 end line: 243 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1344 unit: public void testListAllBelong() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 744 end line: 765 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1345 unit: public void testAddEdgeWithPropSetAndOverridProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 356 end line: 377 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1346 unit: public void testAddEdgeToSameVerticesWithMultiTimes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 380 end line: 401 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1347 unit: public void testQueryAllEdges() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1721 end line: 1745 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1348 unit: public void testQueryAllEdgesWithGraphAPI() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1748 end line: 1772 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1349 unit: public void testQueryEdgesByIdWithGraphAPIAndNotCommittedRemoved() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2706 end line: 2727 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1350 unit: public void testQueryEdgesByLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2812 end line: 2836 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1351 unit: public void testQueryCountAsCondition() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5389 end line: 5409 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1352 unit: public void testAddEdgeProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5742 end line: 5763 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1353 unit: public void testUpdateEdgePropertyOfNewEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6026 end line: 6046 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1354 unit: public void testRemoveEdgePropertyNonNullWithIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6863 end line: 6881 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1355 unit: public void testAddIndexLabelByUndefinedProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 315 end line: 335 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1356 unit: public void testAddIndexLabelByNotBelongedProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 338 end line: 358 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1357 unit: public void testCreateTime() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1755 end line: 1775 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1358 unit: public void testAddVertexWithPropertySet() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 564 end line: 584 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1359 unit: public void testAddVertexWithSecondaryIndexAndTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1246 end line: 1268 size: 18 LOC McCabe index: 2 number of parameters: 0 id: 1360 unit: public void testQueryAllWithLimitAfterUncommittedInsert() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2806 end line: 2839 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1361 unit: public void testUpdate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java start line: 122 end line: 139 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 1362 unit: public void testDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java start line: 142 end line: 160 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 1363 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java start line: 164 end line: 183 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1364 unit: public void testDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java start line: 119 end line: 137 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1365 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java start line: 45 end line: 62 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1366 unit: protected static List readList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 577 end line: 594 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 1367 unit: public void testAddGraphs() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 151 end line: 169 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1368 unit: private void addGraphsToProject() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 234 end line: 251 size: 18 LOC McCabe index: 2 number of parameters: 2 id: 1369 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java start line: 42 end line: 71 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1370 unit: public BackendEntry writeIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java start line: 37 end line: 58 size: 18 LOC McCabe index: 5 number of parameters: 1 id: 1371 unit: protected String orderByKeys() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 131 end line: 149 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 1372 unit: protected BackendEntry mergeEntries() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 268 end line: 291 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 1373 unit: protected BackendEntry mergeEntries() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 316 end line: 335 size: 18 LOC McCabe index: 6 number of parameters: 2 id: 1374 unit: private Map getBasicMetrics() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java start line: 48 end line: 68 size: 18 LOC McCabe index: 1 number of parameters: 0 id: 1375 unit: public String writeCrosspoints() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 265 end line: 282 size: 18 LOC McCabe index: 3 number of parameters: 3 id: 1376 unit: private void loadGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 368 end line: 391 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 1377 unit: public static boolean match() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 373 end line: 393 size: 18 LOC McCabe index: 6 number of parameters: 3 id: 1378 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 363 end line: 381 size: 18 LOC McCabe index: 3 number of parameters: 2 id: 1379 unit: public String name() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 146 end line: 166 size: 18 LOC McCabe index: 3 number of parameters: 0 id: 1380 unit: public static GremlinRequest fromJson() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 187 end line: 205 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 1381 unit: public int test() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 61 end line: 87 size: 18 LOC McCabe index: 2 number of parameters: 1 id: 1382 unit: protected void createTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 625 end line: 645 size: 18 LOC McCabe index: 4 number of parameters: 4 id: 1383 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 270 end line: 288 size: 18 LOC McCabe index: 1 number of parameters: 1 id: 1384 unit: public CassandraMetrics() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 64 end line: 82 size: 18 LOC McCabe index: 2 number of parameters: 3 id: 1385 unit: private RocksIterator allocIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 79 end line: 109 size: 18 LOC McCabe index: 4 number of parameters: 0 id: 1386 unit: public void resumeSnapshot() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 266 end line: 292 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 1387 unit: public Pair keyRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 826 end line: 843 size: 18 LOC McCabe index: 3 number of parameters: 1 id: 1388 unit: public boolean hasNext() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1179 end line: 1202 size: 18 LOC McCabe index: 5 number of parameters: 0 id: 1389 unit: public void createPreSplitTable() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 232 end line: 248 size: 17 LOC McCabe index: 3 number of parameters: 3 id: 1390 unit: public RowIterator get() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 707 end line: 725 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 1391 unit: private void dump() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 799 end line: 815 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 1392 unit: public void delete() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 251 end line: 273 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 1393 unit: protected BackendEntryIterator newEntryIterator() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 269 end line: 286 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 1394 unit: public VertexLabel() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 192 end line: 209 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 1395 unit: public void close() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java start line: 40 end line: 56 size: 17 LOC McCabe index: 5 number of parameters: 0 id: 1396 unit: public WhereBuilder and() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 130 end line: 147 size: 17 LOC McCabe index: 3 number of parameters: 3 id: 1397 unit: protected List buildColumnsParams() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 266 end line: 282 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 1398 unit: public static BytesBuffer decompress() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java start line: 53 end line: 70 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 1399 unit: public void await() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 178 end line: 196 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 1400 unit: public Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 192 end line: 214 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 1401 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java start line: 42 end line: 62 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 1402 unit: public void merge() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 223 end line: 239 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 1403 unit: private void parseColumn() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 244 end line: 266 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 1404 unit: public BackendEntry writePropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 659 end line: 675 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 1405 unit: private String writeEdgeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 752 end line: 770 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 1406 unit: private BinaryBackendEntry formatILDeletion() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 808 end line: 824 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 1407 unit: public BinaryBackendEntry writeEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1058 end line: 1074 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 1408 unit: private static Relation shardFieldValuesCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1382 end line: 1399 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 1409 unit: private static Object toCollectionIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1455 end line: 1471 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 1410 unit: private boolean deletedByError() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1915 end line: 1931 size: 17 LOC McCabe index: 5 number of parameters: 3 id: 1411 unit: private void checkNonnullProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1571 end line: 1588 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 1412 unit: public ConditionQuery query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 89 end line: 107 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 1413 unit: public boolean mayHasDupKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 584 end line: 601 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 1414 unit: public Iterator keepInputOrderIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 99 end line: 133 size: 17 LOC McCabe index: 6 number of parameters: 1 id: 1415 unit: public Query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 81 end line: 102 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 1416 unit: private static Condition convNotin2And() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 165 end line: 181 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 1417 unit: public static HugeType tableType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 98 end line: 125 size: 17 LOC McCabe index: 7 number of parameters: 1 id: 1418 unit: protected long skipOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 163 end line: 182 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 1419 unit: private Future onApplyFollower() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 125 end line: 143 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 1420 unit: private boolean exportToFile() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 161 end line: 179 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 1421 unit: public Object serialValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 248 end line: 264 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 1422 unit: public PropertyKey create() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 156 end line: 182 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 1423 unit: public VertexLabelBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 79 end line: 95 size: 17 LOC McCabe index: 1 number of parameters: 3 id: 1424 unit: private void checkStableVars() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 531 end line: 547 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 1425 unit: public IndexLabelBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 82 end line: 99 size: 17 LOC McCabe index: 1 number of parameters: 3 id: 1426 unit: public void serverStarted() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 270 end line: 292 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 1427 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1532 end line: 1550 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 1428 unit: public static void extractHasContainer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 165 end line: 181 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 1429 unit: private Iterator skipSuperNodeIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 217 end line: 233 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 1430 unit: private static boolean hasMultiEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 82 end line: 98 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 1431 unit: public Map jaccardSimilars() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java start line: 69 end line: 88 size: 17 LOC McCabe index: 3 number of parameters: 4 id: 1432 unit: protected void processOneForForward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 195 end line: 216 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 1433 unit: public void initSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 776 end line: 797 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 1434 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 79 end line: 95 size: 17 LOC McCabe index: 1 number of parameters: 2 id: 1435 unit: private void defineSchemaOfPassN() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 124 end line: 141 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 1436 unit: private boolean allMembersExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 545 end line: 561 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 1437 unit: private static void mergeKcores() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 150 end line: 171 size: 17 LOC McCabe index: 5 number of parameters: 2 id: 1438 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 66 end line: 83 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 1439 unit: protected V execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 443 end line: 459 size: 17 LOC McCabe index: 3 number of parameters: 2 id: 1440 unit: protected void backtrack() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 124 end line: 144 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 1441 unit: private boolean needAddIdToLoadGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 303 end line: 319 size: 17 LOC McCabe index: 8 number of parameters: 0 id: 1442 unit: public void testCounterWithMultiTypes() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java start line: 61 end line: 80 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 1443 unit: public void testDeleteByPrefix() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 423 end line: 444 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1444 unit: public void testDeleteByRangeWithBytes() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 481 end line: 502 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1445 unit: public void testDeleteSingle() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 591 end line: 615 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 1446 unit: public void testCompact() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 618 end line: 639 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1447 unit: public void testMerge() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java start line: 64 end line: 82 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1448 unit: public void testColumn() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java start line: 74 end line: 92 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1449 unit: public void testLocksTable() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 62 end line: 82 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1450 unit: public void testFlattenWithIn() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 222 end line: 241 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 1451 unit: public void testStopWatchRateLimiterWithIdle() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java start line: 148 end line: 170 size: 17 LOC McCabe index: 2 number of parameters: 0 id: 1452 unit: public void testTarCompress() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java start line: 66 end line: 86 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1453 unit: private static void prepareFiles() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java start line: 88 end line: 107 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 1454 unit: public void testPassword() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 65 end line: 83 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1455 unit: public void testAnd() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java start line: 89 end line: 108 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1456 unit: public void testEscapeAndWrapString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java start line: 42 end line: 59 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1457 unit: public void testConcatValues() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java start line: 74 end line: 91 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1458 unit: public void testGetGroup() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 380 end line: 400 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1459 unit: public void testDeleteGroup() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 430 end line: 450 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1460 unit: public void testGetTarget() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 549 end line: 569 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1461 unit: public void testDeleteTarget() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 598 end line: 618 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1462 unit: public void testAddEdgeWithPropSet() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 333 end line: 353 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1463 unit: public void testAddEdgeWithInvalidPropValueType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 605 end line: 625 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1464 unit: public void testQueryEdgesOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2929 end line: 2955 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1465 unit: public void testQueryInEdgesOfVertexByLabelAndFilter() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4577 end line: 4598 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1466 unit: public void testScanEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5160 end line: 5179 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 1467 unit: public void testRemoveEdgeAfterAddEdgeWithTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5678 end line: 5699 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1468 unit: public void testAddVertexLabelWithPrimaryKeyNotInProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 407 end line: 425 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1469 unit: public void testAddVertexLabelWithNullableKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 438 end line: 456 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1470 unit: public void testAddVertexLabelWithEnableLabelIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 517 end line: 536 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1471 unit: public void testAddVertexLabelWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 997 end line: 1016 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1472 unit: public void testEliminateVertexLabelWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 1039 end line: 1057 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1473 unit: public void testAddVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 190 end line: 210 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1474 unit: public void testQueryByIdWithGraphAPIAndNotCommittedUpdate() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3050 end line: 3070 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1475 unit: public void testQueryByLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3159 end line: 3178 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1476 unit: public void testQueryByTextContainsPropertyWithLeftIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4693 end line: 4717 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1477 unit: public void testAddVertexWithUniqueIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5854 end line: 5872 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1478 unit: public void testRemoveVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6007 end line: 6026 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1479 unit: public void testUpdateVertexPropertyOfAddingVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6625 end line: 6644 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1480 unit: public void testScanVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7544 end line: 7564 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 1481 unit: public void testQueryByPageWithInvalidLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7967 end line: 7987 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1482 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java start line: 40 end line: 56 size: 17 LOC McCabe index: 3 number of parameters: 0 id: 1483 unit: protected static void clearGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 494 end line: 511 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1484 unit: public VertexLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 76 end line: 93 size: 17 LOC McCabe index: 1 number of parameters: 0 id: 1485 unit: static HugeAuthenticator loadAuthenticator() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 130 end line: 149 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 1486 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java start line: 81 end line: 98 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 1487 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java start line: 82 end line: 99 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 1488 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 84 end line: 101 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 1489 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java start line: 82 end line: 99 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 1490 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java start line: 81 end line: 98 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 1491 unit: public static Id checkAndParseVertexId() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 330 end line: 346 size: 17 LOC McCabe index: 5 number of parameters: 1 id: 1492 unit: public R commit() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java start line: 62 end line: 79 size: 17 LOC McCabe index: 2 number of parameters: 4 id: 1493 unit: private static Vertex getVertex() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 397 end line: 414 size: 17 LOC McCabe index: 4 number of parameters: 3 id: 1494 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java start line: 93 end line: 112 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 1495 unit: public String update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 95 end line: 113 size: 17 LOC McCabe index: 2 number of parameters: 2 id: 1496 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 222 end line: 238 size: 17 LOC McCabe index: 2 number of parameters: 1 id: 1497 unit: private void inTransaction() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 159 end line: 176 size: 17 LOC McCabe index: 4 number of parameters: 2 id: 1498 unit: public void testInsertPerf() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 102 end line: 122 size: 17 LOC McCabe index: 1 number of parameters: 4 id: 1499 unit: private static void thread() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java start line: 74 end line: 97 size: 17 LOC McCabe index: 1 number of parameters: 1 id: 1500 unit: protected Clause condition2Cql() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 335 end line: 351 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 1501 unit: protected List idColumnValue() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 407 end line: 426 size: 17 LOC McCabe index: 3 number of parameters: 1 id: 1502 unit: protected BackendEntry mergeEntries() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 521 end line: 543 size: 17 LOC McCabe index: 6 number of parameters: 2 id: 1503 unit: public synchronized ColumnFamilyHandle waitForDrop() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 164 end line: 182 size: 17 LOC McCabe index: 4 number of parameters: 0 id: 1504 unit: public List property() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 225 end line: 241 size: 17 LOC McCabe index: 4 number of parameters: 1 id: 1505 unit: public boolean initialized() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 335 end line: 351 size: 16 LOC McCabe index: 5 number of parameters: 0 id: 1506 unit: public HbaseSchemaStore() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 451 end line: 469 size: 16 LOC McCabe index: 1 number of parameters: 4 id: 1507 unit: protected void parseRowColumns() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 192 end line: 212 size: 16 LOC McCabe index: 4 number of parameters: 4 id: 1508 unit: public String readVersion() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 114 end line: 129 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 1509 unit: private MysqlBackendEntry row2Entry() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 139 end line: 154 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 1510 unit: public Number queryNumber() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 436 end line: 452 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 1511 unit: public IntSetBySegments() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 78 end line: 100 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 1512 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 217 end line: 234 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 1513 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 250 end line: 267 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 1514 unit: public IntMapBySegments() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 89 end line: 111 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 1515 unit: public boolean putIfAbsent() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 313 end line: 329 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 1516 unit: public static String writeToFile() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ConfigUtil.java start line: 108 end line: 124 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 1517 unit: public static void registerFieldsToFilter() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java start line: 79 end line: 95 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 1518 unit: public static void registerMethodsToFilter() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java start line: 97 end line: 113 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 1519 unit: protected boolean property() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 85 end line: 100 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 1520 unit: public void checkFormat() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 90 end line: 105 size: 16 LOC McCabe index: 7 number of parameters: 0 id: 1521 unit: public void initSchemaIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 274 end line: 291 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 1522 unit: protected boolean property() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 109 end line: 124 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 1523 unit: public HugeUser matchUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 544 end line: 562 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 1524 unit: protected boolean property() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 196 end line: 211 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 1525 unit: private Iterator queryEntity() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 148 end line: 163 size: 16 LOC McCabe index: 3 number of parameters: 3 id: 1526 unit: public Map writePropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java start line: 89 end line: 105 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 1527 unit: public static void register() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 45 end line: 64 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 1528 unit: public BackendEntry writeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 356 end line: 376 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 1529 unit: public BackendEntry writeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 304 end line: 323 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 1530 unit: public BackendEntry writePropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 453 end line: 468 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 1531 unit: protected void parseIndexName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 369 end line: 385 size: 16 LOC McCabe index: 5 number of parameters: 5 id: 1532 unit: private BinaryId writeEdgeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 826 end line: 841 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 1533 unit: public IndexLabel readIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1146 end line: 1162 size: 16 LOC McCabe index: 1 number of parameters: 2 id: 1534 unit: public BytesBuffer writeVInt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 412 end line: 429 size: 16 LOC McCabe index: 9 number of parameters: 1 id: 1535 unit: public BinaryEntryIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java start line: 36 end line: 54 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 1536 unit: private IdHolderList doSearchIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 508 end line: 526 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 1537 unit: public Iterator queryVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 798 end line: 817 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 1538 unit: private void removeLeftIndexIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1661 end line: 1676 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 1539 unit: public static IdType valueOfPrefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java start line: 69 end line: 84 size: 16 LOC McCabe index: 6 number of parameters: 1 id: 1540 unit: public static String writeStoredString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java start line: 29 end line: 44 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 1541 unit: public static T one() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 238 end line: 253 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 1542 unit: private static boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 169 end line: 185 size: 16 LOC McCabe index: 6 number of parameters: 2 id: 1543 unit: protected boolean sameQueryExceptKeyIN() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java start line: 66 end line: 82 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 1544 unit: public final BackendSession getOrNewSession() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 57 end line: 72 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 1545 unit: public TableDefine column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java start line: 49 end line: 66 size: 16 LOC McCabe index: 5 number of parameters: 2 id: 1546 unit: public BackendEntry next() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 64 end line: 85 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 1547 unit: private RpcServer initAndStartRpcServer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 374 end line: 390 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1548 unit: public List listPeers() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java start line: 58 end line: 74 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 1549 unit: public static void register() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java start line: 87 end line: 108 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 1550 unit: public HugeType queryType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 83 end line: 98 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 1551 unit: public T newValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 171 end line: 188 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 1552 unit: public VertexLabelBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 62 end line: 77 size: 16 LOC McCabe index: 1 number of parameters: 3 id: 1553 unit: public IndexLabel create() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 251 end line: 276 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 1554 unit: public void initBackend() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 349 end line: 371 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1555 unit: public void clearBackend() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 374 end line: 392 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1556 unit: protected final Path linkPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 150 end line: 168 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 1557 unit: protected OltpTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 45 end line: 60 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 1558 unit: public List multiNodeShortestPathConcurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java start line: 67 end line: 83 size: 16 LOC McCabe index: 2 number of parameters: 4 id: 1559 unit: public void closeScheduler() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 97 end line: 125 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 1560 unit: public boolean cancel() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 299 end line: 319 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 1561 unit: public static HugeTask fromVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 612 end line: 628 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 1562 unit: private void defineSchemaOfPk() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 105 end line: 122 size: 16 LOC McCabe index: 3 number of parameters: 0 id: 1563 unit: public Object sysprop() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 574 end line: 589 size: 16 LOC McCabe index: 5 number of parameters: 1 id: 1564 unit: public Set segment() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java start line: 44 end line: 59 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 1565 unit: public static void main() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java start line: 41 end line: 61 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 1566 unit: public void testCounterWithMutiThreads() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java start line: 83 end line: 102 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 1567 unit: private Id nextId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java start line: 104 end line: 123 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 1568 unit: public void testAnsjAnalyzer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 49 end line: 67 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1569 unit: public void testHugeResourceFilterProject() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 559 end line: 577 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1570 unit: public void testFlattenWithAnd() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 45 end line: 61 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 1571 unit: public void testFlattenWithOr() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 110 end line: 126 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 1572 unit: protected static final void runWithThreads() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java start line: 63 end line: 78 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 1573 unit: private void testIntSetConcurrent() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 158 end line: 174 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 1574 unit: public void testIntFixedMapConcurrent() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 151 end line: 168 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 1575 unit: public void testIntFixedMapBySegmentsConcurrent() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 171 end line: 188 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 1576 unit: public void testIntFixedMapBySegmentsKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 316 end line: 334 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 1577 unit: public void testIntFixedMapBySegmentsValues() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 366 end line: 384 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 1578 unit: public void testIntObjectMap() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java start line: 327 end line: 344 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1579 unit: public void testInt2IntsMapSize() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java start line: 159 end line: 176 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 1580 unit: public void testWriteAsciiString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 158 end line: 174 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1581 unit: public void testParseReplicaWithNetworkTopologyStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 71 end line: 89 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1582 unit: public void testAddEdgeWithLargeSortkey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 461 end line: 479 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1583 unit: public void testQueryAllWithOffsetAndLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1965 end line: 1986 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1584 unit: public void testQueryAllWithIllegalOffsetOrLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2023 end line: 2042 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1585 unit: public void testQueryCountOfAdjacentEdges() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5366 end line: 5386 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1586 unit: public void testRemoveEdgeNotExists() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5473 end line: 5493 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1587 unit: public void testQueryEdgeByPageWithInvalidPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7229 end line: 7249 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1588 unit: public void testDuplicatePropertyKeyWithIdentityProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 679 end line: 694 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1589 unit: public void testAppendVertexLabelWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 1019 end line: 1036 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1590 unit: public void testAddEdgeLabelSortKeyNotInProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 270 end line: 286 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1591 unit: public void testCreateIndexLabelWithNameExistWithIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 691 end line: 706 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1592 unit: public void testCreateIndexLabelWithIdExistInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 709 end line: 724 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1593 unit: public void testAddVertexWithInvalidPropertyValueOfLong() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 257 end line: 274 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1594 unit: public void testAddVertexWithInvalidPropertyValueOfFloat() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 277 end line: 296 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1595 unit: public void testAddVertexWithCustomizeNumberIdStrategyWithoutValidId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1078 end line: 1098 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1596 unit: public void testQueryAllWithOffsetAndLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2902 end line: 2923 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1597 unit: public void testQueryAllWithIllegalOffsetOrLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2960 end line: 2979 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1598 unit: public void testQueryByIntPropUsingInsideWithMultiResults() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3648 end line: 3672 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1599 unit: public void testQueryByIntPropUsingBetweenWithNonResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3798 end line: 3822 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1600 unit: public void testQueryWithMultiLayerConditions() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4757 end line: 4776 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 1601 unit: public void testQueryByJointIndexesOnlyWithCompositeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5052 end line: 5069 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1602 unit: public void testQueryComplexIndexedPropertyByEqualAll() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7737 end line: 7754 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1603 unit: public void testQueryComplexIndexedPropertyByNotEqualAll() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7757 end line: 7774 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1604 unit: public void testQueryByPageWithInvalidPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7915 end line: 7935 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1605 unit: public void testQueryByPageWithtUncommittedRecords() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8070 end line: 8088 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1606 unit: private static Configuration buildConfig() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 385 end line: 402 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 1607 unit: public void testCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java start line: 43 end line: 59 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1608 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java start line: 82 end line: 98 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1609 unit: public void testDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java start line: 138 end line: 154 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1610 unit: protected static int initIndexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 296 end line: 312 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1611 unit: protected static String getVertexId() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 476 end line: 492 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 1612 unit: public void testDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java start line: 108 end line: 124 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1613 unit: public static PropertiesConfiguration getConf() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java start line: 87 end line: 103 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 1614 unit: public void increaseCounter() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 112 end line: 127 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 1615 unit: private boolean supportRoleStateWorker() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 496 end line: 513 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 1616 unit: private void listenChanges() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 552 end line: 567 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1617 unit: private HugeGraph createGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 583 end line: 604 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 1618 unit: public void channelRead() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java start line: 63 end line: 78 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 1619 unit: private void listenChanges() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 66 end line: 81 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1620 unit: private void removeGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 143 end line: 158 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 1621 unit: public void start() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java start line: 59 end line: 77 size: 16 LOC McCabe index: 2 number of parameters: 0 id: 1622 unit: public Response doGetRequest() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java start line: 60 end line: 75 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 1623 unit: public String backend() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 80 end line: 95 size: 16 LOC McCabe index: 3 number of parameters: 1 id: 1624 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 107 end line: 124 size: 16 LOC McCabe index: 2 number of parameters: 3 id: 1625 unit: public Object list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 73 end line: 90 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 1626 unit: public static APIProfile parse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 175 end line: 190 size: 16 LOC McCabe index: 4 number of parameters: 2 id: 1627 unit: private void compress() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java start line: 72 end line: 93 size: 16 LOC McCabe index: 2 number of parameters: 1 id: 1628 unit: public Number queryNumber() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 112 end line: 128 size: 16 LOC McCabe index: 2 number of parameters: 2 id: 1629 unit: protected Delete buildDelete() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 599 end line: 623 size: 16 LOC McCabe index: 4 number of parameters: 1 id: 1630 unit: public BackendEntry writeOlapVertex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 150 end line: 166 size: 16 LOC McCabe index: 1 number of parameters: 1 id: 1631 unit: public void delete() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 752 end line: 769 size: 16 LOC McCabe index: 3 number of parameters: 2 id: 1632 unit: protected static void appendCounterMetrics() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 186 end line: 205 size: 16 LOC McCabe index: 3 number of parameters: 5 id: 1633 unit: public SplitCallable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java start line: 273 end line: 291 size: 16 LOC McCabe index: 5 number of parameters: 3 id: 1634 unit: private void registerMetaHandlers() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 121 end line: 138 size: 16 LOC McCabe index: 1 number of parameters: 0 id: 1635 unit: protected synchronized void doClose() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 213 end line: 229 size: 16 LOC McCabe index: 4 number of parameters: 0 id: 1636 unit: public long storeSize() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 306 end line: 325 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1637 unit: protected void insertOrUpdate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 182 end line: 197 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 1638 unit: protected final String buildUpdateTemplate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 199 end line: 215 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1639 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 314 end line: 330 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1640 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 345 end line: 361 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1641 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 352 end line: 367 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1642 unit: public static UUID uuid() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 161 end line: 176 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1643 unit: public static String hugeType2Group() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 207 end line: 221 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1644 unit: public static BytesBuffer compress() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java start line: 40 end line: 55 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 1645 unit: private boolean matchProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 192 end line: 207 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1646 unit: protected boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 209 end line: 223 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1647 unit: public void initSchemaIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 204 end line: 221 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 1648 unit: public String loginUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 629 end line: 645 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 1649 unit: protected void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 76 end line: 90 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 1650 unit: protected Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 176 end line: 194 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 1651 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java start line: 54 end line: 70 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 1652 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 92 end line: 116 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1653 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 523 end line: 537 size: 15 LOC McCabe index: 2 number of parameters: 3 id: 1654 unit: public static PageInfo fromBytes() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 85 end line: 100 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1655 unit: protected PageResults fetchNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 101 end line: 120 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 1656 unit: private String formatEdgeValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 196 end line: 213 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 1657 unit: public BinaryBackendEntry writeVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1020 end line: 1034 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 1658 unit: public BytesBuffer writeStringWithEnding() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 337 end line: 364 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1659 unit: public BinaryId parseId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 771 end line: 791 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 1660 unit: public Collection columnsWithPrefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 116 end line: 130 size: 15 LOC McCabe index: 3 number of parameters: 3 id: 1661 unit: public Collection columnsWithRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 132 end line: 146 size: 15 LOC McCabe index: 2 number of parameters: 4 id: 1662 unit: public TextBackendEntry copyHead() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 329 end line: 345 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1663 unit: public boolean mergeable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 276 end line: 290 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1664 unit: private Set segmentWords() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 871 end line: 899 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1665 unit: private void commitPartOfEdgeDeletions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 485 end line: 503 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 1666 unit: public Iterator queryAdjacentVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 701 end line: 716 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1667 unit: private HugeVertex parseEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1926 end line: 1944 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1668 unit: protected T getSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 452 end line: 468 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 1669 unit: private BackendEntry serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 549 end line: 563 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1670 unit: private T deserialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 566 end line: 580 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 1671 unit: public void checkSchemaName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 582 end line: 598 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 1672 unit: private static Id asyncRun() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 665 end line: 683 size: 15 LOC McCabe index: 2 number of parameters: 4 id: 1673 unit: public static IdType idType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 106 end line: 120 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1674 unit: public static Id readString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java start line: 78 end line: 92 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1675 unit: public static SnowflakeIdGenerator init() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java start line: 41 end line: 55 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1676 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 541 end line: 568 size: 15 LOC McCabe index: 7 number of parameters: 1 id: 1677 unit: public void copyBasic() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 104 end line: 118 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 1678 unit: private static ExecutorService newPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 446 end line: 460 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 1679 unit: public Iterator query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 329 end line: 346 size: 15 LOC McCabe index: 4 number of parameters: 3 id: 1680 unit: private boolean hasSameProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 104 end line: 126 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1681 unit: public Date valueToDate() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 146 end line: 160 size: 15 LOC McCabe index: 6 number of parameters: 1 id: 1682 unit: public HugeGraphStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 54 end line: 70 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1683 unit: private Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 103 end line: 121 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1684 unit: private Iterator edges() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 123 end line: 142 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1685 unit: private Iterator flatMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java start line: 96 end line: 110 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1686 unit: public static void extractHasContainer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 183 end line: 197 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 1687 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 116 end line: 130 size: 15 LOC McCabe index: 1 number of parameters: 8 id: 1688 unit: public DoubleWayMultiPathsRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 45 end line: 60 size: 15 LOC McCabe index: 1 number of parameters: 4 id: 1689 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 115 end line: 129 size: 15 LOC McCabe index: 1 number of parameters: 8 id: 1690 unit: public List multiNodeShortestPathSingle() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java start line: 85 end line: 99 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 1691 unit: public double jaccardSimilarity() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java start line: 42 end line: 58 size: 15 LOC McCabe index: 1 number of parameters: 5 id: 1692 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 104 end line: 121 size: 15 LOC McCabe index: 2 number of parameters: 8 id: 1693 unit: public double adamicAdar() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java start line: 35 end line: 50 size: 15 LOC McCabe index: 4 number of parameters: 6 id: 1694 unit: public double resourceAllocation() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java start line: 52 end line: 67 size: 15 LOC McCabe index: 4 number of parameters: 6 id: 1695 unit: private void closeTaskTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 127 end line: 142 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1696 unit: protected synchronized boolean status() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 415 end line: 429 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1697 unit: public void reScheduleIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 89 end line: 105 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1698 unit: private Object executeBatchJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 188 end line: 204 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 1699 unit: public boolean close() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 89 end line: 104 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1700 unit: private HugeServerInfo removeServerInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 344 end line: 358 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1701 unit: public void initSchemaIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 259 end line: 276 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 1702 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 62 end line: 76 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 1703 unit: private void insertNewCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 209 end line: 225 size: 15 LOC McCabe index: 2 number of parameters: 6 id: 1704 unit: private double modularity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 630 end line: 646 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 1705 unit: private long initRankMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 181 end line: 196 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1706 unit: private Void runAndDone() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 88 end line: 103 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1707 unit: private SchemaElement schemaElement() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java start line: 176 end line: 190 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 1708 unit: public Property property() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 199 end line: 216 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 1709 unit: public Set segment() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java start line: 54 end line: 68 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1710 unit: protected void clearAll() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 101 end line: 121 size: 15 LOC McCabe index: 4 number of parameters: 1 id: 1711 unit: public void testScanByPrefix() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 156 end line: 173 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1712 unit: public void testScanByPrefixAfterUpdate() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 234 end line: 250 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 1713 unit: public void testCopySessions() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java start line: 139 end line: 158 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1714 unit: public void testSerializer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java start line: 36 end line: 53 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1715 unit: public void testColumnOfMap() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java start line: 95 end line: 112 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1716 unit: public void testColumnWithCardinalityList() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java start line: 129 end line: 146 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1717 unit: public void testColumnWithCardinalitySet() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java start line: 149 end line: 166 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1718 unit: public void testValueToNumber() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java start line: 47 end line: 63 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1719 unit: public void testInsertAndInsertEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 51 end line: 67 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1720 unit: public void testDeleteAndInsertEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 106 end line: 122 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1721 unit: public void testHugeResourceFilter() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 371 end line: 390 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1722 unit: public void testRowLockWithMultiThreads() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java start line: 61 end line: 78 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 1723 unit: public void testRowLockWithMultiThreadsWithRandomKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java start line: 81 end line: 98 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 1724 unit: public void testInt2IntsMapRandom() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java start line: 118 end line: 134 size: 15 LOC McCabe index: 4 number of parameters: 0 id: 1725 unit: public void testParseReplicaWithSimpleStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 51 end line: 68 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1726 unit: public void testEdgeIdEqual() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java start line: 47 end line: 61 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1727 unit: public void testEdgeIdEqualWithDirection() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java start line: 64 end line: 78 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1728 unit: public void testCollectionContainsEdgeId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java start line: 81 end line: 97 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1729 unit: public void testCollectionContainsEdgeIdWithDirection() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java start line: 100 end line: 116 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1730 unit: public void testListAllUsers() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 183 end line: 200 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1731 unit: public void testListAllGroups() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 360 end line: 377 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1732 unit: public void testListAllTargets() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 529 end line: 546 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1733 unit: public void testQueryEdgesByIdWithGraphAPIAndNotCommittedUpdate() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2685 end line: 2703 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1734 unit: public void testRemoveEdgePropertyNonNullWithoutIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6901 end line: 6916 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1735 unit: private void init100LookEdges() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7466 end line: 7485 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1736 unit: public void testAppendPropertyKeyWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 597 end line: 613 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1737 unit: public void testEliminatePropertyKeyWithUserdata() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 616 end line: 632 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1738 unit: protected V propertySet() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 215 end line: 230 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 1739 unit: public void testAddVertexWithCustomizeIdStrategyAndNotPassedPk() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 293 end line: 309 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1740 unit: public void testAppendVertexLabelWithUndefinedNullableKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 637 end line: 653 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1741 unit: public void testAddEdgeLabelWithNotExistProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 174 end line: 189 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1742 unit: public void testAddEdgeLabelMultipleWithoutSortKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 252 end line: 267 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1743 unit: public static void clear() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 73 end line: 88 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1744 unit: private void clearSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 130 end line: 148 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1745 unit: public void testAddVertexWithInvalidPropertyValueOfDouble() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 299 end line: 316 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1746 unit: public void testAddVertexWithTtl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1194 end line: 1211 size: 15 LOC McCabe index: 2 number of parameters: 0 id: 1747 unit: public void testQueryByIntPropWithDifferentDataType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3467 end line: 3484 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1748 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java start line: 101 end line: 116 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1749 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java start line: 45 end line: 59 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1750 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java start line: 46 end line: 60 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1751 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java start line: 45 end line: 59 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1752 unit: protected static void waitTaskStatus() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 556 end line: 570 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 1753 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java start line: 50 end line: 65 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1754 unit: public void testDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java start line: 84 end line: 99 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1755 unit: public void testDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java start line: 73 end line: 88 size: 15 LOC McCabe index: 1 number of parameters: 0 id: 1756 unit: public PaloLoadInfo() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 40 end line: 54 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 1757 unit: private void restoreSessionInfo() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 72 end line: 88 size: 15 LOC McCabe index: 5 number of parameters: 2 id: 1758 unit: private void loadThenDelete() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 294 end line: 311 size: 15 LOC McCabe index: 1 number of parameters: 1 id: 1759 unit: public void serialize() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 141 end line: 155 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 1760 unit: public String writePaths() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 247 end line: 262 size: 15 LOC McCabe index: 3 number of parameters: 4 id: 1761 unit: public UserWithRole validateUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1535 end line: 1551 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 1762 unit: public HugeTarget build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java start line: 159 end line: 173 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1763 unit: public String login() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java start line: 66 end line: 81 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 1764 unit: public HugeAccess build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java start line: 173 end line: 187 size: 15 LOC McCabe index: 5 number of parameters: 1 id: 1765 unit: private HugeProject buildRemoveGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 225 end line: 239 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 1766 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 287 end line: 302 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 1767 unit: private static File getConfigFile() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherManager.java start line: 86 end line: 100 size: 15 LOC McCabe index: 3 number of parameters: 1 id: 1768 unit: public Object create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 126 end line: 140 size: 15 LOC McCabe index: 2 number of parameters: 2 id: 1769 unit: public Map transferLeader() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java start line: 108 end line: 123 size: 15 LOC McCabe index: 1 number of parameters: 2 id: 1770 unit: private String getTranslatorDefinition() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 290 end line: 306 size: 15 LOC McCabe index: 2 number of parameters: 1 id: 1771 unit: protected static CassandraBackendEntry row2Entry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 421 end line: 437 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 1772 unit: private static Statement setTtl() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 974 end line: 988 size: 15 LOC McCabe index: 3 number of parameters: 2 id: 1773 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 340 end line: 362 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1774 unit: public void rollbackTx() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 455 end line: 475 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1775 unit: public void commitTx() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 677 end line: 692 size: 15 LOC McCabe index: 3 number of parameters: 0 id: 1776 unit: public RocksDBSchemaStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 944 end line: 960 size: 15 LOC McCabe index: 1 number of parameters: 3 id: 1777 unit: private void ingestExternalFile() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 365 end line: 380 size: 15 LOC McCabe index: 5 number of parameters: 0 id: 1778 unit: private void checkBatchResults() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 486 end line: 499 size: 14 LOC McCabe index: 5 number of parameters: 2 id: 1779 unit: public void remove() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 636 end line: 651 size: 14 LOC McCabe index: 2 number of parameters: 5 id: 1780 unit: protected void parseProperties() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 131 end line: 150 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1781 unit: public PropertyKey() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 250 end line: 264 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1782 unit: public void dropDatabase() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 122 end line: 136 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 1783 unit: public boolean existsDatabase() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 138 end line: 151 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 1784 unit: public void clear() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 391 end line: 408 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 1785 unit: public Integer commit() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 427 end line: 448 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 1786 unit: public static BytesBuffer compress() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java start line: 37 end line: 51 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 1787 unit: public static List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 81 end line: 94 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1788 unit: public static List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 96 end line: 109 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1789 unit: public static Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 137 end line: 150 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1790 unit: public static Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 152 end line: 165 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1791 unit: public static Map newMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 197 end line: 210 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1792 unit: public static Map newMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 212 end line: 225 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1793 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 133 end line: 146 size: 14 LOC McCabe index: 5 number of parameters: 0 id: 1794 unit: public IntIterator keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 168 end line: 181 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 1795 unit: public static void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 71 end line: 84 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1796 unit: public static void destroy() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 86 end line: 99 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1797 unit: public Consumers() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 65 end line: 79 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 1798 unit: private Void runAndDone() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 94 end line: 108 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 1799 unit: private void done() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 139 end line: 153 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 1800 unit: public void provide() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 162 end line: 176 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 1801 unit: public static ExecutorService newThreadPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 236 end line: 249 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1802 unit: private static boolean callFromWorkerWithClass() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 467 end line: 480 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 1803 unit: public void initSchemaIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 171 end line: 187 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1804 unit: public void initSchemaIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 173 end line: 189 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1805 unit: public HugeUser findUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 168 end line: 182 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 1806 unit: public void initSchemaIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 254 end line: 270 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1807 unit: public void initSchemaIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 232 end line: 248 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1808 unit: public static void registerCommonSerializers() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 150 end line: 168 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1809 unit: public RoleState transform() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 203 end line: 216 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 1810 unit: public void initSchemaIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardClusterRoleStore.java start line: 187 end line: 202 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1811 unit: private String formatPropertyValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 133 end line: 147 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 1812 unit: private void parseProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 175 end line: 189 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1813 unit: public BackendEntry writeIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 710 end line: 723 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1814 unit: public BackendEntry writeVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 198 end line: 212 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 1815 unit: protected void parseProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 198 end line: 215 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 1816 unit: protected Query writeQueryCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 705 end line: 722 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 1817 unit: private void require() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 159 end line: 176 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 1818 unit: public BytesBuffer writeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 526 end line: 540 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1819 unit: private void updateVertexOlapIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 172 end line: 185 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1820 unit: public void updateNameIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java start line: 46 end line: 62 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1821 unit: private Iterator joinTxVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1795 end line: 1810 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1822 unit: public static Id readStoredString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java start line: 46 end line: 59 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 1823 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 179 end line: 192 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1824 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 93 end line: 106 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 1825 unit: public void addIndexValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 733 end line: 746 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 1826 unit: public static QueryResults flatMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 218 end line: 235 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1827 unit: public boolean close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 135 end line: 148 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1828 unit: public InMemorySchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 258 end line: 272 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 1829 unit: private void addEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 183 end line: 196 size: 14 LOC McCabe index: 3 number of parameters: 4 id: 1830 unit: private void unZipFile() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 201 end line: 215 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 1831 unit: private static ExecutorService newFixedPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 232 end line: 245 size: 14 LOC McCabe index: 1 number of parameters: 4 id: 1832 unit: public RaftNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 56 end line: 70 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 1833 unit: public StoreCommand() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java start line: 37 end line: 50 size: 14 LOC McCabe index: 2 number of parameters: 4 id: 1834 unit: public void createSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 221 end line: 235 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1835 unit: private void waitRpc() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java start line: 153 end line: 166 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 1836 unit: public static BackendStoreProvider open() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java start line: 43 end line: 57 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 1837 unit: private void loadFromFile() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 144 end line: 159 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 1838 unit: public void addEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 220 end line: 234 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 1839 unit: public void copyFrom() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 122 end line: 135 size: 14 LOC McCabe index: 5 number of parameters: 1 id: 1840 unit: public String clazz() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 132 end line: 147 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 1841 unit: public VertexLabel eliminate() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 234 end line: 249 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1842 unit: public EdgeLabel eliminate() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 268 end line: 283 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1843 unit: public IndexLabelBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 67 end line: 80 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 1844 unit: public void registerRpcServices() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1124 end line: 1144 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 1845 unit: public void apply() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java start line: 48 end line: 70 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 1846 unit: public static void extractCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 254 end line: 267 size: 14 LOC McCabe index: 6 number of parameters: 2 id: 1847 unit: public boolean parentsContain() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 96 end line: 111 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 1848 unit: private Ranks contributeNewLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 201 end line: 214 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 1849 unit: public StandardTaskScheduler() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 87 end line: 103 size: 14 LOC McCabe index: 1 number of parameters: 4 id: 1850 unit: private TaskTransaction tx() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 119 end line: 140 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 1851 unit: public HugeTask findTask() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 524 end line: 537 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 1852 unit: private TaskManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 68 end line: 86 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1853 unit: private void checkPropertySize() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 639 end line: 653 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1854 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java start line: 63 end line: 76 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 1855 unit: private boolean allMembersExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 530 end line: 543 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1856 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java start line: 36 end line: 49 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1857 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java start line: 47 end line: 60 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 1858 unit: public Consumers() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 59 end line: 73 size: 14 LOC McCabe index: 2 number of parameters: 3 id: 1859 unit: public void provide() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 139 end line: 153 size: 14 LOC McCabe index: 4 number of parameters: 1 id: 1860 unit: public static ExecutorService newThreadPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 169 end line: 182 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1861 unit: protected static void removeSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java start line: 88 end line: 102 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 1862 unit: protected static void updateSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java start line: 110 end line: 123 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 1863 unit: protected void onUpdateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 234 end line: 247 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1864 unit: public HugeVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 74 end line: 89 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 1865 unit: protected void onUpdateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 482 end line: 500 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1866 unit: public Set segment() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java start line: 65 end line: 79 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 1867 unit: private static Analyzer customizedAnalyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java start line: 56 end line: 70 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1868 unit: public Set segment() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java start line: 75 end line: 88 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 1869 unit: public void dump() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java start line: 45 end line: 62 size: 14 LOC McCabe index: 5 number of parameters: 3 id: 1870 unit: public void testGet3Keys() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 94 end line: 110 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1871 unit: public void testPutAndGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 40 end line: 57 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1872 unit: public void testCopy() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java start line: 51 end line: 67 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1873 unit: public void testDecodePageWithInvalidStringPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java start line: 63 end line: 78 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1874 unit: public void testConditionAnd() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 616 end line: 629 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1875 unit: private static BackendEntry constructBackendEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 338 end line: 351 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1876 unit: public void testBuiltinNone() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 79 end line: 93 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1877 unit: public void testCollectionFactoryConstructor() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java start line: 54 end line: 70 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1878 unit: public void testTryAcquire() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java start line: 51 end line: 68 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1879 unit: public void testGetUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 203 end line: 220 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1880 unit: public void testValidateUserByNameAndPassword() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1387 end line: 1404 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1881 unit: public void testProjectRemoveGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1477 end line: 1490 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1882 unit: public void testUpdateEdgePropertyOfAddingEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6049 end line: 6065 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1883 unit: public void testRemoveEdgePropertyNullableWithIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6846 end line: 6860 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1884 unit: public void testRemoveEdgePropertyNullableWithoutIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6884 end line: 6898 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1885 unit: public void testQueryEdgeByPageWithInvalidLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7252 end line: 7268 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1886 unit: public void testAddVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 51 end line: 66 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1887 unit: public void testAddVertexLabelWith2PrimaryKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 339 end line: 354 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1888 unit: public void testAppendVertexLabelWithPkAsNullableProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 738 end line: 752 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1889 unit: public void testCreateTime() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 1126 end line: 1142 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1890 unit: public void testAddShardIndexLabelWithPrefixSecondaryIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1165 end line: 1182 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1891 unit: public void testAddVertexWithInvalidPropertyType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 213 end line: 229 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1892 unit: public void testQueryByPrimaryValuesAndProps() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3240 end line: 3256 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1893 unit: public void testQueryByIntPropWithMultiResults() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3434 end line: 3451 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1894 unit: public void testQueryByStringPropOfOverrideVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4796 end line: 4811 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1895 unit: public void testQueryWithTxNotCommittedById() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4832 end line: 4848 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1896 unit: public void testQueryWithTxNotCommittedUpdatedProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4895 end line: 4912 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1897 unit: public void testQueryByJointIndexesWithCompositeIndexIncludeOtherField() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5085 end line: 5100 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1898 unit: public void testAddVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6131 end line: 6147 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1899 unit: public void testQueryVertexWithNullablePropertyInCompositeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6531 end line: 6547 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1900 unit: public void testScanVertexWithoutSplitSize() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7631 end line: 7646 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1901 unit: public void testQueryComplexIndexedPropertyByEqualTwoPrefix() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7701 end line: 7716 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1902 unit: public void testQueryComplexIndexedPropertyByNotEqualTwoPrefix() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7719 end line: 7734 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1903 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java start line: 105 end line: 119 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1904 unit: public void testShareAndScan() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java start line: 71 end line: 88 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1905 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java start line: 46 end line: 59 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1906 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java start line: 46 end line: 59 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1907 unit: public void testPersonalRank() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java start line: 42 end line: 55 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1908 unit: public static Map assertArrayContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 632 end line: 645 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 1909 unit: public void testFileSerialize() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 208 end line: 221 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1910 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java start line: 75 end line: 89 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1911 unit: public HugeGraph createGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 175 end line: 190 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 1912 unit: public void close() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 269 end line: 282 size: 14 LOC McCabe index: 4 number of parameters: 0 id: 1913 unit: private void transferRoleWorkerConfig() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 393 end line: 406 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1914 unit: public HugeGraphAuthProxy() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 124 end line: 140 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1915 unit: public UserWithRole validateUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1554 end line: 1569 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 1916 unit: private String translate() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1689 end line: 1703 size: 14 LOC McCabe index: 3 number of parameters: 1 id: 1917 unit: private static Object matchedAction() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 320 end line: 335 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1918 unit: public static boolean match() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 343 end line: 359 size: 14 LOC McCabe index: 4 number of parameters: 2 id: 1919 unit: private void transferRoleWorkerConfig() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 145 end line: 158 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 1920 unit: public void injectTraversalSource() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 110 end line: 124 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 1921 unit: public void logout() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java start line: 89 end line: 105 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 1922 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 342 end line: 356 size: 14 LOC McCabe index: 2 number of parameters: 2 id: 1923 unit: private CypherClient client() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherAPI.java start line: 101 end line: 117 size: 14 LOC McCabe index: 6 number of parameters: 1 id: 1924 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java start line: 62 end line: 79 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1925 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java start line: 153 end line: 166 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1926 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java start line: 62 end line: 79 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1927 unit: public Map post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 78 end line: 92 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 1928 unit: public Map setLeader() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java start line: 132 end line: 146 size: 14 LOC McCabe index: 1 number of parameters: 2 id: 1929 unit: public Response toResponse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 170 end line: 183 size: 14 LOC McCabe index: 2 number of parameters: 1 id: 1930 unit: protected void testInsert() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java start line: 76 end line: 90 size: 14 LOC McCabe index: 3 number of parameters: 3 id: 1931 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java start line: 53 end line: 72 size: 14 LOC McCabe index: 1 number of parameters: 1 id: 1932 unit: private void registerMetaHandlers() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 92 end line: 106 size: 14 LOC McCabe index: 1 number of parameters: 0 id: 1933 unit: protected void initKeyspace() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 490 end line: 504 size: 14 LOC McCabe index: 2 number of parameters: 0 id: 1934 unit: private static void createSchemaIndexTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 64 end line: 77 size: 14 LOC McCabe index: 1 number of parameters: 3 id: 1935 unit: public Map compact() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 220 end line: 236 size: 14 LOC McCabe index: 3 number of parameters: 0 id: 1936 unit: public Number queryNumber() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 129 end line: 143 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1937 unit: public BackendColumnIterator get() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 994 end line: 1015 size: 14 LOC McCabe index: 3 number of parameters: 2 id: 1938 unit: public ScanIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1092 end line: 1111 size: 14 LOC McCabe index: 1 number of parameters: 5 id: 1939 unit: private void seek() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1204 end line: 1225 size: 14 LOC McCabe index: 7 number of parameters: 0 id: 1940 unit: public void enableTable() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 262 end line: 275 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1941 unit: void remove() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 356 end line: 388 size: 13 LOC McCabe index: 2 number of parameters: 5 id: 1942 unit: default R scan() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 400 end line: 414 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 1943 unit: protected R queryByRange() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 255 end line: 267 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 1944 unit: public Map compact() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java start line: 73 end line: 86 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1945 unit: public void init() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 163 end line: 177 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 1946 unit: public void clear() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 180 end line: 205 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1947 unit: public MysqlSchemaStore() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 382 end line: 396 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 1948 unit: public void increaseCounter() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 169 end line: 181 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 1949 unit: public IndexLabel() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 275 end line: 288 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 1950 unit: public WhereBuilder and() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 187 end line: 200 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 1951 unit: public List getSplits() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 823 end line: 835 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 1952 unit: private Connection connect() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 277 end line: 290 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 1953 unit: public boolean tryAcquire() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java start line: 45 end line: 59 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 1954 unit: public static List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 67 end line: 79 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 1955 unit: public static Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 123 end line: 135 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 1956 unit: public static Map newMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 179 end line: 195 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 1957 unit: public static MutableIntObjectMap newIntObjectMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 242 end line: 254 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1958 unit: static int sizeToPowerOf2Size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 572 end line: 586 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 1959 unit: public FixedTimerWindowRateLimiter() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java start line: 36 end line: 49 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 1960 unit: private static Lock lockRead() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 105 end line: 117 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 1961 unit: private static void registerSerializers() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java start line: 81 end line: 95 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 1962 unit: private boolean consume() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 123 end line: 137 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 1963 unit: public Claims verify() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java start line: 55 end line: 67 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1964 unit: protected boolean property() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 93 end line: 105 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 1965 unit: private RolePermission rolePermission() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 590 end line: 608 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1966 unit: public T get() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 105 end line: 117 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1967 unit: public static T fromEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 284 end line: 296 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 1968 unit: public T get() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 101 end line: 113 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1969 unit: public RoleState transform() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 251 end line: 264 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1970 unit: private Optional queryVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardClusterRoleStore.java start line: 147 end line: 160 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 1971 unit: public static PageState fromBytes() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java start line: 85 end line: 98 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1972 unit: public PageResults iterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 264 end line: 279 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 1973 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java start line: 44 end line: 57 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1974 unit: public PageIds fetchNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 113 end line: 127 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 1975 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 159 end line: 171 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 1976 unit: protected void parseProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 98 end line: 115 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 1977 unit: protected T readProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 126 end line: 138 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 1978 unit: public BackendEntry writeVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 215 end line: 228 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 1979 unit: public BackendEntry writeIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 581 end line: 593 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 1980 unit: protected Id writeQueryId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 591 end line: 603 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 1981 unit: private Query writeStringIndexQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 724 end line: 739 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 1982 unit: private static Query prefixQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 878 end line: 894 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 1983 unit: public Object readProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 542 end line: 555 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 1984 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 184 end line: 196 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 1985 unit: private void removeExpiredIndexIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 905 end line: 917 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 1986 unit: private IndexLabel findMatchedIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1809 end line: 1821 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 1987 unit: public Number queryNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 119 end line: 133 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 1988 unit: private void injectOlapPkIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 167 end line: 183 size: 13 LOC McCabe index: 5 number of parameters: 1 id: 1989 unit: private Iterator filterExpiredResultFromBackend() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1755 end line: 1768 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 1990 unit: public Id validOrGenerateId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 601 end line: 613 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 1991 unit: public synchronized void increaseCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java start line: 60 end line: 72 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 1992 unit: public static Id ofStoredString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 79 end line: 91 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 1993 unit: public IdRangeQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 49 end line: 61 size: 13 LOC McCabe index: 2 number of parameters: 6 id: 1994 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 98 end line: 110 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 1995 unit: public static void fillMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 204 end line: 216 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 1996 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 484 end line: 496 size: 13 LOC McCabe index: 8 number of parameters: 1 id: 1997 unit: private static int compare() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 197 end line: 210 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 1998 unit: private static Condition convTextContainsAny2Or() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 183 end line: 195 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 1999 unit: private static Set and() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 221 end line: 233 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 2000 unit: public IdQuery query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 91 end line: 106 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 2001 unit: public BackendStore loadSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 179 end line: 193 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2002 unit: public BackendStore loadGraphStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 196 end line: 210 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2003 unit: public BackendStore loadSystemStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 213 end line: 227 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2004 unit: public Number queryNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 142 end line: 155 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 2005 unit: protected final boolean reachLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 118 end line: 130 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 2006 unit: public void put() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 275 end line: 289 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 2007 unit: public static void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/CompressStrategyManager.java start line: 52 end line: 65 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 2008 unit: public void shutdown() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 98 end line: 111 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 2009 unit: private Node initRaftNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 258 end line: 280 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2010 unit: private RpcServer wrapRpcServer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 392 end line: 408 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 2011 unit: public Iterator query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 299 end line: 312 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2012 unit: private Iterator query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 314 end line: 326 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 2013 unit: public PropertyKeyBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 56 end line: 68 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2014 unit: public PropertyKeyBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 70 end line: 82 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2015 unit: public VertexLabelBuilder primaryKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 344 end line: 358 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2016 unit: public EdgeLabelBuilder sortKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 323 end line: 337 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2017 unit: private void checkRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 518 end line: 532 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 2018 unit: public IndexLabelBuilder on() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 392 end line: 404 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 2019 unit: public Direction direction() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java start line: 75 end line: 87 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 2020 unit: public static Directions convert() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java start line: 89 end line: 101 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 2021 unit: public static Cardinality convert() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java start line: 72 end line: 84 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 2022 unit: public static CollectionType fromCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java start line: 52 end line: 64 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 2023 unit: public Set keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 188 end line: 200 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 2024 unit: private void createVariableVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 329 end line: 344 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 2025 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 163 end line: 176 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 2026 unit: private boolean belongToPrevLayers() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 159 end line: 171 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 2027 unit: public Step() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 240 end line: 252 size: 13 LOC McCabe index: 2 number of parameters: 7 id: 2028 unit: public static List topNPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 136 end line: 149 size: 13 LOC McCabe index: 4 number of parameters: 3 id: 2029 unit: protected long traverseIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 81 end line: 93 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 2030 unit: private void reInitAllIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 200 end line: 220 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 2031 unit: private static void checkGroupArgs() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 192 end line: 204 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 2032 unit: private Id save() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 254 end line: 268 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2033 unit: public LouvainTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 90 end line: 103 size: 13 LOC McCabe index: 1 number of parameters: 6 id: 2034 unit: private boolean needSkipVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 227 end line: 241 size: 13 LOC McCabe index: 5 number of parameters: 2 id: 2035 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 71 end line: 83 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 2036 unit: protected static Directions parseDirection() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 261 end line: 273 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 2037 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 68 end line: 80 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 2038 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java start line: 41 end line: 53 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 2039 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 48 end line: 60 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 2040 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java start line: 49 end line: 61 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 2041 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java start line: 46 end line: 58 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 2042 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java start line: 51 end line: 63 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 2043 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 48 end line: 60 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 2044 unit: private boolean consume() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 117 end line: 131 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 2045 unit: public HugeTask schedule() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java start line: 61 end line: 76 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 2046 unit: protected static Directions parseDirection() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 255 end line: 267 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 2047 unit: public static void main() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java start line: 74 end line: 91 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 2048 unit: public void initEdgeLabelDefaultKnowsDefault() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 883 end line: 895 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 2049 unit: public void clear() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 355 end line: 367 size: 13 LOC McCabe index: 4 number of parameters: 0 id: 2050 unit: public void testGet1KeyWithMultiValues() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 137 end line: 153 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 2051 unit: public void testDeleteByKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 387 end line: 402 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2052 unit: public void testDeleteByKeyButNotExist() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 405 end line: 420 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2053 unit: public void testColumns() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java start line: 34 end line: 48 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2054 unit: public void testString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java start line: 32 end line: 44 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2055 unit: public void testConditionOr() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 632 end line: 644 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2056 unit: public void testFlattenWithNotIn() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 244 end line: 258 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2057 unit: public void testBackendStoreInfo() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendStoreInfoTest.java start line: 32 end line: 47 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2058 unit: public void testGenerate() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java start line: 39 end line: 51 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2059 unit: public void testDeleteUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 277 end line: 292 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2060 unit: public void testAddEdgeWithProps() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 314 end line: 330 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2061 unit: public void testQueryEdgesWithOrderBy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1775 end line: 1788 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2062 unit: public void testQueryEdgesByHasKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2871 end line: 2885 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2063 unit: public void testQueryOutEdgesOfVertexBySortkeyAndProps() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3547 end line: 3562 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2064 unit: public void testRemoveEdgePropertyTwice() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6818 end line: 6834 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2065 unit: private Edge initEdgeTransfer() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7487 end line: 7502 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2066 unit: public void testCreateTime() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 662 end line: 676 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2067 unit: protected V propertySet() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 165 end line: 178 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 2068 unit: protected V propertyList() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 199 end line: 212 size: 13 LOC McCabe index: 1 number of parameters: 2 id: 2069 unit: public void testAppendVertexLabelWithNullableKeysNotInProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 706 end line: 719 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2070 unit: public void testAppendVertexLabelWithNonNullProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 722 end line: 735 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2071 unit: public void testRemoveVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 755 end line: 771 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2072 unit: public void testCreateEdgeLabelWithNameExistWithIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 380 end line: 392 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2073 unit: public void testCreateEdgeLabelWithIdExistInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 395 end line: 407 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2074 unit: public void testCreateIndexLabelWithId0InNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 545 end line: 557 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2075 unit: public void testCreateIndexLabelWithId0InMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 560 end line: 572 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2076 unit: public void testCreateIndexLabelWithId0InRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 575 end line: 587 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2077 unit: public void testCreateIndexLabelWithNegativeIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 590 end line: 602 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2078 unit: public void testCreateIndexLabelWithNegativeIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 605 end line: 617 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2079 unit: public void testCreateIndexLabelWithNegativeIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 620 end line: 632 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2080 unit: public void testCreateIndexLabelWithPositiveIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 635 end line: 647 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2081 unit: public void testCreateIndexLabelWithPositiveIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 650 end line: 662 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2082 unit: public void testAddVertexWithPrimaryKeyIdStrategyButPassedId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 949 end line: 963 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2083 unit: public void testAddVertexWithTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 1176 end line: 1191 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2084 unit: public void testQueryByIntPropOfOverrideVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4779 end line: 4793 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2085 unit: public void testQueryWithTxNotCommittedByNoCondition() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4814 end line: 4829 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2086 unit: public void testQueryWithTxNotCommittedByIntProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 4851 end line: 4868 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2087 unit: public void testQueryByJointIndexesWithOnlyRangeIndexes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5103 end line: 5117 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2088 unit: public void testAddVerticesWithUniqueIndexInTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5875 end line: 5887 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2089 unit: public void testRemoveVertexAfterAddVertexWithTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6099 end line: 6113 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2090 unit: public void testAddVertexPropertyExistedWithIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6167 end line: 6182 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2091 unit: public void testUpdateVertexPropertyTwice() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6565 end line: 6581 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2092 unit: public void testUpdateVertexPropertyOfRemovingVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6647 end line: 6661 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2093 unit: public void testUpdateVertexPropertyOfRemovingVertexWithDrop() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6664 end line: 6679 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2094 unit: public void testCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java start line: 39 end line: 51 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2095 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java start line: 122 end line: 135 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2096 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java start line: 44 end line: 56 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2097 unit: public void testNeighborRank() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java start line: 44 end line: 56 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2098 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java start line: 68 end line: 81 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2099 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java start line: 42 end line: 55 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2100 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java start line: 92 end line: 105 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2101 unit: public boolean equalsEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java start line: 70 end line: 82 size: 13 LOC McCabe index: 6 number of parameters: 1 id: 2102 unit: public PostgresqlSchemaStore() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 87 end line: 101 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2103 unit: public PaloSchemaStore() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 76 end line: 90 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2104 unit: private int writeBatch() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 164 end line: 176 size: 13 LOC McCabe index: 2 number of parameters: 0 id: 2105 unit: private PaloLoadInfo getLoadInfoByLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 196 end line: 208 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 2106 unit: public IndexLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 145 end line: 158 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2107 unit: public void serialize() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 242 end line: 254 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2108 unit: public void loadGraphs() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 130 end line: 142 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 2109 unit: public void dropGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 192 end line: 207 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 2110 unit: private V verifyUserPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 853 end line: 865 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2111 unit: private V verifyElemPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 886 end line: 898 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2112 unit: private V verifySchemaPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 937 end line: 949 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2113 unit: private HugeTask verifyTaskPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1144 end line: 1156 size: 13 LOC McCabe index: 2 number of parameters: 3 id: 2114 unit: private boolean hasTaskPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1158 end line: 1172 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 2115 unit: public static User fromJson() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 231 end line: 243 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 2116 unit: public static void initAdminUserIfNeeded() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 204 end line: 216 size: 13 LOC McCabe index: 3 number of parameters: 1 id: 2117 unit: private void injectGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 126 end line: 141 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 2118 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 146 end line: 159 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 2119 unit: private static void checkBatchSize() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 348 end line: 360 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 2120 unit: protected static void updateProperties() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java start line: 154 end line: 166 size: 13 LOC McCabe index: 3 number of parameters: 3 id: 2121 unit: private static void checkBatchSize() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 383 end line: 395 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 2122 unit: private static YAMLConfiguration loadYaml() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherManager.java start line: 72 end line: 84 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2123 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 241 end line: 253 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2124 unit: protected static Map parseProperties() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 164 end line: 180 size: 13 LOC McCabe index: 4 number of parameters: 1 id: 2125 unit: public void testQueryVertexPerf() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 124 end line: 137 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 2126 unit: public void testQueryEdgePerf() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 139 end line: 152 size: 13 LOC McCabe index: 1 number of parameters: 4 id: 2127 unit: public static void testVariables() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java start line: 448 end line: 461 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 2128 unit: public long getCounter() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 137 end line: 149 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 2129 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 300 end line: 313 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 2130 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 587 end line: 600 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 2131 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 720 end line: 733 size: 13 LOC McCabe index: 1 number of parameters: 1 id: 2132 unit: public CassandraStore() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 74 end line: 90 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2133 unit: public CassandraSchemaStore() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 634 end line: 648 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2134 unit: protected void createIndex() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 203 end line: 215 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2135 unit: protected void createIndex() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 256 end line: 268 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2136 unit: public BackendStore loadSchemaStore() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 46 end line: 60 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2137 unit: public BackendStore loadGraphStore() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 63 end line: 77 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2138 unit: public BackendStore loadSystemStore() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 80 end line: 94 size: 13 LOC McCabe index: 2 number of parameters: 1 id: 2139 unit: public RocksDBStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 105 end line: 119 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2140 unit: protected void dropTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 615 end line: 627 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 2141 unit: public synchronized void truncate() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 645 end line: 659 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2142 unit: public synchronized void init() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1127 end line: 1139 size: 13 LOC McCabe index: 1 number of parameters: 0 id: 2143 unit: public RocksDBIteratorPool() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 45 end line: 58 size: 13 LOC McCabe index: 2 number of parameters: 2 id: 2144 unit: private double sum() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 195 end line: 207 size: 13 LOC McCabe index: 4 number of parameters: 2 id: 2145 unit: protected static BackendEntryIterator newEntryIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 290 end line: 303 size: 13 LOC McCabe index: 3 number of parameters: 2 id: 2146 unit: private static OpenedRocksDB openRocksDB() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 382 end line: 399 size: 13 LOC McCabe index: 1 number of parameters: 3 id: 2147 unit: public Integer commit() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 859 end line: 876 size: 13 LOC McCabe index: 3 number of parameters: 0 id: 2148 unit: public void createTable() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 219 end line: 230 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2149 unit: public RowIterator get() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 688 end line: 701 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 2150 unit: public void insert() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 230 end line: 241 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2151 unit: public Number queryNumber() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 150 end line: 162 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2152 unit: public MysqlStore() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 61 end line: 74 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2153 unit: public boolean initialized() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 208 end line: 220 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 2154 unit: public void writeVersion() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 101 end line: 112 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2155 unit: private MysqlBackendEntry wrapByVertex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 425 end line: 438 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2156 unit: public SecondaryIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 471 end line: 483 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2157 unit: public RangeIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 520 end line: 532 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2158 unit: public RangeIntIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 551 end line: 563 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2159 unit: public RangeFloatIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 574 end line: 586 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2160 unit: public RangeLongIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 597 end line: 609 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2161 unit: public RangeDoubleIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 620 end line: 632 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2162 unit: protected List queryCondition2Select() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 657 end line: 669 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2163 unit: public void createDatabase() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 106 end line: 120 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2164 unit: public void reconnectIfNeeded() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 468 end line: 482 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 2165 unit: default Iterator asIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 34 end line: 47 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2166 unit: public static PropertiesConfiguration buildConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ConfigUtil.java start line: 138 end line: 149 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2167 unit: public void start() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 81 end line: 92 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2168 unit: public static void compressZip() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java start line: 184 end line: 195 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 2169 unit: private static boolean callFromMethods() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 482 end line: 493 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 2170 unit: public Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 148 end line: 164 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2171 unit: public T delete() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 92 end line: 103 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2172 unit: public Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 178 end line: 193 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2173 unit: public static T fromVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 248 end line: 259 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2174 unit: public T delete() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 88 end line: 99 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2175 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 425 end line: 439 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2176 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 69 end line: 80 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 2177 unit: public Optional query() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardClusterRoleStore.java start line: 123 end line: 136 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 2178 unit: public PageResults iterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 163 end line: 180 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 2179 unit: public Set all() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 215 end line: 226 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2180 unit: public BackendEntry writeVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 269 end line: 285 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2181 unit: private static String writeIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 816 end line: 827 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2182 unit: private static String writeElementId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 844 end line: 855 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2183 unit: protected Object serializeValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 649 end line: 663 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 2184 unit: protected static BinaryId formatIndexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 896 end line: 907 size: 12 LOC McCabe index: 4 number of parameters: 4 id: 2185 unit: public BinaryBackendEntry writePropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1099 end line: 1110 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2186 unit: public BinaryId readIndexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 752 end line: 765 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2187 unit: public IndexQueries constructIndexQueries() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1577 end line: 1595 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2188 unit: protected BackendMutation prepareCommit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 301 end line: 317 size: 12 LOC McCabe index: 7 number of parameters: 0 id: 2189 unit: protected Iterator queryVerticesFromBackend() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 819 end line: 834 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2190 unit: public static Id of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 53 end line: 64 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 2191 unit: public static Id of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 66 end line: 77 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 2192 unit: public static String asStoredString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 93 end line: 104 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 2193 unit: public void optimized() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 603 end line: 619 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2194 unit: public void checkCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 395 end line: 407 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 2195 unit: private static int compareDate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 212 end line: 224 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2196 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 249 end line: 260 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2197 unit: private static int compare() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 503 end line: 514 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 2198 unit: public void delete() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 401 end line: 415 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2199 unit: protected Map queryById() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 233 end line: 245 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2200 unit: public boolean checkVersion() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java start line: 43 end line: 54 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2201 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 206 end line: 217 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 2202 unit: private RaftResult get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java start line: 56 end line: 67 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 2203 unit: public void onError() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 306 end line: 318 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2204 unit: public void readFrom() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java start line: 82 end line: 93 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2205 unit: private void vertexAdjPosition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 348 end line: 359 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2206 unit: private int vertexAdjPosition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 361 end line: 372 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2207 unit: public EdgeRangeIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 402 end line: 413 size: 12 LOC McCabe index: 2 number of parameters: 5 id: 2208 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 416 end line: 427 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 2209 unit: protected V lockCheckAndCreateSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 67 end line: 78 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2210 unit: public PropertyKey append() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 185 end line: 197 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2211 unit: public PropertyKey eliminate() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 200 end line: 212 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2212 unit: public IndexLabel append() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 279 end line: 290 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2213 unit: public IndexLabel eliminate() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 293 end line: 305 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2214 unit: private void checkRepeatShardIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 663 end line: 674 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2215 unit: private boolean allStringIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 717 end line: 728 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 2216 unit: static void registerInternalEnums() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java start line: 55 end line: 66 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2217 unit: public void truncateBackend() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 395 end line: 409 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2218 unit: public void removeVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 602 end line: 616 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2219 unit: public void removeEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 644 end line: 657 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2220 unit: public void set() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 226 end line: 238 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 2221 unit: public void remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 241 end line: 252 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 2222 unit: private ConditionQuery createVariableQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 364 end line: 375 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2223 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 203 end line: 216 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 2224 unit: protected Iterator flatMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 68 end line: 79 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2225 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 232 end line: 245 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 2226 unit: private static Condition convRelationType2Relation() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 490 end line: 502 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2227 unit: public static boolean testProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 829 end line: 840 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2228 unit: public static RecordType fromCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java start line: 55 end line: 66 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 2229 unit: private Path linkPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java start line: 103 end line: 114 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2230 unit: public List ids() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java start line: 46 end line: 58 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 2231 unit: public PathSet paths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java start line: 61 end line: 72 size: 12 LOC McCabe index: 5 number of parameters: 1 id: 2232 unit: protected Iterator edgesOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 161 end line: 173 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 2233 unit: protected static List joinPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 467 end line: 485 size: 12 LOC McCabe index: 3 number of parameters: 3 id: 2234 unit: private Iterator edgesOfVertexWithCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java start line: 96 end line: 108 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2235 unit: public RepeatEdgeStep forwardStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 246 end line: 258 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2236 unit: public RepeatEdgeStep backwardStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 260 end line: 272 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2237 unit: private Set checkAndGetCommonNeighbors() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java start line: 69 end line: 80 size: 12 LOC McCabe index: 1 number of parameters: 6 id: 2238 unit: void traverseOneLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/TraverseStrategy.java start line: 32 end line: 48 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 2239 unit: public boolean close() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 467 end line: 479 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2240 unit: private void closeSchedulerTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 144 end line: 157 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2241 unit: public void onAsRoleMaster() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 260 end line: 271 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2242 unit: public void onAsRoleWorker() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 273 end line: 284 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2243 unit: private void scheduleOrExecuteJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 290 end line: 303 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2244 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 58 end line: 71 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2245 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java start line: 49 end line: 60 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2246 unit: private float weightOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 263 end line: 275 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2247 unit: public Id genId2() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 887 end line: 901 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2248 unit: public Object showCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 129 end line: 143 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2249 unit: private double detectCommunities() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 145 end line: 163 size: 12 LOC McCabe index: 3 number of parameters: 4 id: 2250 unit: public Object clusterCoefficient() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java start line: 67 end line: 81 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2251 unit: private Set adjacentVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 190 end line: 201 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 2252 unit: public Set kcore() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 180 end line: 191 size: 12 LOC McCabe index: 2 number of parameters: 6 id: 2253 unit: private Map pageRanks() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 180 end line: 193 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2254 unit: public void start() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 75 end line: 86 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2255 unit: public void await() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 155 end line: 167 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2256 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java start line: 32 end line: 49 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2257 unit: protected abstract Map checkAndCollectParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 202 end line: 214 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2258 unit: public void remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 184 end line: 196 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2259 unit: public HugeEdge addEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 260 end line: 275 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 2260 unit: public static final Id getIdValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 453 end line: 464 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 2261 unit: public JcsegAnalyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java start line: 50 end line: 62 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2262 unit: protected Statement withAfterClasses() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java start line: 109 end line: 120 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2263 unit: protected Statement withAfterClasses() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java start line: 284 end line: 295 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2264 unit: public void testUpdate() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 370 end line: 384 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2265 unit: public void testColumns() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java start line: 32 end line: 45 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2266 unit: public void testClear() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java start line: 48 end line: 61 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2267 unit: public void testStringId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 80 end line: 94 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2268 unit: public void testAppendAndAppendEntryWithSameId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 191 end line: 204 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2269 unit: public void testAppendAndEliminateEntryWithSameId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 221 end line: 234 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2270 unit: public void testEliminateAndAppendEntryWithSameId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 279 end line: 292 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2271 unit: public void testEliminateAndEliminateEntryWithSameId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 309 end line: 322 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2272 unit: public void testEmptyInt2IntsMap() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java start line: 179 end line: 193 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2273 unit: public EdgeLabel newEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 102 end line: 114 size: 12 LOC McCabe index: 1 number of parameters: 6 id: 2274 unit: public void testIdType() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java start line: 210 end line: 222 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2275 unit: public void testLogout() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1368 end line: 1384 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2276 unit: public void testAddEdgeWithProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 296 end line: 311 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2277 unit: public void testQueryEdgesWithOrderByAndIncidentToAdjacentStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1791 end line: 1810 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2278 unit: public void testQueryEdgesByHasValue() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2899 end line: 2915 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2279 unit: public void testQueryOutEdgesOfVertexBySortkey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3530 end line: 3544 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2280 unit: public void testUpdateEdgePropertyTwice() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5998 end line: 6012 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2281 unit: public void testQueryByHasIdEmptyListInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7295 end line: 7309 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2282 unit: private int traverseInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7522 end line: 7533 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2283 unit: public void testRemovePropertyKeyUsedByVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 529 end line: 542 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2284 unit: protected V property() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 184 end line: 196 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 2285 unit: protected void initPropertyKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java start line: 41 end line: 53 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2286 unit: public void testAddIndexLabelOnUndefinedSchemaLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 299 end line: 312 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2287 unit: public void testAddIndexLabelWithFieldsAssignedMultiTimes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 465 end line: 477 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2288 unit: public void testAddIndexLabelWithFieldsContainSameProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 480 end line: 492 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2289 unit: public void testAddIndexLabelWithSameFieldsBetweenRangeSecondary() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 495 end line: 507 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2290 unit: public void testAddIndexLabelSecondaryPrefixOfExistedSecondary() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 572 end line: 584 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2291 unit: public void testAddEdgeLabelWithNotExistVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 192 end line: 204 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2292 unit: protected void initPersonIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 159 end line: 172 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2293 unit: protected void initComputerIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 174 end line: 187 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2294 unit: public void testAddVertexWithInvalidPropertySet() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 717 end line: 730 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2295 unit: public void testAddVertexWithAutomaticIdStrategyButPassedId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 853 end line: 866 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2296 unit: public void testQueryWithSplicingId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2982 end line: 2994 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2297 unit: public void testQueryByLabelWithLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3181 end line: 3197 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2298 unit: public void testQueryByStringPropWithOneResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3361 end line: 3375 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2299 unit: public void testAddVertexPropertyExisted() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6150 end line: 6164 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2300 unit: public void testDeleteAndInsertVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7288 end line: 7302 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2301 unit: public void testAppendAndInsertVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7345 end line: 7358 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2302 unit: public void testEliminateAndInsertVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7429 end line: 7442 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2303 unit: public void testQueryByHasIdEmptyListInPage() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8904 end line: 8918 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2304 unit: public void testWriteAndReadVersion() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 57 end line: 71 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2305 unit: public void testCreateGraphsWithDifferentNameDifferentBackends() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 299 end line: 312 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2306 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java start line: 45 end line: 56 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2307 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java start line: 58 end line: 70 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2308 unit: public static HugeGraph open() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java start line: 41 end line: 53 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 2309 unit: public void writeVersion() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 82 end line: 93 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2310 unit: public void insert() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java start line: 100 end line: 113 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2311 unit: private PaloFile getOrCreate() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 178 end line: 193 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2312 unit: public void run() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 256 end line: 271 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2313 unit: public PropertyKey() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 126 end line: 138 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2314 unit: private void deleteEdgesByLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 252 end line: 265 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2315 unit: private MysqlBackendEntry wrapByVertex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 293 end line: 306 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2316 unit: private Map getGarbageCollectionMetrics() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java start line: 122 end line: 133 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2317 unit: public void serialize() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 60 end line: 71 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 2318 unit: public String writeNodesWithPath() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 311 end line: 323 size: 12 LOC McCabe index: 2 number of parameters: 5 id: 2319 unit: private void waitGraphsReady() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 408 end line: 419 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2320 unit: private void initRoleStateWorker() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 479 end line: 490 size: 12 LOC McCabe index: 1 number of parameters: 0 id: 2321 unit: private void checkOptionUnique() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 626 end line: 637 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2322 unit: public Id rebuildIndex() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 373 end line: 384 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2323 unit: public void truncateBackend() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 746 end line: 758 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2324 unit: private List verifyUserPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 840 end line: 851 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2325 unit: private Collection verifySchemaPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 918 end line: 929 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2326 unit: public ApplicationConfig() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 60 end line: 86 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 2327 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java start line: 131 end line: 143 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2328 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java start line: 132 end line: 144 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2329 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 149 end line: 161 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2330 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java start line: 146 end line: 158 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2331 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java start line: 145 end line: 157 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2332 unit: public HugeBelong build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java start line: 170 end line: 181 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 2333 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 165 end line: 177 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2334 unit: private HugeProject buildUpdateDescription() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 241 end line: 252 size: 12 LOC McCabe index: 2 number of parameters: 1 id: 2335 unit: public static Direction parseDirection() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 432 end line: 443 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 2336 unit: public boolean equals() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherClient.java start line: 126 end line: 138 size: 12 LOC McCabe index: 6 number of parameters: 1 id: 2337 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java start line: 53 end line: 67 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 2338 unit: public File getConf() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 147 end line: 160 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2339 unit: public Map graphReadMode() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 257 end line: 269 size: 12 LOC McCabe index: 1 number of parameters: 2 id: 2340 unit: public Map get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java start line: 85 end line: 97 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2341 unit: public void aroundWriteTo() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java start line: 53 end line: 70 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2342 unit: public void filter() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/StatusFilter.java start line: 35 end line: 46 size: 12 LOC McCabe index: 4 number of parameters: 2 id: 2343 unit: private void explainQuery() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 261 end line: 274 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2344 unit: public static List shortestPath() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java start line: 139 end line: 150 size: 12 LOC McCabe index: 1 number of parameters: 4 id: 2345 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java start line: 37 end line: 52 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2346 unit: public static void query() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java start line: 54 end line: 70 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2347 unit: public static void registerPlugins() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java start line: 41 end line: 53 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2348 unit: protected Collection queryCondition2Select() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 321 end line: 333 size: 12 LOC McCabe index: 3 number of parameters: 2 id: 2349 unit: private List ids2IdSelects() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 396 end line: 407 size: 12 LOC McCabe index: 2 number of parameters: 3 id: 2350 unit: private Delete buildDelete() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 507 end line: 518 size: 12 LOC McCabe index: 1 number of parameters: 5 id: 2351 unit: private CassandraBackendEntry wrapByVertex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 545 end line: 558 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2352 unit: public void clear() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 365 end line: 378 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2353 unit: public boolean initialized() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 381 end line: 393 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 2354 unit: protected void clearKeyspace() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 551 end line: 564 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2355 unit: public ScyllaDBSchemaStore() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 99 end line: 111 size: 12 LOC McCabe index: 1 number of parameters: 3 id: 2356 unit: private void waitOpenFinished() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 255 end line: 266 size: 12 LOC McCabe index: 4 number of parameters: 1 id: 2357 unit: protected RocksDBSessions openSessionPool() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 377 end line: 388 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 2358 unit: public Number queryNumber() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 534 end line: 546 size: 12 LOC McCabe index: 1 number of parameters: 1 id: 2359 unit: public boolean initialized() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 630 end line: 642 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 2360 unit: public void beginTx() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 662 end line: 674 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2361 unit: public void rollbackTx() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 695 end line: 707 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2362 unit: private List session() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 804 end line: 818 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2363 unit: private void closeSessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 820 end line: 831 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2364 unit: public Map metrics() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 104 end line: 115 size: 12 LOC McCabe index: 2 number of parameters: 0 id: 2365 unit: protected BackendColumnIterator queryByRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 240 end line: 251 size: 12 LOC McCabe index: 5 number of parameters: 2 id: 2366 unit: public void delete() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 114 end line: 131 size: 12 LOC McCabe index: 2 number of parameters: 2 id: 2367 unit: public RocksDBStdSessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 97 end line: 109 size: 12 LOC McCabe index: 1 number of parameters: 6 id: 2368 unit: public static Set listCFs() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 450 end line: 462 size: 12 LOC McCabe index: 3 number of parameters: 1 id: 2369 unit: private void dump() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1165 end line: 1176 size: 12 LOC McCabe index: 4 number of parameters: 0 id: 2370 unit: public BackendColumn next() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1266 end line: 1279 size: 12 LOC McCabe index: 3 number of parameters: 0 id: 2371 unit: protected RocksDBSessions openSessionPool() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java start line: 40 end line: 51 size: 12 LOC McCabe index: 2 number of parameters: 4 id: 2372 unit: public HbaseStore() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 66 end line: 78 size: 11 LOC McCabe index: 1 number of parameters: 4 id: 2373 unit: public Future disableTableAsync() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 277 end line: 288 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2374 unit: public RowIterator get() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 670 end line: 682 size: 11 LOC McCabe index: 2 number of parameters: 4 id: 2375 unit: private void deleteEdgesByLabel() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 385 end line: 397 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2376 unit: public ShardIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 643 end line: 654 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2377 unit: protected PageState pageState() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 99 end line: 110 size: 11 LOC McCabe index: 5 number of parameters: 0 id: 2378 unit: public static PagePosition fromBytes() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 185 end line: 195 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2379 unit: public WhereBuilder and() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 97 end line: 107 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 2380 unit: public WhereBuilder in() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 208 end line: 218 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 2381 unit: public ResultSetWrapper select() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 497 end line: 507 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2382 unit: public static T fromJson() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 79 end line: 89 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2383 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 53 end line: 63 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2384 unit: public static String readAsciiString() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 78 end line: 88 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 2385 unit: public static void deleteFile() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ConfigUtil.java start line: 126 end line: 136 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2386 unit: public void lockReads() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 310 end line: 320 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 2387 unit: public void lockKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 326 end line: 336 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 2388 unit: public void checkAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 190 end line: 200 size: 11 LOC McCabe index: 10 number of parameters: 1 id: 2389 unit: private static boolean callFromMethod() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 495 end line: 505 size: 11 LOC McCabe index: 4 number of parameters: 2 id: 2390 unit: private Cache cache() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 109 end line: 119 size: 11 LOC McCabe index: 2 number of parameters: 3 id: 2391 unit: public static RolePermission fromJson() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 149 end line: 160 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2392 unit: public RolePermission deserialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 220 end line: 230 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2393 unit: public RoleElectionConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionConfig.java start line: 30 end line: 40 size: 11 LOC McCabe index: 1 number of parameters: 7 id: 2394 unit: protected Id writeQueryId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 418 end line: 428 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 2395 unit: protected abstract void writeUserdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 677 end line: 690 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2396 unit: private static T schemaEnumOrDefault() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 699 end line: 710 size: 11 LOC McCabe index: 2 number of parameters: 4 id: 2397 unit: public BackendEntry writeVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java start line: 39 end line: 55 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2398 unit: public BackendEntry writeEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 494 end line: 506 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2399 unit: public BinaryBackendEntry writeIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1134 end line: 1144 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2400 unit: private void updateIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 297 end line: 308 size: 11 LOC McCabe index: 2 number of parameters: 5 id: 2401 unit: private void storeSelectedIndexField() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 614 end line: 626 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 2402 unit: private void recordIndexValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 676 end line: 687 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 2403 unit: private static IndexQueries constructJointSecondaryQueries() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1156 end line: 1167 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2404 unit: private static String increaseString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1401 end line: 1411 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2405 unit: private HugeElement newestElement() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1933 end line: 1943 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2406 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 262 end line: 272 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2407 unit: public synchronized Id nextId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java start line: 36 end line: 46 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2408 unit: public long getCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java start line: 48 end line: 58 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2409 unit: public Id generate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java start line: 76 end line: 86 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2410 unit: public IdPrefixQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 49 end line: 59 size: 11 LOC McCabe index: 2 number of parameters: 5 id: 2411 unit: public boolean containsCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 289 end line: 299 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2412 unit: public List syspropConditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 362 end line: 372 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2413 unit: public List userpropConditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 385 end line: 395 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2414 unit: public void updateResultsFilter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 630 end line: 640 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2415 unit: public static String concatValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 672 end line: 682 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2416 unit: private Collection queryIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 168 end line: 179 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2417 unit: public static void fillList() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 191 end line: 201 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2418 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 125 end line: 138 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2419 unit: public void insert() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 70 end line: 82 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2420 unit: public void updateIfPresent() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 67 end line: 78 size: 11 LOC McCabe index: 4 number of parameters: 2 id: 2421 unit: public void updateIfAbsent() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 80 end line: 91 size: 11 LOC McCabe index: 4 number of parameters: 2 id: 2422 unit: public R metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java start line: 56 end line: 66 size: 11 LOC McCabe index: 2 number of parameters: 3 id: 2423 unit: public T submitAndWait() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 127 end line: 145 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2424 unit: public String execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java start line: 36 end line: 47 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2425 unit: public String execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java start line: 36 end line: 47 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2426 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 179 end line: 192 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2427 unit: public void readFrom() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java start line: 65 end line: 75 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2428 unit: public boolean hasSameContent() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 145 end line: 155 size: 11 LOC McCabe index: 7 number of parameters: 1 id: 2429 unit: public V validValueOrThrow() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 266 end line: 276 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2430 unit: public PropertyKey build() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 85 end line: 95 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2431 unit: public IndexLabelBuilder by() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 348 end line: 359 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2432 unit: private boolean hasSubIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 705 end line: 715 size: 11 LOC McCabe index: 9 number of parameters: 1 id: 2433 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java start line: 55 end line: 65 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2434 unit: public static Directions convert() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java start line: 103 end line: 113 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2435 unit: public UUID valueToUUID() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 162 end line: 172 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2436 unit: static void register() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java start line: 33 end line: 43 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2437 unit: private void initRoleStateWorker() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 294 end line: 304 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2438 unit: public void drop() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 988 end line: 1007 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2439 unit: private void destroyTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1493 end line: 1505 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2440 unit: protected long count() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 72 end line: 83 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2441 unit: private Query makeQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 148 end line: 160 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2442 unit: private Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 81 end line: 93 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2443 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 195 end line: 206 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2444 unit: private Iterator edges() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java start line: 120 end line: 137 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2445 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java start line: 47 end line: 59 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2446 unit: public static ConditionQuery fillConditionQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 312 end line: 323 size: 11 LOC McCabe index: 2 number of parameters: 3 id: 2447 unit: public static Iterator filterResult() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 603 end line: 613 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2448 unit: private static Object convSysValueIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 705 end line: 715 size: 11 LOC McCabe index: 5 number of parameters: 4 id: 2449 unit: public static String page() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 792 end line: 808 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2450 unit: protected static boolean containsPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java start line: 98 end line: 109 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2451 unit: protected static boolean containsTree() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java start line: 116 end line: 127 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2452 unit: private double edgeWeight() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 205 end line: 215 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2453 unit: public void backward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 98 end line: 112 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2454 unit: private void traverseOne() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 139 end line: 151 size: 11 LOC McCabe index: 3 number of parameters: 3 id: 2455 unit: public SingleWayMultiPathsRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 50 end line: 63 size: 11 LOC McCabe index: 1 number of parameters: 4 id: 2456 unit: public PathSet findPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 88 end line: 98 size: 11 LOC McCabe index: 3 number of parameters: 4 id: 2457 unit: public void addPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 110 end line: 121 size: 11 LOC McCabe index: 6 number of parameters: 2 id: 2458 unit: protected final int code() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java start line: 45 end line: 55 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2459 unit: private boolean dedup() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java start line: 114 end line: 127 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2460 unit: private static List sample() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 151 end line: 161 size: 11 LOC McCabe index: 3 number of parameters: 2 id: 2461 unit: public List getValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 166 end line: 176 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2462 unit: public Set vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 290 end line: 300 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2463 unit: private Future restore() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 164 end line: 174 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2464 unit: protected void taskDone() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 422 end line: 433 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2465 unit: private V call() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 706 end line: 718 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2466 unit: private String createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 834 end line: 844 size: 11 LOC McCabe index: 1 number of parameters: 3 id: 2467 unit: private IndexLabel createIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 846 end line: 856 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2468 unit: public boolean fail() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 321 end line: 332 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2469 unit: protected void done() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 342 end line: 353 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2470 unit: public ServerInfoManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 70 end line: 83 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2471 unit: private V call() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 298 end line: 310 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2472 unit: public Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 187 end line: 200 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2473 unit: private Community wrapCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 307 end line: 318 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2474 unit: protected static int times() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java start line: 36 end line: 46 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2475 unit: protected static int stableTimes() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java start line: 48 end line: 58 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2476 unit: protected static double precision() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java start line: 60 end line: 70 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2477 unit: private Id findMinComponent() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 164 end line: 174 size: 11 LOC McCabe index: 4 number of parameters: 2 id: 2478 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 58 end line: 68 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2479 unit: protected static Directions directionOutIn() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 151 end line: 161 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2480 unit: protected void drop() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 431 end line: 441 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2481 unit: private Object getTopRank() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 169 end line: 179 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2482 unit: private double compensateRank() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 222 end line: 232 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2483 unit: private void writeBackRankValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 243 end line: 253 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2484 unit: private double computeRank() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 255 end line: 265 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2485 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java start line: 56 end line: 66 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2486 unit: protected GraphTraversal constructPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java start line: 97 end line: 108 size: 11 LOC McCabe index: 1 number of parameters: 7 id: 2487 unit: protected GraphTraversal topN() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java start line: 197 end line: 207 size: 11 LOC McCabe index: 4 number of parameters: 2 id: 2488 unit: private void checkResultsSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java start line: 101 end line: 111 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2489 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 53 end line: 63 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2490 unit: protected static int stableTimes() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 74 end line: 84 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2491 unit: public static PropertiesConfiguration getLocalConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 121 end line: 131 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2492 unit: public Set expiredElementIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 120 end line: 130 size: 11 LOC McCabe index: 4 number of parameters: 0 id: 2493 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 100 end line: 110 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2494 unit: public void assignId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 143 end line: 155 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2495 unit: public boolean belongToLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 430 end line: 442 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2496 unit: public void remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 400 end line: 414 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2497 unit: public boolean willAllowId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 146 end line: 156 size: 11 LOC McCabe index: 10 number of parameters: 1 id: 2498 unit: public int sizeOfSubProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 263 end line: 273 size: 11 LOC McCabe index: 4 number of parameters: 0 id: 2499 unit: protected void initBackend() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 79 end line: 92 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2500 unit: public void loadGraphData() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 372 end line: 384 size: 11 LOC McCabe index: 2 number of parameters: 4 id: 2501 unit: public void testPutAndGetWithMultiTables() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 110 end line: 123 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2502 unit: public void testId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java start line: 50 end line: 62 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2503 unit: public void testConditionScan() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java start line: 533 end line: 544 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2504 unit: public void testHugeGremlinException() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ExceptionTest.java start line: 32 end line: 42 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2505 unit: public void testProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 259 end line: 270 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2506 unit: public void testNumberIdMapping() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java start line: 47 end line: 58 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2507 unit: public void testIntFixedSetBySegments() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 55 end line: 67 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2508 unit: public void testTryAcquireAfterPeriod() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java start line: 79 end line: 91 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2509 unit: public void testTryAcquireAfterPeriod() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java start line: 132 end line: 145 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2510 unit: public IndexLabel newIndexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 116 end line: 127 size: 11 LOC McCabe index: 1 number of parameters: 6 id: 2511 unit: public void testParseReplicaWithSimpleStrategyAndEmptyReplica() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 92 end line: 104 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2512 unit: public void testParseReplicaWithSimpleStrategyAndDoubleReplica() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 107 end line: 119 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2513 unit: public void testParseReplicaWithSimpleStrategyAndStringReplica() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 122 end line: 134 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2514 unit: public void testParseReplicaWithNetworkTopologyStrategyAndStringReplica() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 137 end line: 149 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2515 unit: public void testParseReplicaWithNetworkTopologyStrategyWithoutDatacenter() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 152 end line: 164 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2516 unit: public void testParseReplicaWithNetworkTopologyStrategyAndEmptyReplica() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 167 end line: 179 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2517 unit: public void testParseReplicaWithNetworkTopologyStrategyAndDoubleReplica() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 182 end line: 194 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2518 unit: public void testLogin() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1315 end line: 1330 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2519 unit: public void testUpdateProject() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1452 end line: 1462 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2520 unit: private static Id makeProjectAndAddGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1520 end line: 1530 size: 11 LOC McCabe index: 1 number of parameters: 3 id: 2521 unit: public void testQueryEdgesByLabelWithLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2839 end line: 2854 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2522 unit: public void testQueryEdgesOfVertexWithGraphAPI() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3010 end line: 3024 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2523 unit: public void testQueryInEdgesOfVertexBySortkey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4628 end line: 4641 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2524 unit: public void testUpdateEdgeProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5956 end line: 5970 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2525 unit: public void testUpdateEdgePropertyOfRemovingEdgeWithDrop() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6082 end line: 6095 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2526 unit: public void testRemoveEdgeProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6801 end line: 6815 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2527 unit: public void testQueryEdgeByPageWithOffset() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7271 end line: 7283 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2528 unit: public void testAddPropertyKeyWithValidName() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 56 end line: 71 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2529 unit: protected V propertyList() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 151 end line: 162 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2530 unit: public void testAddVertexWithAutomaticIdStrategyButPassedPk() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 266 end line: 277 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2531 unit: public void testAddVertexWithPrimaryKeyIdStrategyAndPassedPk() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 312 end line: 323 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2532 unit: public void testAddVertexWithPrimaryKeyIdStrategyButNotPassedPk() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 326 end line: 336 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2533 unit: public void testAddVertexLabelWithPrimaryKeyAssignedMultiTimes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 357 end line: 368 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2534 unit: public void testAddVertexLabelWithUndefinedNullableKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 459 end line: 470 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2535 unit: public void testAddVertexLabelWithNullableKeysNotInProperties() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 473 end line: 484 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2536 unit: public boolean equals() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 69 end line: 79 size: 11 LOC McCabe index: 5 number of parameters: 1 id: 2537 unit: public void testCreateIndexLabelWithPositiveIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 665 end line: 675 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2538 unit: public void testCreateIndexLabelWithNonExistNameAndIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 678 end line: 688 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2539 unit: public void testQueryAll() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2724 end line: 2740 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2540 unit: public void testQueryAllWithGraphAPI() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2743 end line: 2759 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2541 unit: public void testQueryByPrimaryValues() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3225 end line: 3237 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2542 unit: public void testQueryByIntPropWithOneResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3418 end line: 3431 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2543 unit: public void testQueryByIntPropUsingLtWithOneResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3538 end line: 3551 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2544 unit: public void testQueryByIntPropUsingInsideWithOneResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3632 end line: 3645 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2545 unit: public void testRemoveVertexOneByOne() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6116 end line: 6128 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2546 unit: public void testUpdateVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6550 end line: 6562 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2547 unit: public void testAppendAndAppendDifferentVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7387 end line: 7398 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2548 unit: public void testAppendAndEliminateDifferentVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7414 end line: 7425 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2549 unit: public void testEliminateAndAppendSameVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7458 end line: 7469 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2550 unit: public void testEliminateAndAppendDifferentVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7472 end line: 7484 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2551 unit: public void testEliminateAndEliminateDifferentVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7500 end line: 7511 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2552 unit: public void testScanVertexWithSplitSizeLt1MB() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7603 end line: 7614 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2553 unit: public void testScanVertexWithSplitSizeTypeError() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7617 end line: 7628 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2554 unit: public void testQueryByPageWithOffset() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8055 end line: 8067 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2555 unit: private void init100Persons() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9210 end line: 9222 size: 11 LOC McCabe index: 4 number of parameters: 0 id: 2556 unit: public void testCreateGraphsWithInvalidNames() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 232 end line: 242 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2557 unit: private static HugeGraph openGraphWithBackend() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 373 end line: 383 size: 11 LOC McCabe index: 2 number of parameters: 4 id: 2558 unit: public void testCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java start line: 40 end line: 50 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2559 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java start line: 44 end line: 54 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2560 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java start line: 44 end line: 55 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2561 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java start line: 44 end line: 55 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2562 unit: public void testDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 94 end line: 104 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2563 unit: public void testCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java start line: 37 end line: 47 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2564 unit: public void testCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java start line: 38 end line: 48 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2565 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java start line: 74 end line: 88 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2566 unit: public boolean equalsVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java start line: 42 end line: 52 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2567 unit: public boolean existsDatabase() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java start line: 50 end line: 60 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2568 unit: public static String escapeAndWrapString() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java start line: 124 end line: 134 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2569 unit: public PaloSessions() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 58 end line: 70 size: 11 LOC McCabe index: 1 number of parameters: 4 id: 2570 unit: public void join() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 243 end line: 253 size: 11 LOC McCabe index: 4 number of parameters: 0 id: 2571 unit: private PaloFile peekFile() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 280 end line: 292 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2572 unit: public static void clearDir() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 100 end line: 110 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2573 unit: public static synchronized ServerReporter instance() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java start line: 49 end line: 59 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2574 unit: public void report() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java start line: 102 end line: 112 size: 11 LOC McCabe index: 1 number of parameters: 5 id: 2575 unit: public void setupModule() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 286 end line: 296 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2576 unit: public void init() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 111 end line: 128 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2577 unit: protected static Set combineSet() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 192 end line: 202 size: 11 LOC McCabe index: 4 number of parameters: 3 id: 2578 unit: public Number queryNumber() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 540 end line: 551 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2579 unit: private Cache cache() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 796 end line: 806 size: 11 LOC McCabe index: 2 number of parameters: 3 id: 2580 unit: public boolean equals() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 204 end line: 215 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2581 unit: public static boolean match() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 361 end line: 371 size: 11 LOC McCabe index: 3 number of parameters: 3 id: 2582 unit: public void initAdminUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 62 end line: 75 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2583 unit: public AuthenticatedUser getAuthenticatedUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 237 end line: 249 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2584 unit: public Response get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java start line: 76 end line: 86 size: 11 LOC McCabe index: 1 number of parameters: 3 id: 2585 unit: public GremlinClient client() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java start line: 54 end line: 64 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2586 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 71 end line: 86 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2587 unit: private static void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 401 end line: 411 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2588 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 430 end line: 441 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2589 unit: private static void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 488 end line: 498 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2590 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 543 end line: 554 size: 11 LOC McCabe index: 2 number of parameters: 0 id: 2591 unit: private List doQueryList() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherClient.java start line: 95 end line: 108 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2592 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 76 end line: 87 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2593 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java start line: 74 end line: 85 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2594 unit: private static boolean isAnnotatedPathClass() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 127 end line: 137 size: 11 LOC McCabe index: 4 number of parameters: 1 id: 2595 unit: public Map update() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java start line: 57 end line: 68 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2596 unit: public Map getLeader() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java start line: 88 end line: 99 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2597 unit: private void initClientIfNeeded() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/RedirectFilter.java start line: 138 end line: 149 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2598 unit: public static boolean checkAndParseAction() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 182 end line: 192 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2599 unit: public static void waitAllTaskDone() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java start line: 97 end line: 107 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2600 unit: protected void registerMetaHandlers() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 87 end line: 97 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2601 unit: public String readVersion() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 103 end line: 113 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2602 unit: private Object compactHost() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 272 end line: 287 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2603 unit: private static boolean isQueryBySpecifiedKey() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 36 end line: 46 size: 11 LOC McCabe index: 6 number of parameters: 2 id: 2604 unit: protected Map tableDBMapping() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 401 end line: 411 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2605 unit: public void increaseCounter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 970 end line: 980 size: 11 LOC McCabe index: 1 number of parameters: 2 id: 2606 unit: public long getCounter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 983 end line: 993 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2607 unit: public String storedVersion() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1142 end line: 1152 size: 11 LOC McCabe index: 1 number of parameters: 0 id: 2608 unit: private void releaseIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 111 end line: 123 size: 11 LOC McCabe index: 2 number of parameters: 1 id: 2609 unit: private boolean refreshIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 125 end line: 135 size: 11 LOC McCabe index: 3 number of parameters: 1 id: 2610 unit: public void close() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 170 end line: 181 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2611 unit: protected BackendColumnIterator queryByCond() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 253 end line: 263 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2612 unit: public void writeVersion() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 47 end line: 57 size: 11 LOC McCabe index: 2 number of parameters: 2 id: 2613 unit: public RocksDBStdSessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 85 end line: 95 size: 11 LOC McCabe index: 1 number of parameters: 5 id: 2614 unit: public String buildSnapshotPath() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 295 end line: 308 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2615 unit: public String hardLinkSnapshot() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 311 end line: 321 size: 11 LOC McCabe index: 1 number of parameters: 1 id: 2616 unit: public BackendColumn next() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1344 end line: 1354 size: 11 LOC McCabe index: 3 number of parameters: 0 id: 2617 unit: private void registerMetaHandlers() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 80 end line: 90 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2618 unit: public void mutate() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 185 end line: 196 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2619 unit: private void enableTables() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 408 end line: 417 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2620 unit: protected short getPartition() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java start line: 42 end line: 51 size: 10 LOC McCabe index: 4 number of parameters: 2 id: 2621 unit: protected synchronized void doClose() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 176 end line: 185 size: 10 LOC McCabe index: 4 number of parameters: 0 id: 2622 unit: public boolean existsNamespace() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 187 end line: 196 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2623 unit: public void dropTable() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 250 end line: 260 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2624 unit: public RowIterator() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 915 end line: 925 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2625 unit: public void writeVersion() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 52 end line: 61 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2626 unit: public long getCounter() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 83 end line: 92 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2627 unit: public void insert() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 146 end line: 155 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2628 unit: public void insert() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 180 end line: 189 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2629 unit: protected BackendEntryIterator newEntryIterator() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 276 end line: 285 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2630 unit: protected R queryByCond() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 244 end line: 253 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2631 unit: protected void parseRowColumns() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 288 end line: 297 size: 10 LOC McCabe index: 2 number of parameters: 4 id: 2632 unit: protected void formatProperties() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 118 end line: 128 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2633 unit: protected void readUserdata() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 160 end line: 170 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2634 unit: public void mutate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 231 end line: 242 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2635 unit: protected void dropTable() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 148 end line: 157 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2636 unit: protected void truncateTable() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 159 end line: 168 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2637 unit: protected void wrapOffset() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 772 end line: 783 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2638 unit: public boolean closed() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 379 end line: 389 size: 10 LOC McCabe index: 4 number of parameters: 0 id: 2639 unit: public void rollback() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 451 end line: 460 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2640 unit: public void reset() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 485 end line: 495 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2641 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 42 end line: 54 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2642 unit: public static T fromJson() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 68 end line: 77 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2643 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 135 end line: 145 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2644 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 237 end line: 247 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2645 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 156 end line: 165 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2646 unit: public IntIterator values() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 184 end line: 193 size: 10 LOC McCabe index: 4 number of parameters: 0 id: 2647 unit: private long offset() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 398 end line: 410 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2648 unit: public int next() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 497 end line: 506 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2649 unit: public static Kryo kryo() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java start line: 34 end line: 44 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2650 unit: private void run() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 110 end line: 121 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2651 unit: private static Path zipSlipProtect() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java start line: 162 end line: 175 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2652 unit: public void checkAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 178 end line: 187 size: 10 LOC McCabe index: 10 number of parameters: 1 id: 2653 unit: public void checkRead() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 230 end line: 239 size: 10 LOC McCabe index: 8 number of parameters: 1 id: 2654 unit: public void checkPropertyAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 351 end line: 360 size: 10 LOC McCabe index: 8 number of parameters: 1 id: 2655 unit: public HugeProject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 64 end line: 73 size: 10 LOC McCabe index: 1 number of parameters: 7 id: 2656 unit: public static RolePermission builtin() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 180 end line: 189 size: 10 LOC McCabe index: 5 number of parameters: 1 id: 2657 unit: protected String createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 77 end line: 86 size: 10 LOC McCabe index: 1 number of parameters: 3 id: 2658 unit: protected IndexLabel createRangeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 99 end line: 108 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2659 unit: private Id save() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 165 end line: 177 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2660 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 220 end line: 229 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 2661 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 239 end line: 248 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 2662 unit: public void serializeWithType() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 251 end line: 261 size: 10 LOC McCabe index: 1 number of parameters: 4 id: 2663 unit: private static void writeEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 357 end line: 366 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2664 unit: public void writeIdField() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 375 end line: 384 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 2665 unit: private static Map readEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 132 end line: 141 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2666 unit: public RoleState transform() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 175 end line: 184 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2667 unit: public void initGlobalMasterInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardStateMachineCallback.java start line: 94 end line: 104 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2668 unit: private static void readUserdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 898 end line: 908 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2669 unit: protected Id writeQueryId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 356 end line: 365 size: 10 LOC McCabe index: 4 number of parameters: 2 id: 2670 unit: public HugeEdge readEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 515 end line: 524 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2671 unit: private void readUserdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1169 end line: 1179 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2672 unit: private T readEnumOrDefault() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1203 end line: 1212 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 2673 unit: public void merge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 155 end line: 164 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2674 unit: public boolean mergeable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 167 end line: 176 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2675 unit: public Collection columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 245 end line: 254 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2676 unit: public boolean mergeable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 277 end line: 286 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2677 unit: protected void commitMutation2Backend() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 311 end line: 323 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2678 unit: public QueryResults query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java start line: 70 end line: 79 size: 10 LOC McCabe index: 5 number of parameters: 1 id: 2679 unit: protected void prepareDeletions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 409 end line: 421 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2680 unit: public void rollback() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 515 end line: 525 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2681 unit: public QueryResults query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 528 end line: 539 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2682 unit: public void removeVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 685 end line: 699 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2683 unit: public static SplicingIdGenerator instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java start line: 29 end line: 38 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2684 unit: public EdgeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 67 end line: 76 size: 10 LOC McCabe index: 1 number of parameters: 6 id: 2685 unit: public static Id parseStoredString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 273 end line: 282 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2686 unit: public List syspropConditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 351 end line: 360 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2687 unit: public List userpropConditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 374 end line: 383 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2688 unit: public Set userpropKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 411 end line: 420 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2689 unit: public Object userpropValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 463 end line: 472 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2690 unit: public ConditionQuery copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 520 end line: 530 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2691 unit: public ConditionQuery originConditionQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 651 end line: 661 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2692 unit: private static boolean removeFieldValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 824 end line: 833 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 2693 unit: private static boolean numberEquals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 835 end line: 847 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2694 unit: private boolean mustSortByInputIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 135 end line: 144 size: 10 LOC McCabe index: 4 number of parameters: 0 id: 2695 unit: private boolean paging() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 146 end line: 155 size: 10 LOC McCabe index: 5 number of parameters: 0 id: 2696 unit: public String page() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 335 end line: 344 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2697 unit: private void checkBaseType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 226 end line: 235 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 2698 unit: private void checkValueType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 237 end line: 246 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 2699 unit: public BackendSession useSession() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 74 end line: 83 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2700 unit: private static String columnOfEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 342 end line: 353 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2701 unit: protected Iterator dropTails() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 296 end line: 305 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 2702 unit: public static synchronized InMemoryDBStoreProvider instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java start line: 41 end line: 50 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2703 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java start line: 44 end line: 53 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2704 unit: public Iterator get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 304 end line: 313 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2705 unit: public void run() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java start line: 83 end line: 92 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2706 unit: public StoreType storeType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 208 end line: 217 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2707 unit: public synchronized BackendStore loadSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 110 end line: 119 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2708 unit: public synchronized BackendStore loadGraphStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 122 end line: 131 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2709 unit: public synchronized BackendStore loadSystemStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 134 end line: 143 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2710 unit: public String transferLeaderTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java start line: 85 end line: 94 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2711 unit: public StoreSnapshotFile() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java start line: 60 end line: 75 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2712 unit: private synchronized void expandCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java start line: 78 end line: 87 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2713 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 493 end line: 502 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2714 unit: void registerRpcServices() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java start line: 251 end line: 261 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2715 unit: static void registerTraversalStrategies() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java start line: 317 end line: 327 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2716 unit: private boolean checkDataType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 237 end line: 246 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2717 unit: private void checkStableVars() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 393 end line: 402 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2718 unit: public void initSystemInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 412 end line: 421 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2719 unit: private void clearVertexCache() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 445 end line: 454 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2720 unit: private SchemaTransaction openSchemaTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 456 end line: 465 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2721 unit: private SysTransaction openSystemTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 467 end line: 476 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2722 unit: private GraphTransaction openGraphTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 478 end line: 488 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2723 unit: private static Object extractSingleObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 381 end line: 390 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 2724 unit: protected Admin processNextStart() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java start line: 67 end line: 76 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2725 unit: public static HugeKeys token2HugeKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 578 end line: 587 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 2726 unit: private static void collectPredicates() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 694 end line: 703 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 2727 unit: private static List convSysListValueIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 717 end line: 726 size: 10 LOC McCabe index: 2 number of parameters: 4 id: 2728 unit: protected int accessedNodes() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 214 end line: 223 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2729 unit: private void checkCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java start line: 133 end line: 142 size: 10 LOC McCabe index: 4 number of parameters: 3 id: 2730 unit: protected Iterator edgesOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 197 end line: 206 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 2731 unit: public List path() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 510 end line: 519 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2732 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 525 end line: 534 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2733 unit: public boolean ownedBy() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 598 end line: 607 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 2734 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 731 end line: 740 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2735 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 141 end line: 150 size: 10 LOC McCabe index: 1 number of parameters: 7 id: 2736 unit: private void contributePrevLayers() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 181 end line: 190 size: 10 LOC McCabe index: 3 number of parameters: 3 id: 2737 unit: public List weights() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 172 end line: 181 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2738 unit: public Map toMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 218 end line: 227 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2739 unit: protected void reInitCurrentStepIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 167 end line: 180 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2740 unit: protected void reInitCurrentStepIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 245 end line: 258 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2741 unit: private Future submitTask() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 226 end line: 235 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2742 unit: protected void remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 435 end line: 444 size: 10 LOC McCabe index: 6 number of parameters: 1 id: 2743 unit: public void save() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 447 end line: 459 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2744 unit: public synchronized void forceInitServerInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 106 end line: 117 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 2745 unit: public void heartbeat() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 168 end line: 177 size: 10 LOC McCabe index: 4 number of parameters: 0 id: 2746 unit: private HugeServerInfo serverInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 320 end line: 329 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2747 unit: public boolean suitableFor() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 212 end line: 221 size: 10 LOC McCabe index: 4 number of parameters: 2 id: 2748 unit: private String createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 303 end line: 312 size: 10 LOC McCabe index: 1 number of parameters: 3 id: 2749 unit: private IndexLabel createIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 315 end line: 324 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2750 unit: private List cpassEdgeLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 143 end line: 152 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2751 unit: private List cpassVertexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 154 end line: 163 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2752 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 51 end line: 60 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2753 unit: private boolean voteCommunityAndUpdate() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 165 end line: 175 size: 10 LOC McCabe index: 3 number of parameters: 4 id: 2754 unit: private void initSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 260 end line: 269 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2755 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 57 end line: 66 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2756 unit: private long findAndSetMinComponent() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 153 end line: 162 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2757 unit: private void initGraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 99 end line: 108 size: 10 LOC McCabe index: 2 number of parameters: 4 id: 2758 unit: protected static double alpha() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 163 end line: 172 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2759 unit: protected Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 375 end line: 384 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2760 unit: protected Iterator filter() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 400 end line: 409 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 2761 unit: private void run() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 105 end line: 115 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2762 unit: protected static double precision() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 216 end line: 225 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2763 unit: protected static int times() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 227 end line: 236 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2764 unit: private static double alpha() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java start line: 58 end line: 67 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2765 unit: public HugeEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 69 end line: 80 size: 10 LOC McCabe index: 1 number of parameters: 3 id: 2766 unit: public void vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 375 end line: 384 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 2767 unit: public HugeVertex otherVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 449 end line: 458 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2768 unit: protected void checkIdLength() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 172 end line: 181 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2769 unit: public void correctVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 188 end line: 197 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 2770 unit: public Iterator getEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 358 end line: 367 size: 10 LOC McCabe index: 4 number of parameters: 2 id: 2771 unit: public Iterator getVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 369 end line: 378 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2772 unit: public HugeElement() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 71 end line: 80 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2773 unit: public HugeProperty setProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 276 end line: 286 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2774 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 391 end line: 402 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2775 unit: private static IdStrategy idStrategy() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 238 end line: 255 size: 10 LOC McCabe index: 4 number of parameters: 1 id: 2776 unit: public void testSeekExistKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 39 end line: 49 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2777 unit: public void testSeekNonExistKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 52 end line: 62 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2778 unit: public void testProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 642 end line: 652 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2779 unit: public void testCompactRange() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java start line: 94 end line: 106 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2780 unit: public void testUuidId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 504 end line: 515 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2781 unit: public void testColumnWithCardinalitySingle() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java start line: 115 end line: 126 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2782 unit: public void testDeleteAndDeleteEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 125 end line: 136 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2783 unit: public void testAppendAndInsertEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 163 end line: 174 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2784 unit: public void testAppendAndDeleteEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 177 end line: 188 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2785 unit: public void testAppendAndAppendEntryWithSameEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 207 end line: 218 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2786 unit: public void testAppendAndEliminateEntryWithSameEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 237 end line: 248 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2787 unit: public void testEliminateAndInsertEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 251 end line: 262 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2788 unit: public void testEliminateAndDeleteEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 265 end line: 276 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2789 unit: public void testEliminateAndAppendEntryWithSameEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 295 end line: 306 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2790 unit: public void testEliminateAndEliminateEntryWithSameEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 325 end line: 336 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2791 unit: public void testSmartCNAnalyzer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 95 end line: 104 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2792 unit: private static HugeGraph loadGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 314 end line: 325 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2793 unit: public static void assertCollectionEquals() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java start line: 52 end line: 61 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2794 unit: public void testCompress() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 136 end line: 146 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2795 unit: public PropertyKey newPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 78 end line: 88 size: 10 LOC McCabe index: 1 number of parameters: 4 id: 2796 unit: public VertexLabel newVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 90 end line: 100 size: 10 LOC McCabe index: 1 number of parameters: 4 id: 2797 unit: public void testEscapeString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java start line: 29 end line: 39 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2798 unit: public void testProjectAddGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1465 end line: 1474 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2799 unit: protected void initStrikeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 202 end line: 213 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2800 unit: public void testAddEdgeWithNotExistsEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 431 end line: 443 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2801 unit: public void testAddEdgeWithoutSortkey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 446 end line: 458 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2802 unit: public void testAddEdgeWithNotExistsPropKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 551 end line: 563 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2803 unit: public void testAddEdgeWithNotExistsEdgePropKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 566 end line: 578 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2804 unit: public void testQueryAllWithLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1813 end line: 1826 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2805 unit: public void testQueryAllWithIllegalLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1939 end line: 1950 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2806 unit: public void testQueryOutVerticesOfVertexWithSortkey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3644 end line: 3656 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2807 unit: public void testUpdateEdgePropertyOfRemovingEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6068 end line: 6079 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2808 unit: public void testAddPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 43 end line: 53 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2809 unit: protected V property() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java start line: 138 end line: 148 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2810 unit: public void testAddVertexWithDefaultIdStrategyAndPassedPk() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 241 end line: 251 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2811 unit: public void testAddVertexWithAutomaticIdStrategyAndNotPassedPk() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 280 end line: 290 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2812 unit: public void testAddVertexLabelWithPrimaryKeyContainSameProp() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 371 end line: 381 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2813 unit: public void testAddVertexLabelWithoutPrimaryKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 384 end line: 394 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2814 unit: public void testAddIndexLabelWithSameFieldsBetweenSearchSecondary() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 510 end line: 520 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2815 unit: public void testAddIndexLabelRangePrefixOfExistedSecondary() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 559 end line: 569 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2816 unit: private HugeTask runGremlinJob() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 669 end line: 681 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2817 unit: public void testAddEdgeLabelWithoutLink() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 161 end line: 171 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2818 unit: public void testCreateVertexWithPrimaryKeyStrategyAndIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 201 end line: 210 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2819 unit: public void testCreateVertexWithPrimaryKeyStrategyAndIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 213 end line: 222 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2820 unit: public void testCreateVertexWithPrimaryKeyStrategyAndIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 225 end line: 234 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2821 unit: public void testCreateEdgeLabelWithId0InNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 264 end line: 273 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2822 unit: public void testCreateEdgeLabelWithId0InMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 276 end line: 285 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2823 unit: public void testCreateEdgeLabelWithId0InRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 288 end line: 297 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2824 unit: public void testCreateEdgeLabelWithNegativeIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 300 end line: 309 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2825 unit: public void testCreateEdgeLabelWithNegativeIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 312 end line: 321 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2826 unit: public void testCreateEdgeLabelWithNegativeIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 324 end line: 333 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2827 unit: public void testCreateEdgeLabelWithPositiveIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 336 end line: 345 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2828 unit: public void testCreateEdgeLabelWithPositiveIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 348 end line: 357 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2829 unit: public void testQueryAllWithLimitByQueryVertices() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2842 end line: 2852 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2830 unit: public void testQueryAllWithIllegalLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2876 end line: 2887 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2831 unit: public void testQueryByIntPropUsingBetweenWithOneResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3714 end line: 3726 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2832 unit: public void testAddVertexPropertyOfPrimaryKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6208 end line: 6219 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2833 unit: public void testUpdateVertexPropertyOfNewVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6584 end line: 6596 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2834 unit: public void testUpdateVertexPropertyOfPrimaryKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6599 end line: 6610 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2835 unit: public void testInsertAndInsertVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7235 end line: 7246 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2836 unit: public void testAppendAndAppendSameVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7374 end line: 7384 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2837 unit: public void testAppendAndEliminateSameVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7401 end line: 7411 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2838 unit: public void testEliminateAndEliminateSameVertexProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7487 end line: 7497 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2839 unit: public void testGetUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java start line: 110 end line: 119 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2840 unit: public void testMetricsSystem() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java start line: 43 end line: 52 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2841 unit: public void testCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java start line: 30 end line: 39 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2842 unit: public void testLogin() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java start line: 57 end line: 69 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2843 unit: private int gremlinJob() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java start line: 147 end line: 156 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2844 unit: protected SecondaryIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 348 end line: 359 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2845 unit: public RangeIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 389 end line: 400 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2846 unit: public ShardIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 451 end line: 462 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2847 unit: private Map getHeapMetrics() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java start line: 80 end line: 89 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2848 unit: private Map getNonHeapMetrics() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java start line: 91 end line: 100 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2849 unit: public String writeList() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 72 end line: 81 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2850 unit: public Id updateUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1221 end line: 1230 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2851 unit: public String all() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 101 end line: 110 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2852 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java start line: 64 end line: 74 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2853 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java start line: 65 end line: 75 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2854 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 67 end line: 77 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2855 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java start line: 65 end line: 75 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2856 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java start line: 64 end line: 74 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2857 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java start line: 74 end line: 84 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2858 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java start line: 266 end line: 275 size: 10 LOC McCabe index: 1 number of parameters: 0 id: 2859 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java start line: 79 end line: 89 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2860 unit: private static RaftGroupManager raftGroupManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java start line: 208 end line: 217 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 2861 unit: protected boolean trace() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 72 end line: 81 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2862 unit: public Response toResponse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 223 end line: 232 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2863 unit: protected void testAppend() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java start line: 92 end line: 102 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2864 unit: public Integer call() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java start line: 98 end line: 107 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2865 unit: public boolean queryExist() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 100 end line: 109 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2866 unit: protected void createIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 657 end line: 666 size: 10 LOC McCabe index: 1 number of parameters: 3 id: 2867 unit: protected void formatProperties() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 127 end line: 137 size: 10 LOC McCabe index: 4 number of parameters: 2 id: 2868 unit: protected Object writeProperty() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 169 end line: 183 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2869 unit: protected void readUserdata() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 213 end line: 223 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2870 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 83 end line: 93 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2871 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 125 end line: 135 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2872 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 882 end line: 892 size: 10 LOC McCabe index: 1 number of parameters: 1 id: 2873 unit: protected static void appendCompactionMetrics() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 239 end line: 249 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 2874 unit: private Map getSubSplits() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java start line: 194 end line: 203 size: 10 LOC McCabe index: 2 number of parameters: 3 id: 2875 unit: public void mutate() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 206 end line: 217 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2876 unit: protected void truncateTables() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 580 end line: 589 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2877 unit: public ScyllaDBGraphStore() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 129 end line: 139 size: 10 LOC McCabe index: 1 number of parameters: 3 id: 2878 unit: public void close() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 85 end line: 95 size: 10 LOC McCabe index: 3 number of parameters: 0 id: 2879 unit: private Map reportDiskMapping() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 864 end line: 873 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2880 unit: private String findDiskTableKeyByPath() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 875 end line: 884 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2881 unit: public void clearOlapTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1091 end line: 1100 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2882 unit: public void removeOlapTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1103 end line: 1112 size: 10 LOC McCabe index: 2 number of parameters: 1 id: 2883 unit: private double sum() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 209 end line: 218 size: 10 LOC McCabe index: 3 number of parameters: 1 id: 2884 unit: public void delete() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 97 end line: 106 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 2885 unit: protected BackendColumnIterator getByIds() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 219 end line: 229 size: 10 LOC McCabe index: 3 number of parameters: 2 id: 2886 unit: private RocksDBStdSessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 111 end line: 120 size: 10 LOC McCabe index: 1 number of parameters: 4 id: 2887 unit: public void deletePrefix() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 953 end line: 962 size: 10 LOC McCabe index: 2 number of parameters: 2 id: 2888 unit: public long count() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1282 end line: 1291 size: 10 LOC McCabe index: 2 number of parameters: 0 id: 2889 unit: public MgetIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1311 end line: 1320 size: 10 LOC McCabe index: 1 number of parameters: 2 id: 2890 unit: public RocksDBSstSessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 53 end line: 64 size: 10 LOC McCabe index: 2 number of parameters: 4 id: 2891 unit: public void put() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 590 end line: 598 size: 9 LOC McCabe index: 2 number of parameters: 5 id: 2892 unit: public long increase() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 778 end line: 786 size: 9 LOC McCabe index: 2 number of parameters: 5 id: 2893 unit: private long count() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 871 end line: 879 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 2894 unit: public String readVersion() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 63 end line: 71 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2895 unit: public void delete() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 119 end line: 127 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 2896 unit: protected R queryAll() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 209 end line: 217 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2897 unit: public void beginTx() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 290 end line: 299 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2898 unit: public Vertex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 299 end line: 308 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 2899 unit: public MysqlEntryIterator() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 47 end line: 55 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 2900 unit: public MysqlTable() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 71 end line: 80 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 2901 unit: protected String buildDeleteTemplate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 320 end line: 330 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 2902 unit: public void updateIfPresent() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 403 end line: 411 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2903 unit: public void updateIfAbsent() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 414 end line: 422 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2904 unit: public boolean queryExist() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 425 end line: 433 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 2905 unit: public boolean existsTable() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 153 end line: 161 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2906 unit: public void add() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 523 end line: 532 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2907 unit: public PreparedStatement prepareStatement() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 534 end line: 542 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2908 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 333 end line: 342 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 2909 unit: public int next() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 452 end line: 460 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 2910 unit: private static Object cloneArray() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java start line: 59 end line: 67 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2911 unit: public synchronized ExecutorService getExecutor() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 280 end line: 288 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2912 unit: private static SecurityException newSecurityException() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 385 end line: 398 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2913 unit: public Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 123 end line: 134 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2914 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 226 end line: 234 size: 9 LOC McCabe index: 4 number of parameters: 1 id: 2915 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 299 end line: 309 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 2916 unit: public Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 123 end line: 134 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2917 unit: public void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 122 end line: 130 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 2918 unit: private RolePermission rolePermission() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 610 end line: 619 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2919 unit: public String idString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 299 end line: 307 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 2920 unit: private HugeGraphSONModule() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 122 end line: 137 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2921 unit: public void serializeWithType() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 442 end line: 450 size: 9 LOC McCabe index: 1 number of parameters: 4 id: 2922 unit: public void serializeWithType() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 486 end line: 494 size: 9 LOC McCabe index: 1 number of parameters: 4 id: 2923 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 504 end line: 512 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 2924 unit: private static void writeEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 120 end line: 129 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 2925 unit: public static PageInfo fromString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 75 end line: 83 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2926 unit: public QueryResults fetch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 85 end line: 99 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2927 unit: private void updateOffsetIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 291 end line: 300 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2928 unit: private void updateResultsFilter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 302 end line: 310 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 2929 unit: public BatchIdHolder() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 143 end line: 151 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 2930 unit: public Object metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java start line: 111 end line: 119 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 2931 unit: private static Id readId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 802 end line: 810 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2932 unit: protected void formatProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 217 end line: 228 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2933 unit: protected void parseVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 300 end line: 314 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2934 unit: protected static boolean indexFieldValuesUnmatched() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 913 end line: 921 size: 9 LOC McCabe index: 5 number of parameters: 2 id: 2935 unit: public VertexLabel readVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 952 end line: 961 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2936 unit: public PropertyKey readPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 987 end line: 996 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2937 unit: public IndexLabel readIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1005 end line: 1014 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2938 unit: public BytesBuffer writeBytes() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 290 end line: 298 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 2939 unit: public BytesBuffer writeBigBytes() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 306 end line: 314 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 2940 unit: public BytesBuffer writeEdgeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 709 end line: 718 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 2941 unit: public boolean containsPrefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 157 end line: 165 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 2942 unit: public TextBackendEntry copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 297 end line: 305 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2943 unit: public void updateVertexIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 153 end line: 162 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 2944 unit: private IdHolder doIndexQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 629 end line: 637 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2945 unit: private static Set relatedIndexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1528 end line: 1537 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2946 unit: public Long reduce() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1946 end line: 1956 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 2947 unit: public AbstractTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 70 end line: 81 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 2948 unit: public BackendEntry get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 191 end line: 199 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2949 unit: public Vertex queryVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 727 end line: 735 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2950 unit: public void addIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 256 end line: 271 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2951 unit: public void updateSchemaStatus() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 383 end line: 393 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2952 unit: private SnowflakeIdGenerator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java start line: 66 end line: 74 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 2953 unit: public boolean containsContainsCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 323 end line: 331 size: 9 LOC McCabe index: 4 number of parameters: 1 id: 2954 unit: public List userpropRelations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 397 end line: 405 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 2955 unit: public Set userpropValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 453 end line: 461 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 2956 unit: public void addLeftIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 759 end line: 767 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 2957 unit: private boolean bigCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 158 end line: 166 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 2958 unit: private long goStoreOffsetBySubQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 216 end line: 224 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2959 unit: public long limit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 274 end line: 282 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 2960 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 499 end line: 507 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 2961 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 467 end line: 475 size: 9 LOC McCabe index: 4 number of parameters: 1 id: 2962 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 618 end line: 626 size: 9 LOC McCabe index: 4 number of parameters: 1 id: 2963 unit: private static ConditionQuery newQueryFromRelations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 242 end line: 250 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2964 unit: public boolean initialized() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 152 end line: 160 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 2965 unit: public BackendSessionPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 43 end line: 51 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 2966 unit: public InMemoryDBStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 69 end line: 78 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 2967 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 51 end line: 61 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 2968 unit: protected void skipOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 153 end line: 161 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2969 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 53 end line: 62 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2970 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 225 end line: 233 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 2971 unit: public Iterator values() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 319 end line: 327 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 2972 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 329 end line: 338 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 2973 unit: public void commitTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 167 end line: 175 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 2974 unit: public static List readMutations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java start line: 56 end line: 64 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2975 unit: public static void addCompressStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/CompressStrategyManager.java start line: 38 end line: 46 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2976 unit: private void computeZipFileChecksumValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 220 end line: 230 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2977 unit: public RaftClosure snapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 113 end line: 121 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2978 unit: public void initRaftNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 154 end line: 164 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 2979 unit: public void truncate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 195 end line: 213 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2980 unit: default String olapTableName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 127 end line: 135 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 2981 unit: default String olapTableName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 137 end line: 145 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 2982 unit: public int add() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java start line: 45 end line: 53 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2983 unit: private void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 104 end line: 113 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 2984 unit: private static long encode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 382 end line: 391 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 2985 unit: public HugeEdge next() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 430 end line: 438 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2986 unit: public SchemaElement() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 61 end line: 69 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 2987 unit: public SchemaLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 45 end line: 53 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 2988 unit: public V validValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 278 end line: 286 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 2989 unit: protected void checkSchemaIdIfRestoringMode() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 85 end line: 93 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 2990 unit: private boolean oneNumericField() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 730 end line: 738 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 2991 unit: static T fromCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java start line: 45 end line: 53 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 2992 unit: public void createSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 424 end line: 432 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 2993 unit: public void resumeSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 435 end line: 443 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 2994 unit: private AbstractSerializer serializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 541 end line: 549 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2995 unit: public boolean existsLinkLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 839 end line: 847 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 2996 unit: private void closeTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1146 end line: 1154 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 2997 unit: private void createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 177 end line: 185 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 2998 unit: public HugeScriptTraversal() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java start line: 56 end line: 64 size: 9 LOC McCabe index: 1 number of parameters: 5 id: 2999 unit: public static void retrieveSysprop() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 782 end line: 790 size: 9 LOC McCabe index: 4 number of parameters: 2 id: 3000 unit: public static QueryHolder firstPageStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 819 end line: 827 size: 9 LOC McCabe index: 4 number of parameters: 1 id: 3001 unit: public static Map transProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 842 end line: 850 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 3002 unit: public void forward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 84 end line: 96 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3003 unit: public SyncRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java start line: 31 end line: 39 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 3004 unit: public PathSet paths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java start line: 55 end line: 63 size: 9 LOC McCabe index: 4 number of parameters: 1 id: 3005 unit: public void finishOneLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 73 end line: 81 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3006 unit: private boolean belongToSameLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 149 end line: 157 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 3007 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java start line: 92 end line: 101 size: 9 LOC McCabe index: 1 number of parameters: 6 id: 3008 unit: private Future resubmitTask() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 237 end line: 245 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3009 unit: public void initTaskCallable() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 247 end line: 257 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3010 unit: public HugeTask task() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 482 end line: 490 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3011 unit: public final void context() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 162 end line: 170 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3012 unit: public void updateProgress() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 87 end line: 96 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3013 unit: protected Collection allServerInfos() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 364 end line: 372 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3014 unit: public static HugeServerInfo fromVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 202 end line: 210 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3015 unit: protected static int minNeighbors() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 97 end line: 105 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3016 unit: protected static int minSimilars() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 107 end line: 115 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3017 unit: protected static int topSimilars() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 117 end line: 125 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3018 unit: private float weightOfEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 169 end line: 177 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 3019 unit: private Iterator sourceVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 243 end line: 253 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3020 unit: private Community communityOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 291 end line: 300 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 3021 unit: private void doMoveCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 340 end line: 354 size: 9 LOC McCabe index: 2 number of parameters: 3 id: 3022 unit: public Id genId() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 876 end line: 884 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 3023 unit: protected static int workersWhenBoth() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java start line: 51 end line: 59 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3024 unit: protected static int workersWhenBoth() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 63 end line: 71 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3025 unit: private void initSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 128 end line: 136 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3026 unit: protected static String subgraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 110 end line: 118 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3027 unit: protected static long sourceSample() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 228 end line: 236 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3028 unit: protected Number tryNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 461 end line: 469 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3029 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 326 end line: 334 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 3030 unit: protected static Id findOlapIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java start line: 82 end line: 90 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 3031 unit: public static EphemeralJob newDeleteExpiredElementJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java start line: 79 end line: 87 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 3032 unit: private void initializeConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 146 end line: 158 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3033 unit: private static String property() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java start line: 62 end line: 70 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 3034 unit: public HugeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 48 end line: 56 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3035 unit: public void vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 365 end line: 373 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 3036 unit: public void addOutEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 333 end line: 341 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3037 unit: public void addInEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 348 end line: 356 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3038 unit: protected void copyProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 370 end line: 378 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3039 unit: private static void close() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 120 end line: 128 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 3040 unit: public void testOriginalStringPageToBytes() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java start line: 39 end line: 48 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3041 unit: public void testValueToDate() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java start line: 66 end line: 75 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3042 unit: public void testInsertAndDeleteEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 70 end line: 79 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3043 unit: public void testInsertAndAppendEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 82 end line: 91 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3044 unit: public void testInsertAndEliminateEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 94 end line: 103 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3045 unit: public void testDeleteAndAppendEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 139 end line: 148 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3046 unit: public void testDeleteAndEliminateEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 151 end line: 160 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3047 unit: public void testFromHugeType() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java start line: 46 end line: 54 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3048 unit: public void testLink() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 246 end line: 256 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3049 unit: public void testAddEdgeWithNonNullKeysAbsent() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 592 end line: 602 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3050 unit: public void testQueryAllWithLimitByQueryEdges() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1906 end line: 1915 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3051 unit: public void testQueryEdgesByIdWithGraphAPI() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2672 end line: 2682 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3052 unit: public void testQueryEdgesByIdNotFound() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2730 end line: 2739 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3053 unit: public void testQueryEdgesByDirection() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2857 end line: 2868 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3054 unit: public void testQueryInEdgesOfVertexByLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4563 end line: 4574 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3055 unit: public void testQueryInVerticesOfVertexAndFilter() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4656 end line: 4667 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3056 unit: private static void assertContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7512 end line: 7520 size: 9 LOC McCabe index: 1 number of parameters: 5 id: 3057 unit: public void testRemovePropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 511 end line: 520 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3058 unit: public void testAddVertexWithDefaultIdStrategyAndNotPassedPk() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 254 end line: 263 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3059 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java start line: 81 end line: 91 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3060 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 51 end line: 61 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3061 unit: public void testCreateVertexWithAutomaticStrategyAndIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 172 end line: 180 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3062 unit: public void testQueryByIdNotFound() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3024 end line: 3034 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3063 unit: public void testQueryByIdWithGraphAPI() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3037 end line: 3047 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3064 unit: public void testQueryByLabelAndKeyName() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3211 end line: 3222 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3065 unit: public void testQueryByJointIndexesWithRangeIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 5072 end line: 5082 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3066 unit: public void testAddVertexPropertyWithNotExistPropKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6196 end line: 6205 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3067 unit: public void testRemoveVertexPropertyOfPrimaryKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6384 end line: 6393 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3068 unit: public void testQueryVertexByPropertyWithEmptyString() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6432 end line: 6442 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3069 unit: public void testInsertAndAppendVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7261 end line: 7271 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3070 unit: public void testInsertAndEliminateVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7274 end line: 7284 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3071 unit: public void testDeleteAndDeleteVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7305 end line: 7315 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3072 unit: public void testDeleteAndAppendVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7318 end line: 7328 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3073 unit: public void testDeleteAndEliminateVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7331 end line: 7341 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3074 unit: public void testAppendAndDeleteVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7361 end line: 7371 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3075 unit: public void testEliminateAndDeleteVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7445 end line: 7455 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3076 unit: public void testQuerySingleIndexedPropertyByEqual() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7649 end line: 7659 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3077 unit: public void testQuerySingleIndexedPropertyByNotEqual() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7662 end line: 7672 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3078 unit: public void testQueryComplexIndexedPropertyByEqualOnePrefix() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7675 end line: 7685 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3079 unit: public void testQueryComplexIndexedPropertyByNotEqualOnePrefix() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7688 end line: 7698 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3080 unit: private static void destroyGraphs() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 363 end line: 371 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 3081 unit: public void testMetricsAll() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java start line: 32 end line: 40 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3082 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 116 end line: 124 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3083 unit: private String getProject() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 253 end line: 261 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3084 unit: public void testTruncate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 132 end line: 140 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3085 unit: public void testVertexOrderByDesc() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 224 end line: 232 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3086 unit: public void testVertexOrderByAsc() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 235 end line: 243 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3087 unit: public void testEegeOrderByDesc() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 246 end line: 254 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3088 unit: public void testEdgeOrderByAsc() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 257 end line: 265 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3089 unit: public static boolean contains() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java start line: 64 end line: 72 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 3090 unit: protected String buildDropDatabase() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java start line: 94 end line: 102 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3091 unit: public Integer commit() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 142 end line: 150 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3092 unit: public Vertex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 165 end line: 175 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3093 unit: public void delete() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 239 end line: 250 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 3094 unit: public void forceDelete() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 90 end line: 98 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 3095 unit: private ServerReporter() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java start line: 70 end line: 78 size: 9 LOC McCabe index: 1 number of parameters: 4 id: 3096 unit: private static long totalNonHeapMemory() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java start line: 70 end line: 78 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3097 unit: private Map getThreadMetrics() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java start line: 102 end line: 110 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3098 unit: private Map getClassLoadingMetrics() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java start line: 112 end line: 120 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3099 unit: private TimerSerializer() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 168 end line: 176 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 3100 unit: public GraphManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 101 end line: 109 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3101 unit: public HugeGraph graph() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 213 end line: 221 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 3102 unit: protected void checkCollectionType() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 172 end line: 180 size: 9 LOC McCabe index: 4 number of parameters: 2 id: 3103 unit: protected static Object compareNumber() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 182 end line: 190 size: 9 LOC McCabe index: 4 number of parameters: 3 id: 3104 unit: public HugeUser deleteUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1233 end line: 1241 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3105 unit: default void setup() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 72 end line: 80 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3106 unit: private void parseAction() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 443 end line: 457 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 3107 unit: public void injectAuthGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 100 end line: 108 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3108 unit: public static RestServer start() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java start line: 172 end line: 182 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3109 unit: public Response post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java start line: 56 end line: 70 size: 9 LOC McCabe index: 1 number of parameters: 3 id: 3110 unit: private static boolean matchBadRequestException() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java start line: 98 end line: 106 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 3111 unit: public String role() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 134 end line: 143 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3112 unit: public HugeUser build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 205 end line: 213 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3113 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 131 end line: 140 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3114 unit: public String create() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 87 end line: 97 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3115 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 562 end line: 570 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3116 unit: private CypherModel queryByCypher() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherAPI.java start line: 89 end line: 99 size: 9 LOC McCabe index: 3 number of parameters: 3 id: 3117 unit: public String shards() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java start line: 86 end line: 95 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3118 unit: private static List step() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java start line: 120 end line: 128 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 3119 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java start line: 176 end line: 184 size: 9 LOC McCabe index: 1 number of parameters: 0 id: 3120 unit: public String shards() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java start line: 86 end line: 95 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3121 unit: public Map delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java start line: 164 end line: 174 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3122 unit: public Map delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java start line: 185 end line: 195 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3123 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java start line: 223 end line: 231 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3124 unit: public Map delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 165 end line: 175 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3125 unit: public Map delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java start line: 167 end line: 177 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3126 unit: public void clear() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 167 end line: 176 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3127 unit: public Map mode() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 226 end line: 235 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3128 unit: public void put() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 148 end line: 156 size: 9 LOC McCabe index: 1 number of parameters: 2 id: 3129 unit: private static TaskStatus parseStatus() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java start line: 179 end line: 187 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3130 unit: public Object aroundReadFrom() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/DecompressInterceptor.java start line: 39 end line: 48 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3131 unit: public static boolean isWhiteAPI() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 279 end line: 288 size: 9 LOC McCabe index: 3 number of parameters: 1 id: 3132 unit: protected static void checkCreatingBody() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 143 end line: 151 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3133 unit: protected static void checkUpdatingBody() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 153 end line: 161 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3134 unit: private String getErrorMessage() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 251 end line: 259 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 3135 unit: protected final List idColumnValue() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 428 end line: 437 size: 9 LOC McCabe index: 1 number of parameters: 1 id: 3136 unit: public void delete() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 440 end line: 457 size: 9 LOC McCabe index: 3 number of parameters: 2 id: 3137 unit: public void beginTx() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 404 end line: 413 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3138 unit: private static int convertFactor() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 541 end line: 549 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3139 unit: public void removeOlapTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 773 end line: 781 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3140 unit: protected BackendColumnIterator queryAll() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 183 end line: 191 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 3141 unit: protected BackendColumnIterator queryByIds() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 198 end line: 208 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 3142 unit: public long getCounter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 77 end line: 85 size: 9 LOC McCabe index: 2 number of parameters: 2 id: 3143 unit: public void reloadRocksDB() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 209 end line: 217 size: 9 LOC McCabe index: 2 number of parameters: 0 id: 3144 unit: public StdSession() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 760 end line: 772 size: 9 LOC McCabe index: 2 number of parameters: 1 id: 3145 unit: public boolean hasNext() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1333 end line: 1341 size: 9 LOC McCabe index: 3 number of parameters: 0 id: 3146 unit: protected final HbaseTable table() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 97 end line: 104 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3147 unit: private AggregationClient aggregationClient() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 113 end line: 120 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3148 unit: void put() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 335 end line: 350 size: 8 LOC McCabe index: 1 number of parameters: 4 id: 3149 unit: default R scan() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 436 end line: 443 size: 8 LOC McCabe index: 2 number of parameters: 5 id: 3150 unit: private void batch() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 469 end line: 476 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3151 unit: public void put() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 578 end line: 585 size: 8 LOC McCabe index: 2 number of parameters: 4 id: 3152 unit: public void delete() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 657 end line: 664 size: 8 LOC McCabe index: 2 number of parameters: 3 id: 3153 unit: public RowIterator scan() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 764 end line: 772 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3154 unit: public Number scan() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 882 end line: 889 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3155 unit: public boolean hasNext() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 928 end line: 935 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3156 unit: protected void registerMetaHandlers() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 93 end line: 100 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3157 unit: public Iterator query() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 165 end line: 173 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 3158 unit: private static Map formatRegions() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java start line: 146 end line: 153 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3159 unit: protected Set parseIndexElemIds() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 68 end line: 75 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3160 unit: protected Object toLongList() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 101 end line: 108 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3161 unit: public void commitTx() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 302 end line: 310 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3162 unit: protected final MysqlTable table() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 350 end line: 357 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3163 unit: public void delete() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 373 end line: 383 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 3164 unit: protected final long skip() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 125 end line: 132 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3165 unit: public WhereBuilder gte() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 249 end line: 256 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3166 unit: public WhereBuilder lt() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 258 end line: 265 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3167 unit: protected void registerMetaHandlers() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 83 end line: 90 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3168 unit: private void wrapLimit() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 758 end line: 766 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3169 unit: protected Connection openWithoutDB() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 189 end line: 196 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3170 unit: protected Connection openWithDB() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 201 end line: 208 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3171 unit: protected String buildUrlPrefix() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 259 end line: 266 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3172 unit: public void close() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 334 end line: 342 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3173 unit: public boolean execute() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 509 end line: 521 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3174 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 115 end line: 122 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3175 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 125 end line: 132 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3176 unit: private long offset() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 285 end line: 292 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3177 unit: public IntSetByEcSegment() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 453 end line: 466 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3178 unit: static int segmentSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 558 end line: 570 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3179 unit: public int next() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 149 end line: 156 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3180 unit: public int get() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 126 end line: 133 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3181 unit: public boolean containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 136 end line: 143 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3182 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 146 end line: 153 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3183 unit: public int get() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 332 end line: 339 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3184 unit: public boolean containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 342 end line: 349 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3185 unit: public IntMapByEcSegment() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 519 end line: 532 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3186 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 41 end line: 48 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3187 unit: public static String parameterString() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java start line: 34 end line: 41 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3188 unit: public static int parameterInt() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java start line: 43 end line: 50 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3189 unit: public static long parameterLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java start line: 52 end line: 59 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3190 unit: public static double parameterDouble() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java start line: 61 end line: 68 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3191 unit: public static boolean parameterBoolean() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java start line: 70 end line: 77 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3192 unit: public void checkConnect() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 296 end line: 303 size: 8 LOC McCabe index: 6 number of parameters: 2 id: 3193 unit: public void checkPropertiesAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 341 end line: 348 size: 8 LOC McCabe index: 4 number of parameters: 0 id: 3194 unit: private static boolean readGroovyInCurrentDir() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 400 end line: 407 size: 8 LOC McCabe index: 8 number of parameters: 1 id: 3195 unit: public Id createBelong() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 266 end line: 273 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3196 unit: public Id createAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 315 end line: 322 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3197 unit: public RelationshipManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 59 end line: 67 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 3198 unit: public boolean exists() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 119 end line: 126 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3199 unit: private HugeTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 67 end line: 74 size: 8 LOC McCabe index: 1 number of parameters: 5 id: 3200 unit: public void resources() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 107 end line: 114 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3201 unit: public String idString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 262 end line: 269 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3202 unit: public ResourceObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java start line: 32 end line: 39 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 3203 unit: public boolean exists() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 115 end line: 122 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3204 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 547 end line: 554 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 3205 unit: public void onAsRoleMaster() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardStateMachineCallback.java start line: 44 end line: 51 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3206 unit: public void onAsRoleWorker() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardStateMachineCallback.java start line: 54 end line: 61 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3207 unit: public void unknown() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardStateMachineCallback.java start line: 68 end line: 76 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3208 unit: public void onAsRoleAbdication() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardStateMachineCallback.java start line: 79 end line: 87 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3209 unit: public static PageState pageState() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 102 end line: 109 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3210 unit: public PageEntryIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java start line: 40 end line: 48 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3211 unit: private PageInfo parsePageInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java start line: 50 end line: 57 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3212 unit: public BackendEntry writeEdgeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 339 end line: 346 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3213 unit: protected Query writeQueryEdgeCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 431 end line: 438 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3214 unit: public HugeEdge readEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 293 end line: 301 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3215 unit: protected BackendColumn formatLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 170 end line: 177 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3216 unit: protected void parseProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 230 end line: 237 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3217 unit: protected Query writeQueryEdgeCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 606 end line: 613 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3218 unit: private void writePartitionedId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 843 end line: 850 size: 8 LOC McCabe index: 2 number of parameters: 3 id: 3219 unit: public EdgeLabel readEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 970 end line: 978 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3220 unit: private T readEnum() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1194 end line: 1201 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3221 unit: protected final long skip() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java start line: 107 end line: 114 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3222 unit: public BinaryBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 51 end line: 58 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3223 unit: public BackendColumn column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 107 end line: 114 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3224 unit: public BackendColumn columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 103 end line: 110 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3225 unit: public GraphIndexTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 106 end line: 115 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3226 unit: private boolean hasEliminateInTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 316 end line: 323 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 3227 unit: private static boolean matchIndexFields() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1413 end line: 1422 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3228 unit: private static void increaseLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1539 end line: 1550 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3229 unit: public boolean containsSearchIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1597 end line: 1604 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3230 unit: public boolean oomRisk() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1644 end line: 1651 size: 8 LOC McCabe index: 4 number of parameters: 0 id: 3231 unit: public Query originJointQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1691 end line: 1698 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3232 unit: private RemoveLeftIndexJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1725 end line: 1732 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3233 unit: private boolean deletedByError() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1906 end line: 1913 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3234 unit: protected final boolean removingEdgeOwner() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 290 end line: 297 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3235 unit: public Edge queryEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 888 end line: 895 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3236 unit: private IdHolderList indexQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1467 end line: 1479 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3237 unit: public VertexLabel getVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 207 end line: 214 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3238 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 351 end line: 358 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3239 unit: public static SnowflakeIdGenerator instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java start line: 57 end line: 64 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3240 unit: public static String concatValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java start line: 95 end line: 103 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3241 unit: public static String asStoredString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 284 end line: 291 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3242 unit: public Relation relation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 212 end line: 219 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3243 unit: public boolean containsRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 301 end line: 308 size: 8 LOC McCabe index: 4 number of parameters: 2 id: 3244 unit: public boolean containsRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 310 end line: 317 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3245 unit: public boolean allSysprop() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 333 end line: 340 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3246 unit: public boolean allRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 342 end line: 349 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3247 unit: public boolean hasRangeCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 474 end line: 482 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3248 unit: public boolean hasSearchCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 484 end line: 492 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3249 unit: public boolean hasSecondaryCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 494 end line: 502 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3250 unit: public boolean hasNeqCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 504 end line: 512 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3251 unit: public boolean isFlattened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 575 end line: 582 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3252 unit: protected void updateResultsFilter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 642 end line: 649 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3253 unit: public static String concatValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 663 end line: 670 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3254 unit: public T next() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 314 end line: 321 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3255 unit: private void goParentOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 198 end line: 205 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3256 unit: private long goSelfOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 207 end line: 214 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3257 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 726 end line: 740 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3258 unit: private static boolean validRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 426 end line: 433 size: 8 LOC McCabe index: 6 number of parameters: 2 id: 3259 unit: protected final void notifyAndWaitEvent() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 48 end line: 55 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3260 unit: public void open() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 90 end line: 99 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3261 unit: public void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 114 end line: 122 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3262 unit: public void truncate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 141 end line: 149 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3263 unit: private void detectSession() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 85 end line: 93 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3264 unit: protected final InMemoryDBTable table() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 96 end line: 103 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3265 unit: protected void registerMetaHandlers() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 74 end line: 81 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3266 unit: public void insert() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 98 end line: 107 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3267 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 116 end line: 124 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3268 unit: private MutationBatch getOrNewBatch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 249 end line: 256 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3269 unit: public T waitFinished() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java start line: 43 end line: 50 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3270 unit: public boolean onSnapshotLoad() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 198 end line: 210 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3271 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 172 end line: 181 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3272 unit: public RaftResult() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java start line: 43 end line: 50 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 3273 unit: public RaftBackendStoreProvider() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 50 end line: 57 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3274 unit: public void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 168 end line: 176 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3275 unit: protected final void notifyAndWaitEvent() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 268 end line: 275 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3276 unit: private Map doSnapshotSave() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java start line: 141 end line: 148 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3277 unit: default void setCounterLowest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 118 end line: 125 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3278 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 62 end line: 69 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3279 unit: public BackendColumn next() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 173 end line: 180 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3280 unit: public void addEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 242 end line: 250 size: 8 LOC McCabe index: 2 number of parameters: 3 id: 3281 unit: default List mapVlId2Name() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java start line: 263 end line: 270 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3282 unit: default List mapElId2Name() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java start line: 272 end line: 279 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3283 unit: default List mapIlId2Name() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java start line: 281 end line: 288 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3284 unit: default List mapPkName2Id() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java start line: 290 end line: 297 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3285 unit: public boolean hasSameContent() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 122 end line: 129 size: 8 LOC McCabe index: 5 number of parameters: 1 id: 3286 unit: public VertexLabelBuilder idStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 278 end line: 285 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3287 unit: public VertexLabelBuilder useAutomaticId() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 288 end line: 295 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3288 unit: public VertexLabelBuilder usePrimaryKeyId() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 298 end line: 305 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3289 unit: public VertexLabelBuilder useCustomizeStringId() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 308 end line: 315 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3290 unit: public VertexLabelBuilder useCustomizeNumberId() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 318 end line: 325 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3291 unit: public VertexLabelBuilder useCustomizeUuidId() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 328 end line: 335 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3292 unit: public static DataType fromClass() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 210 end line: 217 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3293 unit: public RaftGroupManager raftGroupManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1079 end line: 1086 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3294 unit: public V option() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1114 end line: 1121 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3295 unit: private void waitUntilAllTasksCompleted() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1156 end line: 1163 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3296 unit: protected void doClose() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1397 end line: 1406 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3297 unit: public Txs() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1515 end line: 1522 size: 8 LOC McCabe index: 3 number of parameters: 3 id: 3298 unit: private long verticesCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 85 end line: 92 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3299 unit: private long edgesCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 94 end line: 101 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3300 unit: protected Iterator queryAdjacentVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 100 end line: 110 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3301 unit: protected Iterator queryEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 112 end line: 124 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3302 unit: public static Iterator filterResult() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 615 end line: 622 size: 8 LOC McCabe index: 4 number of parameters: 3 id: 3303 unit: private static void convPredicateValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 666 end line: 674 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3304 unit: private static void updatePredicateValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 676 end line: 683 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3305 unit: public static QueryHolder rootStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 810 end line: 817 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3306 unit: private static V predicateArg() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 1013 end line: 1020 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3307 unit: private static List predicateArgs() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 1023 end line: 1030 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3308 unit: public Set vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 273 end line: 280 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3309 unit: protected boolean reachLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 205 end line: 212 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3310 unit: public void addPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java start line: 48 end line: 56 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3311 unit: public List ids() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java start line: 45 end line: 52 size: 8 LOC McCabe index: 4 number of parameters: 1 id: 3312 unit: public void startOneLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 63 end line: 70 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3313 unit: private Path linkPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java start line: 86 end line: 93 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3314 unit: private boolean reachLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 241 end line: 248 size: 8 LOC McCabe index: 4 number of parameters: 0 id: 3315 unit: protected Iterator adjacentVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 142 end line: 149 size: 8 LOC McCabe index: 1 number of parameters: 4 id: 3316 unit: protected Set adjacentVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 151 end line: 158 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3317 unit: private void fillFilterByProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 262 end line: 270 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 3318 unit: protected void checkVertexExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 306 end line: 313 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3319 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 542 end line: 549 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3320 unit: public Map toMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 589 end line: 596 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3321 unit: private boolean superNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 237 end line: 244 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3322 unit: private void contributeLastLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 192 end line: 199 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3323 unit: public static void destroy() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 67 end line: 74 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3324 unit: public double jaccardSimilarity() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java start line: 60 end line: 67 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3325 unit: public NearestTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 185 end line: 192 size: 8 LOC McCabe index: 1 number of parameters: 8 id: 3326 unit: public void addNewVerticesToAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java start line: 65 end line: 72 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3327 unit: public void addNewVerticesToAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java start line: 63 end line: 70 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3328 unit: private static boolean sleep() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 730 end line: 738 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3329 unit: public void deleteIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 757 end line: 765 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3330 unit: public ServerInfoManager getServerInfoManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 171 end line: 178 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3331 unit: public V call() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 384 end line: 391 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3332 unit: public void depends() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 125 end line: 132 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3333 unit: private synchronized boolean result() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 221 end line: 228 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3334 unit: protected void set() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 356 end line: 364 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3335 unit: public static TaskCallable fromClass() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 148 end line: 155 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3336 unit: private static boolean needSaveWithEx() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 157 end line: 164 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3337 unit: public static TaskCallable empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 166 end line: 173 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3338 unit: public static boolean check() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java start line: 31 end line: 38 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3339 unit: protected static int minGroups() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 134 end line: 141 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3340 unit: protected static long limit() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 143 end line: 150 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3341 unit: protected static Long clearPass() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java start line: 88 end line: 95 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3342 unit: protected static Long showModularity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java start line: 97 end line: 104 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3343 unit: protected static Long exportCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java start line: 106 end line: 113 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3344 unit: protected static int k() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 85 end line: 92 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3345 unit: private HugeGraph createTempGraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 85 end line: 96 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3346 unit: protected static long top() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 174 end line: 181 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3347 unit: protected static long degree() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 183 end line: 190 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3348 unit: protected static long capacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 192 end line: 199 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3349 unit: protected static long limit() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 201 end line: 208 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3350 unit: protected static long eachLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 210 end line: 217 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3351 unit: protected static long sample() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 219 end line: 226 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3352 unit: protected static int workers() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 252 end line: 259 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3353 unit: protected Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 366 end line: 373 size: 8 LOC McCabe index: 2 number of parameters: 4 id: 3354 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 496 end line: 503 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3355 unit: public void put() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 505 end line: 513 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 3356 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 58 end line: 65 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3357 unit: private void initSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 234 end line: 241 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3358 unit: protected HugeType schemaType() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java start line: 47 end line: 55 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3359 unit: protected Id schemaId() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java start line: 57 end line: 64 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3360 unit: protected String schemaName() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java start line: 66 end line: 73 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3361 unit: public JobCounter jobCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 33 end line: 40 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3362 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 76 end line: 83 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3363 unit: public static boolean check() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java start line: 32 end line: 39 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3364 unit: protected static long degree() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 246 end line: 253 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3365 unit: protected static Long showModularity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 86 end line: 93 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3366 unit: protected static Long exportCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 102 end line: 109 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3367 unit: protected static Long clearPass() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 118 end line: 125 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3368 unit: protected Map checkAndCollectParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java start line: 53 end line: 60 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3369 unit: public static void checkGraphName() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 112 end line: 119 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3370 unit: public static PropertiesConfiguration getRemoteConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 133 end line: 140 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3371 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 64 end line: 71 size: 8 LOC McCabe index: 3 number of parameters: 0 id: 3372 unit: public static final EdgeId getIdValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 496 end line: 503 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 3373 unit: public HugeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 37 end line: 45 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 3374 unit: public void remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java start line: 58 end line: 65 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3375 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java start line: 73 end line: 80 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3376 unit: public void remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java start line: 47 end line: 54 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3377 unit: public Set getPropertyKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 200 end line: 207 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3378 unit: public JiebaAnalyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java start line: 43 end line: 50 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3379 unit: public HanLPAnalyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java start line: 61 end line: 68 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3380 unit: public IKAnalyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java start line: 44 end line: 51 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3381 unit: public AnsjAnalyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java start line: 48 end line: 55 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3382 unit: static file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java start line: 51 end line: 58 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3383 unit: private static void writeOption() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java start line: 63 end line: 71 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 3384 unit: public void testCounter() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java start line: 51 end line: 58 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3385 unit: public void testGetExistKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 65 end line: 73 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3386 unit: public void testGetNonExistKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 76 end line: 84 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3387 unit: public void testMergeWithStringList() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java start line: 153 end line: 163 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3388 unit: public void testType() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java start line: 39 end line: 47 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3389 unit: public void testFromCode() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java start line: 35 end line: 42 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3390 unit: public void testThread() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 99 end line: 109 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3391 unit: public void testIntFixedMapBySegments() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 59 end line: 68 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3392 unit: public void testEncodeBase64() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 46 end line: 53 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3393 unit: public void testSha256() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 86 end line: 93 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3394 unit: public void testConcatIds() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java start line: 54 end line: 61 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3395 unit: public void testSplitIds() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java start line: 64 end line: 71 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3396 unit: public void testParse() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java start line: 102 end line: 109 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3397 unit: public void testAddEdgeWithNullableKeysAbsent() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 581 end line: 589 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3398 unit: public void testQueryAllWithOffset() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1953 end line: 1962 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3399 unit: public void testQueryEdgesByHasKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2888 end line: 2896 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3400 unit: public void testQueryEdgesByHasValues() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2918 end line: 2926 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3401 unit: public void testQueryInVerticesOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4644 end line: 4653 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3402 unit: private Iterator edgesOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java start line: 826 end line: 834 size: 8 LOC McCabe index: 2 number of parameters: 3 id: 3403 unit: public void testCreateVertexLabelWithNameExistWithIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 127 end line: 134 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3404 unit: public void testCreateVertexLabelWithIdExistInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 137 end line: 144 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3405 unit: public void testCreateEdgeLabelWithPositiveIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 360 end line: 367 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3406 unit: public void testCreateEdgeLabelWithNonExistNameAndIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 370 end line: 377 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3407 unit: public void testCreatePropertyKeyWithNameExistWithIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 525 end line: 532 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3408 unit: public void testCreatePropertyKeyWithIdExistInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 535 end line: 542 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3409 unit: public void testQueryAllWithOffset() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2890 end line: 2899 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3410 unit: public void testQueryByHasKeys() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3316 end line: 3324 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3411 unit: public void testQueryByHasValues() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3350 end line: 3358 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3412 unit: public void testQueryByIntPropWithNonResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3454 end line: 3464 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3413 unit: public void testQueryByIntPropUsingLtWithMultiResults() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3554 end line: 3564 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3414 unit: public void testQueryByIntPropUsingLteWithMultiResults() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3567 end line: 3577 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3415 unit: public void testQueryByIntPropUsingGtWithOneResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3580 end line: 3590 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3416 unit: public void testQueryByIntPropUsingGtWithMultiResults() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3593 end line: 3603 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3417 unit: public void testQueryByIntPropUsingGtWithNonResult() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3606 end line: 3616 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3418 unit: public void testQueryByIntPropUsingGteWithMultiResults() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3619 end line: 3629 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3419 unit: public void testAddVertexPropertyNotInVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6185 end line: 6193 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3420 unit: public void testRemoveVertexPropertyNonNullWithIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6404 end line: 6411 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3421 unit: public void testRemoveVertexPropertyNonNullWithoutIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6422 end line: 6429 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3422 unit: public void testUpdateVertexPropertyOfPrimaryKeyOfNewVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6613 end line: 6622 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3423 unit: public void testInsertAndDeleteVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 7249 end line: 7258 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3424 unit: public void testCreateMultiGraphs() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 74 end line: 81 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3425 unit: public void testCreateGraphWithSameNameDifferentBackends() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 289 end line: 296 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3426 unit: private static List openGraphs() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java start line: 354 end line: 361 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3427 unit: protected void createUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java start line: 162 end line: 169 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3428 unit: public RestClient() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 106 end line: 113 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3429 unit: public Response put() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 164 end line: 171 size: 8 LOC McCabe index: 2 number of parameters: 4 id: 3430 unit: protected static String assertResponseStatus() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 610 end line: 617 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3431 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/SchemaApiTest.java start line: 28 end line: 36 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3432 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 36 end line: 43 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3433 unit: private Response createUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java start line: 140 end line: 147 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3434 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java start line: 38 end line: 45 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3435 unit: private int rebuild() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java start line: 137 end line: 145 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3436 unit: public static boolean containsId() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java start line: 55 end line: 62 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 3437 unit: public static boolean contains() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java start line: 74 end line: 81 size: 8 LOC McCabe index: 3 number of parameters: 2 id: 3438 unit: public void init() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 198 end line: 205 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3439 unit: public int writeLines() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 73 end line: 80 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3440 unit: public String writeAuthElements() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 237 end line: 244 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3441 unit: public String writeWeightedPaths() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 301 end line: 308 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3442 unit: public void rollbackAll() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 227 end line: 234 size: 8 LOC McCabe index: 4 number of parameters: 0 id: 3443 unit: public void commitAll() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 240 end line: 247 size: 8 LOC McCabe index: 4 number of parameters: 0 id: 3444 unit: private void notifyAndWaitEvent() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 574 end line: 581 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3445 unit: void checkPropertyType() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 60 end line: 67 size: 8 LOC McCabe index: 4 number of parameters: 2 id: 3446 unit: void checkPropertyType() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 77 end line: 84 size: 8 LOC McCabe index: 4 number of parameters: 2 id: 3447 unit: public Id getNextId() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 182 end line: 189 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3448 unit: private void verifyPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 820 end line: 832 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3449 unit: private Iterator verifyElemPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 877 end line: 884 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3450 unit: private void verifyNamePermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 904 end line: 911 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 3451 unit: public HugeUser findUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1244 end line: 1251 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3452 unit: public HugeUser getUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1254 end line: 1261 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3453 unit: public RolePermission rolePermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1525 end line: 1532 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3454 unit: protected static Context getContext() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1805 end line: 1814 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3455 unit: public void run() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1860 end line: 1867 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3456 unit: public User() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 160 end line: 171 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3457 unit: static ExecutorService newGremlinExecutorService() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 160 end line: 167 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3458 unit: public Response doPostRequest() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java start line: 51 end line: 58 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3459 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java start line: 103 end line: 111 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3460 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java start line: 117 end line: 125 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3461 unit: public HugeGroup build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java start line: 154 end line: 161 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3462 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java start line: 104 end line: 112 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3463 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java start line: 118 end line: 126 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3464 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java start line: 184 end line: 191 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3465 unit: public String list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 106 end line: 114 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3466 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 120 end line: 128 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3467 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java start line: 132 end line: 140 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3468 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java start line: 198 end line: 205 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3469 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java start line: 131 end line: 139 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3470 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 255 end line: 262 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3471 unit: private static VertexLabel vertexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 422 end line: 430 size: 8 LOC McCabe index: 2 number of parameters: 3 id: 3472 unit: private static List steps() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java start line: 107 end line: 114 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3473 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java start line: 141 end line: 148 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3474 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java start line: 157 end line: 164 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3475 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java start line: 131 end line: 138 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3476 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java start line: 195 end line: 202 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3477 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java start line: 174 end line: 181 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3478 unit: private static List steps() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java start line: 92 end line: 99 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3479 unit: private static List steps() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java start line: 90 end line: 97 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3480 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java start line: 146 end line: 154 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3481 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java start line: 167 end line: 175 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3482 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java start line: 267 end line: 274 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3483 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 147 end line: 155 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3484 unit: public String get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java start line: 149 end line: 157 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3485 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java start line: 260 end line: 267 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3486 unit: public void drop() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 110 end line: 118 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3487 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 169 end line: 176 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3488 unit: public String toJson() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 178 end line: 185 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3489 unit: public Map vertexLabelRebuild() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java start line: 57 end line: 65 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3490 unit: public Map edgeLabelRebuild() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java start line: 74 end line: 82 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3491 unit: public Map indexLabelRebuild() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java start line: 91 end line: 99 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3492 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java start line: 137 end line: 145 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3493 unit: private static Compress getCompressAnnotation() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java start line: 95 end line: 102 size: 8 LOC McCabe index: 3 number of parameters: 1 id: 3494 unit: public void filter() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java start line: 37 end line: 45 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3495 unit: public void filter() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 78 end line: 85 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3496 unit: public static HugeGraph graph() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 69 end line: 76 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3497 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java start line: 41 end line: 52 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3498 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java start line: 33 end line: 44 size: 8 LOC McCabe index: 1 number of parameters: 1 id: 3499 unit: protected Insert buildInsert() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 512 end line: 520 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3500 unit: protected final long skip() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java start line: 138 end line: 145 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3501 unit: protected TableBackendEntry newBackendEntry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 68 end line: 75 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3502 unit: protected void parseProperties() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 140 end line: 147 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3503 unit: protected void writeUserdata() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 203 end line: 210 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3504 unit: protected final CassandraTable table() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 600 end line: 607 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3505 unit: public void clearOlapTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 763 end line: 770 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3506 unit: public void close() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 243 end line: 250 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3507 unit: void appendTo() file: hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java start line: 68 end line: 79 size: 8 LOC McCabe index: 1 number of parameters: 3 id: 3508 unit: public void ingest() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java start line: 77 end line: 84 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3509 unit: public void onCloneConfig() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java start line: 44 end line: 54 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3510 unit: protected String wrapPath() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 390 end line: 399 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3511 unit: protected void createTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 577 end line: 584 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3512 unit: protected RocksDBSessions db() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 891 end line: 901 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3513 unit: public void close() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 65 end line: 72 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3514 unit: public ReusedRocksIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 156 end line: 163 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3515 unit: protected void registerMetaHandlers() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 68 end line: 75 size: 8 LOC McCabe index: 1 number of parameters: 0 id: 3516 unit: protected BackendColumnIterator getById() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 210 end line: 217 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3517 unit: protected BackendColumnIterator queryByPrefix() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 231 end line: 238 size: 8 LOC McCabe index: 2 number of parameters: 2 id: 3518 unit: public String readVersion() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 59 end line: 66 size: 8 LOC McCabe index: 2 number of parameters: 1 id: 3519 unit: protected synchronized void doClose() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 336 end line: 344 size: 8 LOC McCabe index: 2 number of parameters: 0 id: 3520 unit: public BackendColumnIterator scan() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1033 end line: 1050 size: 8 LOC McCabe index: 1 number of parameters: 2 id: 3521 unit: public BackendColumnIterator scan() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1056 end line: 1073 size: 8 LOC McCabe index: 1 number of parameters: 4 id: 3522 unit: public RocksDBSstSessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 66 end line: 73 size: 8 LOC McCabe index: 2 number of parameters: 5 id: 3523 unit: public void put() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 335 end line: 342 size: 8 LOC McCabe index: 2 number of parameters: 3 id: 3524 unit: public void init() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 577 end line: 583 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3525 unit: public void createNamespace() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 198 end line: 204 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3526 unit: public Future truncateTableAsync() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 290 end line: 296 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3527 unit: public void compactTables() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 298 end line: 304 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3528 unit: private int batchSize() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 478 end line: 484 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3529 unit: public void put() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 614 end line: 620 size: 7 LOC McCabe index: 1 number of parameters: 6 id: 3530 unit: protected R queryByIds() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 223 end line: 229 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3531 unit: public long estimateDataSize() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 388 end line: 394 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3532 unit: public static synchronized HbaseOptions instance() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java start line: 36 end line: 42 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3533 unit: protected static MysqlBackendEntry castBackendEntry() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 370 end line: 376 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3534 unit: public void init() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 492 end line: 498 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3535 unit: public static synchronized MysqlOptions instance() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java start line: 34 end line: 40 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3536 unit: public Meta() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 92 end line: 99 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3537 unit: public Counters() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 140 end line: 147 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3538 unit: public WhereBuilder() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 34 end line: 40 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3539 unit: protected String wrapStringIfNeeded() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 276 end line: 282 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3540 unit: protected List buildUpdateIfPresentParams() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 310 end line: 318 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3541 unit: protected StringBuilder relation2Sql() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 692 end line: 699 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3542 unit: public static List formatKeys() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 803 end line: 809 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3543 unit: protected String buildExistsTable() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 178 end line: 184 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3544 unit: public void open() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 309 end line: 315 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3545 unit: private void doOpen() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 325 end line: 331 size: 7 LOC McCabe index: 3 number of parameters: 0 id: 3546 unit: public void endAndLog() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 418 end line: 424 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3547 unit: public static String toJson() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 60 end line: 66 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3548 unit: private long offset() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 423 end line: 429 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3549 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 497 end line: 503 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3550 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 570 end line: 576 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3551 unit: public IntIterator keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 579 end line: 585 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3552 unit: public IntIterator values() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 588 end line: 594 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3553 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 73 end line: 79 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3554 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 81 end line: 87 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3555 unit: public boolean tryAcquire() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java start line: 52 end line: 59 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3556 unit: public static Object parameter() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java start line: 26 end line: 32 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3557 unit: public void unlock() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 281 end line: 287 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3558 unit: public static T copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java start line: 73 end line: 79 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3559 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java start line: 47 end line: 53 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3560 unit: public static RuntimeException wrapException() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 255 end line: 261 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3561 unit: public static synchronized CoreOptions instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java start line: 40 end line: 47 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3562 unit: public static synchronized AuthOptions instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java start line: 32 end line: 38 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3563 unit: public static void ignoreCheckedClass() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 132 end line: 139 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3564 unit: public void checkPermission() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 142 end line: 148 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3565 unit: public void checkPermission() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 151 end line: 157 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 3566 unit: public void checkCreateClassLoader() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 160 end line: 166 size: 7 LOC McCabe index: 3 number of parameters: 0 id: 3567 unit: public void checkLink() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 169 end line: 175 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3568 unit: public void checkExit() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 203 end line: 209 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3569 unit: public void checkExec() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 212 end line: 218 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3570 unit: public void checkRead() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 221 end line: 227 size: 7 LOC McCabe index: 5 number of parameters: 1 id: 3571 unit: public void checkRead() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 242 end line: 248 size: 7 LOC McCabe index: 4 number of parameters: 2 id: 3572 unit: public void checkWrite() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 251 end line: 257 size: 7 LOC McCabe index: 5 number of parameters: 1 id: 3573 unit: public void checkWrite() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 260 end line: 266 size: 7 LOC McCabe index: 5 number of parameters: 1 id: 3574 unit: public void checkDelete() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 269 end line: 275 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3575 unit: public void checkListen() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 278 end line: 284 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3576 unit: public void checkAccept() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 287 end line: 293 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3577 unit: public void checkConnect() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 306 end line: 312 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3578 unit: public void checkSetFactory() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 332 end line: 338 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3579 unit: public static String unhide() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 155 end line: 161 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3580 unit: public HugeResource() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 82 end line: 88 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3581 unit: private boolean filter() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 136 end line: 142 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3582 unit: public static boolean allowed() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 246 end line: 254 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3583 unit: public static String unhide() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 258 end line: 264 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3584 unit: public static String unhide() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 188 end line: 194 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3585 unit: public String create() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java start line: 47 end line: 53 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3586 unit: public static String unhide() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 157 end line: 163 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3587 unit: public UserWithRole validateUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 653 end line: 659 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3588 unit: public List list() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 145 end line: 151 size: 7 LOC McCabe index: 1 number of parameters: 6 id: 3589 unit: private void commitOrRollback() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 230 end line: 236 size: 7 LOC McCabe index: 3 number of parameters: 0 id: 3590 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 128 end line: 134 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3591 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 201 end line: 207 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3592 unit: public static String unhide() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 238 end line: 244 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3593 unit: public static String unhide() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 216 end line: 222 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3594 unit: public EntityManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 56 end line: 63 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3595 unit: private HugeVertex constructVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 179 end line: 185 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3596 unit: private void commitOrRollback() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 187 end line: 193 size: 7 LOC McCabe index: 3 number of parameters: 0 id: 3597 unit: public static Throwable rootCause() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java start line: 48 end line: 54 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3598 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 69 end line: 75 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3599 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 88 end line: 94 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3600 unit: private ClusterRole from() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardClusterRoleStore.java start line: 138 end line: 145 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3601 unit: public static synchronized RoleElectionOptions instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionOptions.java start line: 34 end line: 41 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3602 unit: public int total() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 67 end line: 73 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3603 unit: public PagingIdHolder() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 99 end line: 105 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3604 unit: private long remaining() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 242 end line: 248 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3605 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 251 end line: 258 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3606 unit: protected TextBackendEntry convertEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 99 end line: 105 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3607 unit: private static String writeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 794 end line: 800 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3608 unit: protected abstract void formatProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 635 end line: 643 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3609 unit: public BinarySerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 90 end line: 96 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3610 unit: private boolean readBool() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1248 end line: 1254 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3611 unit: public BytesBuffer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 88 end line: 94 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3612 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java start line: 59 end line: 65 size: 7 LOC McCabe index: 3 number of parameters: 0 id: 3613 unit: protected PageState pageState() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java start line: 117 end line: 123 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3614 unit: public void columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 142 end line: 148 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3615 unit: public Row() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 51 end line: 57 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3616 unit: private IdHolder doSingleOrJointIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 529 end line: 535 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3617 unit: private IdHolder doSingleOrCompositeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 538 end line: 544 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3618 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1612 end line: 1618 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3619 unit: public void rollback() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 252 end line: 258 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3620 unit: protected final Collection verticesInTxUpdated() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 278 end line: 284 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3621 unit: public void commit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 506 end line: 512 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3622 unit: public void removeEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 866 end line: 878 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3623 unit: private void checkTxVerticesCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1890 end line: 1896 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3624 unit: private void checkTxEdgesCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1898 end line: 1904 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3625 unit: public SchemaTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 78 end line: 85 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3626 unit: public Id addPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 124 end line: 130 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3627 unit: public VertexLabel getVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 198 end line: 204 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3628 unit: protected void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java start line: 39 end line: 47 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3629 unit: public void commitIfGtSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java start line: 59 end line: 65 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3630 unit: public void rollback() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java start line: 68 end line: 74 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3631 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java start line: 77 end line: 83 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3632 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 172 end line: 178 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3633 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 245 end line: 251 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3634 unit: private static UUID fromBytes() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 337 end line: 343 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3635 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 79 end line: 85 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3636 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 64 end line: 70 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3637 unit: public List relations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 204 end line: 210 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3638 unit: public static ListIterator toList() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 182 end line: 188 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3639 unit: public Query rootOriginQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 132 end line: 138 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3640 unit: protected Map getOrNewOrders() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 156 end line: 162 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3641 unit: public void copyOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 173 end line: 179 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3642 unit: public long goOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 190 end line: 196 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3643 unit: public long remaining() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 258 end line: 264 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3644 unit: public long total() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 266 end line: 272 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3645 unit: public boolean reachLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 298 end line: 304 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3646 unit: public Query copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 475 end line: 481 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3647 unit: public static void checkForceCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 574 end line: 580 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3648 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 458 end line: 464 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3649 unit: public Condition replace() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 600 end line: 606 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3650 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 609 end line: 615 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3651 unit: public Relation copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 678 end line: 684 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3652 unit: public Relation copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 743 end line: 749 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3653 unit: public Iterator query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 111 end line: 117 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3654 unit: public Number queryNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 120 end line: 126 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3655 unit: public void delete() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 85 end line: 92 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3656 unit: protected Map queryByIdRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 254 end line: 260 size: 7 LOC McCabe index: 1 number of parameters: 5 id: 3657 unit: protected Iterator skipOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 287 end line: 294 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 3658 unit: public R dispatchMetaHandler() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java start line: 38 end line: 44 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3659 unit: protected final void skipPageOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 141 end line: 151 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3660 unit: public AbstractBackendSession() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 67 end line: 73 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3661 unit: private void expandCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java start line: 68 end line: 74 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3662 unit: protected void checkOpened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java start line: 68 end line: 74 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3663 unit: public void merge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 161 end line: 167 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3664 unit: public List get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 296 end line: 302 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3665 unit: private void registerRpcRequestProcessors() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 416 end line: 422 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3666 unit: private ExecutorService createSnapshotExecutor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 431 end line: 437 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3667 unit: public static final void check() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java start line: 46 end line: 52 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3668 unit: private void checkOpened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 75 end line: 81 size: 7 LOC McCabe index: 4 number of parameters: 0 id: 3669 unit: public RamTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 96 end line: 102 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3670 unit: private static void ensureNumberId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 374 end line: 380 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3671 unit: public LoadTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 484 end line: 490 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3672 unit: public SchemaElement copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 136 end line: 142 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3673 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 150 end line: 157 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3674 unit: public IndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 42 end line: 48 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3675 unit: public boolean hasSameContent() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 123 end line: 129 size: 7 LOC McCabe index: 4 number of parameters: 1 id: 3676 unit: public PropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 49 end line: 55 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3677 unit: public boolean hasSameContent() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 124 end line: 130 size: 7 LOC McCabe index: 5 number of parameters: 1 id: 3678 unit: public Id remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 215 end line: 221 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3679 unit: public Id remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 252 end line: 258 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3680 unit: public Id rebuildIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 261 end line: 267 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3681 unit: public Id remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 286 end line: 292 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3682 unit: public Id rebuildIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 295 end line: 301 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3683 unit: public Id remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 308 end line: 314 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3684 unit: public Id rebuild() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 317 end line: 323 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3685 unit: public Directions opposite() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java start line: 67 end line: 73 size: 7 LOC McCabe index: 3 number of parameters: 0 id: 3686 unit: public boolean isIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 125 end line: 131 size: 7 LOC McCabe index: 10 number of parameters: 0 id: 3687 unit: private Analyzer analyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 551 end line: 557 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3688 unit: protected void reloadRamtable() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 563 end line: 570 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3689 unit: public Id addPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 732 end line: 738 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3690 unit: public Id clearPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 774 end line: 780 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3691 unit: public VertexLabel vertexLabelOrNone() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 811 end line: 817 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3692 unit: public EdgeLabel edgeLabelOrNone() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 872 end line: 878 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3693 unit: public void create() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 977 end line: 985 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3694 unit: public synchronized Variables variables() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1022 end line: 1029 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3695 unit: private ServerInfoManager serverInfoManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1054 end line: 1060 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3696 unit: public void commit() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1351 end line: 1357 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3697 unit: public void rollback() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1360 end line: 1366 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3698 unit: public void addHasContainer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 184 end line: 190 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3699 unit: default Object metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java start line: 36 end line: 42 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3700 unit: public HugeVertexStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 58 end line: 64 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3701 unit: public void addHasContainer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 214 end line: 220 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3702 unit: public static HugeGraph getGraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 99 end line: 105 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3703 unit: private void processOne() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 153 end line: 159 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3704 unit: public IntIterator get() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java start line: 43 end line: 49 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3705 unit: public ShortestPathRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java start line: 40 end line: 47 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3706 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 262 end line: 268 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3707 unit: public static void checkCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 351 end line: 357 size: 7 LOC McCabe index: 3 number of parameters: 3 id: 3708 unit: protected static Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 427 end line: 433 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3709 unit: public Set vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 718 end line: 724 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3710 unit: public Path shortestPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 87 end line: 93 size: 7 LOC McCabe index: 1 number of parameters: 5 id: 3711 unit: private void mergeSameLayerIncrRanks() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 173 end line: 179 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3712 unit: private void calcTotalWeight() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 229 end line: 235 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3713 unit: public PersonalRankTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java start line: 42 end line: 48 size: 7 LOC McCabe index: 1 number of parameters: 4 id: 3714 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 87 end line: 93 size: 7 LOC McCabe index: 1 number of parameters: 7 id: 3715 unit: public void afterTraverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 135 end line: 142 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3716 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 99 end line: 105 size: 7 LOC McCabe index: 1 number of parameters: 8 id: 3717 unit: public Similar() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 248 end line: 254 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3718 unit: public void traverseOneLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java start line: 41 end line: 47 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3719 unit: public void traverseOneLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java start line: 44 end line: 50 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3720 unit: public HugeVertex constructVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 749 end line: 755 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3721 unit: private boolean deleteIndexIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 767 end line: 774 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3722 unit: public void addScheduler() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 88 end line: 95 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3723 unit: public int pendingTasks() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 237 end line: 243 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3724 unit: protected void notifyNewTask() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 245 end line: 258 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3725 unit: public static String unhide() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 710 end line: 716 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3726 unit: private HugeServerInfo saveServerInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 245 end line: 252 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3727 unit: private HugeServerInfo selfServerInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 312 end line: 318 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3728 unit: public HugeServerInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 66 end line: 72 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3729 unit: public static String unhide() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 240 end line: 246 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3730 unit: protected void done() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java start line: 31 end line: 37 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3731 unit: private float weightOfEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 179 end line: 185 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3732 unit: private Vertex newCommunityNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 187 end line: 198 size: 7 LOC McCabe index: 1 number of parameters: 4 id: 3733 unit: private List neighbors() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 255 end line: 261 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3734 unit: public synchronized void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 788 end line: 794 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3735 unit: public synchronized void remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 796 end line: 802 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3736 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 813 end line: 819 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3737 unit: public Community vertex2CommunityIfAbsent() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 850 end line: 856 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3738 unit: private String labelOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 245 end line: 252 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3739 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 55 end line: 61 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3740 unit: private void initVertexComponentMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 138 end line: 144 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3741 unit: protected static int depth() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 120 end line: 126 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3742 unit: protected static Directions direction() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 135 end line: 141 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3743 unit: protected static Directions direction4Out() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 143 end line: 149 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3744 unit: protected Vertex vertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 392 end line: 398 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3745 unit: protected Iterator edges() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 423 end line: 429 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3746 unit: private void shrinkIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 524 end line: 531 size: 7 LOC McCabe index: 4 number of parameters: 1 id: 3747 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 311 end line: 317 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3748 unit: protected void meetNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java start line: 119 end line: 125 size: 7 LOC McCabe index: 2 number of parameters: 5 id: 3749 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java start line: 49 end line: 55 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3750 unit: public static RuntimeException wrapException() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 184 end line: 190 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3751 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java start line: 50 end line: 57 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3752 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java start line: 31 end line: 39 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3753 unit: public boolean addElementAndTriggerDelete() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 96 end line: 102 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3754 unit: public boolean addIndexAndTriggerDelete() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 109 end line: 115 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3755 unit: protected void done() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java start line: 31 end line: 37 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3756 unit: protected static Directions direction() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 238 end line: 244 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3757 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java start line: 27 end line: 33 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3758 unit: protected Map checkAndCollectParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 66 end line: 72 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3759 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java start line: 44 end line: 50 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3760 unit: public Set elementIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 112 end line: 118 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3761 unit: public HugeIndex clone() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 160 end line: 166 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3762 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 169 end line: 176 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3763 unit: public static Id formatIndexHashId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 191 end line: 197 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3764 unit: protected HugeEdge clone() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 483 end line: 489 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3765 unit: public Iterator edges() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 382 end line: 388 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3766 unit: public boolean valid() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 591 end line: 598 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3767 unit: public HugeVertex prepareRemoved() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 604 end line: 612 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3768 unit: protected HugeVertex clone() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 626 end line: 632 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3769 unit: public HugeVertex4Insert() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 665 end line: 675 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3770 unit: protected GraphTransaction tx() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 697 end line: 703 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3771 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 94 end line: 101 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3772 unit: public HugeFeatures() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 38 end line: 45 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3773 unit: public Map getPropertiesMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 218 end line: 225 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3774 unit: public V getPropertyValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 243 end line: 249 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3775 unit: public Set segment() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java start line: 53 end line: 59 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3776 unit: public StructureBasicSuite() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java start line: 99 end line: 106 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3777 unit: public void initEdgeLabelDefaultCreatedDefault() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 897 end line: 903 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3778 unit: public void initEdgeLabelPersonKnowsPerson() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 905 end line: 911 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3779 unit: public void initEdgeLabelPersonCreatedSoftware() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 913 end line: 919 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3780 unit: private static String getAKeyType() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 218 end line: 224 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3781 unit: private static String getIoType() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 226 end line: 232 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3782 unit: protected void clearData() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 77 end line: 83 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3783 unit: protected void commit() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 85 end line: 91 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3784 unit: private static RocksDBSessions open() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 112 end line: 118 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3785 unit: private static BackendEntry parse() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java start line: 85 end line: 91 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3786 unit: public void testDecodePageWithSpecialBase64Chars() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java start line: 51 end line: 60 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3787 unit: public void testValueToUUID() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java start line: 78 end line: 85 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3788 unit: public void testOrderBy() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java start line: 39 end line: 46 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3789 unit: public void testType() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java start line: 37 end line: 43 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3790 unit: public void testExec() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 236 end line: 243 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3791 unit: public void testSerializeEdgeId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 83 end line: 89 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3792 unit: public void testCoreVersionGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java start line: 30 end line: 36 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3793 unit: public void testDefaultRateLimiterCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java start line: 41 end line: 48 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3794 unit: public void testDecodeBase64() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 56 end line: 62 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3795 unit: public void testFormat() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 127 end line: 133 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3796 unit: public void testDecompress() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 149 end line: 155 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3797 unit: public void testQueryEdgesById() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2662 end line: 2669 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3798 unit: public void testQueryEdgesByInvalidId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 2742 end line: 2749 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3799 unit: public void testQueryOutEdgesOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3507 end line: 3516 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3800 unit: public void testQueryOutVerticesOfVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 3519 end line: 3527 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3801 unit: public void testQueryInEdgesOfVertexWithResultN() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4529 end line: 4538 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3802 unit: public void testQueryInEdgesOfVertexWithResult1() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4541 end line: 4549 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3803 unit: public void testQueryInEdgesOfVertexWithResult0() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 4552 end line: 4560 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3804 unit: public void testUpdateEdgePropertyOfSortKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6015 end line: 6023 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3805 unit: private Vertex vertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7504 end line: 7510 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3806 unit: public void testAddVertexLabelWithNotExistProperty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 428 end line: 435 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3807 unit: public static void initEnv() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 56 end line: 62 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3808 unit: public String toString() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 87 end line: 93 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3809 unit: public void testCreateVertexLabelWithId0InNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 41 end line: 47 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3810 unit: public void testCreateVertexLabelWithId0InMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 50 end line: 56 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3811 unit: public void testCreateVertexLabelWithId0InRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 59 end line: 65 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3812 unit: public void testCreateVertexLabelWithNegativeIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 68 end line: 74 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3813 unit: public void testCreateVertexLabelWithNegativeIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 77 end line: 83 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3814 unit: public void testCreateVertexLabelWithNegativeIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 86 end line: 92 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3815 unit: public void testCreateVertexLabelWithPositiveIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 95 end line: 101 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3816 unit: public void testCreateVertexLabelWithPositiveIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 104 end line: 110 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3817 unit: public void testCreateSystemVertexLabelWith0Id() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 147 end line: 153 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3818 unit: public void testCreateSystemVertexLabelWithPositiveId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 156 end line: 162 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3819 unit: public void testCreateVertexWithAutomaticStrategyAndIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 183 end line: 189 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3820 unit: public void testCreateVertexWithAutomaticStrategyAndIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 192 end line: 198 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3821 unit: public void testCreateVertexWithCustomizeStrategyAndIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 237 end line: 243 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3822 unit: public void testCreateVertexWithCustomizeStrategyAndIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 246 end line: 252 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3823 unit: public void testCreateVertexWithCustomizeStrategyAndIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 255 end line: 261 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3824 unit: public void testCreatePropertyKeyWithId0InNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 437 end line: 443 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3825 unit: public void testCreatePropertyKeyWithId0InMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 446 end line: 452 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3826 unit: public void testCreatePropertyKeyWithId0InRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 455 end line: 461 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3827 unit: public void testCreatePropertyKeyWithNegativeIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 464 end line: 470 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3828 unit: public void testCreatePropertyKeyWithNegativeIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 473 end line: 479 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3829 unit: public void testCreatePropertyKeyWithNegativeIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 482 end line: 488 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3830 unit: public void testCreatePropertyKeyWithPositiveIdInNoneMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 491 end line: 497 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3831 unit: public void testCreatePropertyKeyWithPositiveIdInMergingMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 500 end line: 507 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3832 unit: public void testAddVertexLabelNewVertexWithNonNullKeysAbsent() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 765 end line: 772 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3833 unit: public void testAddVertexWithAppendedNullableKeysAbsent() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 775 end line: 783 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3834 unit: public void testQueryByLabelNotExists() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 3200 end line: 3208 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3835 unit: private void init100Books() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9178 end line: 9186 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3836 unit: private Vertex vertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9334 end line: 9340 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3837 unit: public void testList() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java start line: 101 end line: 107 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3838 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java start line: 35 end line: 41 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3839 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java start line: 37 end line: 43 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3840 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java start line: 36 end line: 42 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3841 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java start line: 37 end line: 43 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3842 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java start line: 36 end line: 42 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3843 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java start line: 39 end line: 45 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3844 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java start line: 37 end line: 43 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3845 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java start line: 35 end line: 41 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3846 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java start line: 37 end line: 43 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3847 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java start line: 36 end line: 42 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3848 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java start line: 36 end line: 42 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3849 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java start line: 35 end line: 41 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3850 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java start line: 37 end line: 43 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3851 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java start line: 33 end line: 39 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3852 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java start line: 36 end line: 42 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3853 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java start line: 35 end line: 41 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3854 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java start line: 35 end line: 41 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3855 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java start line: 35 end line: 41 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3856 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java start line: 32 end line: 38 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3857 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java start line: 35 end line: 41 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3858 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java start line: 35 end line: 41 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3859 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java start line: 36 end line: 42 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3860 unit: public Response get() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 140 end line: 146 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3861 unit: public Response get() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 148 end line: 154 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3862 unit: public Response delete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 177 end line: 183 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3863 unit: protected static void truncate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 601 end line: 608 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3864 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 107 end line: 113 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3865 unit: private String createProjectAndAddGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java start line: 226 end line: 232 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3866 unit: private Response login() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java start line: 153 end line: 160 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3867 unit: public FakeEdge() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java start line: 62 end line: 68 size: 7 LOC McCabe index: 1 number of parameters: 4 id: 3868 unit: protected List buildUpdateForcedParams() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 61 end line: 67 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3869 unit: public static synchronized PostgresqlOptions instance() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java start line: 33 end line: 39 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3870 unit: public static synchronized PaloOptions instance() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java start line: 36 end line: 42 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3871 unit: public int sessionId() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 57 end line: 63 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3872 unit: public int sessionPart() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 65 end line: 71 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3873 unit: public String readAsString() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 82 end line: 88 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3874 unit: public PaloHttpClient() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java start line: 35 end line: 42 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3875 unit: public void bulkLoadAsync() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java start line: 50 end line: 60 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3876 unit: public MetricsModule() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 267 end line: 273 size: 7 LOC McCabe index: 1 number of parameters: 4 id: 3877 unit: public String writeWeightedPath() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 292 end line: 298 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3878 unit: private void destroyRpcServer() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 330 end line: 336 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3879 unit: protected String formatError() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 164 end line: 170 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3880 unit: public static synchronized ServerOptions instance() file: hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java start line: 34 end line: 40 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3881 unit: private AuthElement updateCreator() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1183 end line: 1189 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3882 unit: private String currentUsername() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1191 end line: 1197 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3883 unit: public Id createUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1212 end line: 1218 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3884 unit: public String loginUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1572 end line: 1578 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3885 unit: protected static String getContextString() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1816 end line: 1822 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3886 unit: default boolean verifyRole() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 120 end line: 126 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3887 unit: public String toJson() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 223 end line: 229 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3888 unit: private void unlistenChanges() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 83 end line: 89 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3889 unit: public synchronized CompletableFuture stop() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 92 end line: 98 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3890 unit: public GraphManager provide() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 155 end line: 161 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3891 unit: public HugeTarget build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java start line: 175 end line: 181 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3892 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 224 end line: 230 size: 7 LOC McCabe index: 4 number of parameters: 0 id: 3893 unit: public HugeAccess build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java start line: 189 end line: 195 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3894 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 501 end line: 507 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3895 unit: public CypherClient getClient() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherManager.java start line: 47 end line: 55 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 3896 unit: public static CypherModel dataOf() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherModel.java start line: 33 end line: 39 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3897 unit: public static CypherModel failOf() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherModel.java start line: 41 end line: 47 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3898 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java start line: 181 end line: 187 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3899 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java start line: 148 end line: 154 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3900 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java start line: 146 end line: 152 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3901 unit: private static List mapIndexLabels() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 177 end line: 183 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3902 unit: private static IndexLabel mapIndexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 188 end line: 194 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3903 unit: public Object createSnapshot() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 183 end line: 190 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3904 unit: public Object resumeSnapshot() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 197 end line: 204 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3905 unit: public Map graphReadMode() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 277 end line: 284 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3906 unit: public static APICategory parse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 223 end line: 229 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3907 unit: public Object list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/VersionAPI.java start line: 44 end line: 50 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3908 unit: public void delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java start line: 103 end line: 110 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3909 unit: public Map get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java start line: 124 end line: 131 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3910 unit: public Response toResponse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 196 end line: 202 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3911 unit: public static boolean isWhiteAPI() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java start line: 95 end line: 101 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3912 unit: public Authorizer() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 161 end line: 167 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3913 unit: public boolean isUserInRole() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 183 end line: 190 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3914 unit: private Map getParameters() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 282 end line: 288 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3915 unit: public static void profile() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java start line: 89 end line: 95 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3916 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java start line: 40 end line: 49 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3917 unit: public static synchronized CassandraOptions instance() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java start line: 37 end line: 43 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3918 unit: protected Object toLongSet() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 109 end line: 115 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3919 unit: protected Object toLongList() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 118 end line: 124 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3920 unit: public void writeVersion() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 95 end line: 101 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3921 unit: public void increaseCounter() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 151 end line: 157 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3922 unit: protected Iterator results2Entries() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 895 end line: 901 size: 7 LOC McCabe index: 1 number of parameters: 2 id: 3923 unit: protected static void appendCacheMetrics() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 251 end line: 258 size: 7 LOC McCabe index: 1 number of parameters: 4 id: 3924 unit: private static String humpToLine() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 260 end line: 266 size: 7 LOC McCabe index: 3 number of parameters: 1 id: 3925 unit: public CassandraShard() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java start line: 74 end line: 81 size: 7 LOC McCabe index: 1 number of parameters: 3 id: 3926 unit: private TokenRange rangeToTokenRange() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java start line: 186 end line: 192 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3927 unit: protected static final CassandraBackendEntry castBackendEntry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 620 end line: 626 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3928 unit: public void checkAndRegisterOlapTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 747 end line: 753 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3929 unit: public void init() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 795 end line: 801 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3930 unit: private void tryOpen() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 210 end line: 217 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3931 unit: public void onDeleteConfig() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java start line: 57 end line: 64 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3932 unit: protected final RocksDBTable table() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 153 end line: 159 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3933 unit: protected final RocksDBTable table() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 161 end line: 167 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3934 unit: protected List tableNames() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 169 end line: 175 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3935 unit: public void checkAndRegisterOlapTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1075 end line: 1081 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3936 unit: public static synchronized RocksDBOptions instance() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java start line: 47 end line: 53 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3937 unit: private double getMemUsed() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 182 end line: 189 size: 7 LOC McCabe index: 1 number of parameters: 0 id: 3938 unit: public void insert() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 88 end line: 94 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3939 unit: public Iterator query() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 146 end line: 152 size: 7 LOC McCabe index: 3 number of parameters: 2 id: 3940 unit: public void compactRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 244 end line: 252 size: 7 LOC McCabe index: 2 number of parameters: 0 id: 3941 unit: public String property() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 817 end line: 823 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3942 unit: public void compactRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 846 end line: 853 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3943 unit: public void put() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 890 end line: 896 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3944 unit: public void merge() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 904 end line: 910 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3945 unit: public void increase() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 916 end line: 922 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3946 unit: public void delete() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 928 end line: 934 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3947 unit: public void deleteSingle() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 941 end line: 947 size: 7 LOC McCabe index: 2 number of parameters: 2 id: 3948 unit: public void deleteRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 968 end line: 974 size: 7 LOC McCabe index: 2 number of parameters: 3 id: 3949 unit: public BackendColumnIterator scan() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1021 end line: 1027 size: 7 LOC McCabe index: 1 number of parameters: 1 id: 3950 unit: private SstFileWriter table() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 194 end line: 200 size: 7 LOC McCabe index: 2 number of parameters: 1 id: 3951 unit: public BackendColumnIterator scan() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 434 end line: 440 size: 7 LOC McCabe index: 1 number of parameters: 4 id: 3952 unit: public Iterator query() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 228 end line: 234 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3953 unit: public Number queryNumber() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 237 end line: 243 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3954 unit: public HbaseSerializer() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java start line: 34 end line: 39 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3955 unit: public boolean existsTable() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 212 end line: 217 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3956 unit: default R scan() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 419 end line: 424 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 3957 unit: public void put() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 604 end line: 609 size: 6 LOC McCabe index: 1 number of parameters: 5 id: 3958 unit: public Result next() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 938 end line: 948 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 3959 unit: public boolean queryExist() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 142 end line: 147 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 3960 unit: protected R queryByRange() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 237 end line: 242 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 3961 unit: private static List serversAddress() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java start line: 195 end line: 200 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3962 unit: protected MysqlBackendEntry convertEntry() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 60 end line: 65 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 3963 unit: private void registerMetaHandlers() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 76 end line: 81 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 3964 unit: protected void initTables() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 324 end line: 329 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 3965 unit: protected void clearTables() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 331 end line: 336 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 3966 unit: protected void truncateTables() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 338 end line: 343 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 3967 unit: public final String entryId() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 535 end line: 540 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3968 unit: public final String entryId() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 657 end line: 662 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3969 unit: private void removeLastRecord() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 156 end line: 161 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 3970 unit: public MysqlSessions() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 55 end line: 60 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 3971 unit: private void tryOpen() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 317 end line: 323 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 3972 unit: public boolean opened() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 370 end line: 376 size: 6 LOC McCabe index: 4 number of parameters: 0 id: 3973 unit: public IntSetByFixedAddr() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 209 end line: 214 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3974 unit: private static long bitOffsetToByteOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 431 end line: 439 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3975 unit: private void expand() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java start line: 210 end line: 215 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 3976 unit: public KeyIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 420 end line: 425 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 3977 unit: public static String decode() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 100 end line: 105 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 3978 unit: public static String decode() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 107 end line: 112 size: 6 LOC McCabe index: 2 number of parameters: 3 id: 3979 unit: private static List lockKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 140 end line: 145 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 3980 unit: private Set locksOfGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 344 end line: 349 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 3981 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java start line: 56 end line: 61 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 3982 unit: public static T fromKryo() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java start line: 57 end line: 62 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 3983 unit: private Throwable throwException() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 155 end line: 160 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 3984 unit: public ExecutorPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 273 end line: 278 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 3985 unit: public synchronized void returnExecutor() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 290 end line: 295 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 3986 unit: public synchronized void destroy() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 297 end line: 302 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 3987 unit: public static void compressZip() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java start line: 177 end line: 182 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 3988 unit: public void checkMulticast() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 315 end line: 320 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 3989 unit: public void checkMulticast() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 324 end line: 329 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 3990 unit: public void checkPrintJobAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 363 end line: 368 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 3991 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 60 end line: 67 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 3992 unit: private boolean matchLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 183 end line: 190 size: 6 LOC McCabe index: 4 number of parameters: 1 id: 3993 unit: public HugeAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 49 end line: 54 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 3994 unit: public boolean match() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java start line: 55 end line: 60 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 3995 unit: public List list() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 138 end line: 143 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 3996 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 49 end line: 56 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 3997 unit: public static boolean isInterrupted() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java start line: 56 end line: 61 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 3998 unit: public static void registerSchemaSerializers() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 192 end line: 197 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 3999 unit: public static void registerGraphSerializers() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 199 end line: 210 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4000 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 302 end line: 307 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4001 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 318 end line: 323 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4002 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 333 end line: 338 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4003 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 349 end line: 354 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4004 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 564 end line: 569 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4005 unit: public Blob deserialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 592 end line: 597 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4006 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 87 end line: 92 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4007 unit: public Id read() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 95 end line: 100 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4008 unit: public StandardRoleElectionStateMachine() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 37 end line: 42 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4009 unit: static void randomPark() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 89 end line: 94 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4010 unit: public ClusterRole() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 33 end line: 38 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 4011 unit: public StandardStateMachineCallback() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardStateMachineCallback.java start line: 36 end line: 41 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4012 unit: public StandardClusterRoleStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardClusterRoleStore.java start line: 52 end line: 57 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4013 unit: public PageInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 37 end line: 42 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4014 unit: public static String pageInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 111 end line: 116 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4015 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java start line: 49 end line: 54 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4016 unit: public boolean addAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java start line: 57 end line: 62 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4017 unit: public PageState() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java start line: 37 end line: 42 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4018 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java start line: 57 end line: 62 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4019 unit: public QueryResults iterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 209 end line: 215 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4020 unit: public Query query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 346 end line: 351 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4021 unit: public void merge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java start line: 68 end line: 73 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4022 unit: public IdHolder next() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 174 end line: 179 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4023 unit: public PageIds peekNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 228 end line: 233 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4024 unit: private PageIds getFromCurrentBatch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 235 end line: 240 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4025 unit: public Object metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 261 end line: 266 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4026 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java start line: 60 end line: 65 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4027 unit: public R next() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java start line: 103 end line: 108 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4028 unit: public String page() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java start line: 42 end line: 47 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4029 unit: public BackendEntry writeEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 331 end line: 336 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4030 unit: protected void readEnableLabelIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 670 end line: 675 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4031 unit: private static T schemaEnum() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 692 end line: 697 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4032 unit: public BackendEntry writeVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java start line: 86 end line: 91 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4033 unit: private void writeLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1214 end line: 1219 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4034 unit: public static long sizeOfEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java start line: 130 end line: 141 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4035 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 264 end line: 269 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4036 unit: public TextBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 47 end line: 52 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4037 unit: public void columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 257 end line: 262 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4038 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 105 end line: 110 size: 6 LOC McCabe index: 2 number of parameters: 3 id: 4039 unit: public TableBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 146 end line: 151 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4040 unit: protected void asyncRemoveIndexLeft() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 117 end line: 122 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4041 unit: private static void validateIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1517 end line: 1522 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4042 unit: public Query rootQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1659 end line: 1664 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4043 unit: public Query asJointQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1666 end line: 1671 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4044 unit: public JointQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1678 end line: 1683 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4045 unit: private static Query parent() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1705 end line: 1711 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4046 unit: public Long execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1740 end line: 1745 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4047 unit: private void checkAggregateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1557 end line: 1562 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4048 unit: private void checkAggregateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1564 end line: 1569 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4049 unit: public void removeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1949 end line: 1956 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4050 unit: public void removeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1965 end line: 1972 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4051 unit: public Id removeVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 217 end line: 222 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4052 unit: public Id removeEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 248 end line: 253 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4053 unit: public Id removeIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 319 end line: 324 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4054 unit: public Id rebuildIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 332 end line: 337 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4055 unit: public Id createOlapPk() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 361 end line: 366 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4056 unit: public Id clearOlapPk() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 368 end line: 373 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4057 unit: public Id removeOlapPk() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 375 end line: 380 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4058 unit: protected void updateSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 400 end line: 405 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4059 unit: protected void addSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 407 end line: 412 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4060 unit: protected void commit2Backend() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java start line: 50 end line: 56 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4061 unit: public static final void check() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java start line: 46 end line: 51 size: 6 LOC McCabe index: 2 number of parameters: 3 id: 4062 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 186 end line: 191 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4063 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 259 end line: 264 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4064 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 366 end line: 371 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4065 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 432 end line: 437 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4066 unit: public char prefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java start line: 62 end line: 67 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4067 unit: public static Object writeBinString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java start line: 61 end line: 66 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4068 unit: public IdRangeQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 42 end line: 47 size: 6 LOC McCabe index: 1 number of parameters: 5 id: 4069 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 85 end line: 90 size: 6 LOC McCabe index: 4 number of parameters: 1 id: 4070 unit: public ConditionQuery query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 109 end line: 114 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4071 unit: public void removeElementLeftIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 179 end line: 184 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4072 unit: public Set getLeftIndexOfElement() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 190 end line: 195 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4073 unit: private Element2IndexValueMap element2IndexValueMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 197 end line: 202 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4074 unit: public ConditionQuery copyAndResetUnshared() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 532 end line: 538 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4075 unit: public Set toRemoveIndexValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 752 end line: 757 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4076 unit: public void setQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 62 end line: 67 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4077 unit: private void addQueries() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 74 end line: 79 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4078 unit: public void olapPk() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 372 end line: 377 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4079 unit: public BinCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 423 end line: 428 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4080 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 629 end line: 634 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4081 unit: public SyspropRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 653 end line: 658 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4082 unit: public UserpropRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 708 end line: 713 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4083 unit: private static Set or() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 235 end line: 240 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4084 unit: public IdQuery query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 108 end line: 113 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4085 unit: public IdQuery copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 121 end line: 126 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4086 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 176 end line: 181 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4087 unit: public void createSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 163 end line: 168 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4088 unit: public void resumeSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 171 end line: 176 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4089 unit: private void registerMetaHandlers() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 80 end line: 85 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4090 unit: public void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 195 end line: 201 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4091 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 204 end line: 210 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4092 unit: public void truncate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 213 end line: 219 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4093 unit: public void eliminate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 127 end line: 133 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4094 unit: protected Map queryByIdPrefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 247 end line: 252 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 4095 unit: public BackendEntryIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 43 end line: 48 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4096 unit: public Object metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 88 end line: 93 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4097 unit: public static final void checkInterrupted() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 95 end line: 100 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4098 unit: public T get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java start line: 56 end line: 61 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4099 unit: private static HugeException incompatibleActionException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 148 end line: 153 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4100 unit: public RaftBackendStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 54 end line: 59 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4101 unit: public void mutate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 140 end line: 146 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4102 unit: private boolean isWriteBufferOverflow() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 330 end line: 335 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4103 unit: private boolean isRpcTimeout() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 341 end line: 346 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4104 unit: public BackendStore originStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 223 end line: 228 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4105 unit: private ExecutorService createReadIndexExecutor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 424 end line: 429 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4106 unit: private ExecutorService createBackendExecutor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 439 end line: 444 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4107 unit: private RaftContext context() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 63 end line: 68 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4108 unit: public void waitReady() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 151 end line: 157 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4109 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 160 end line: 165 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4110 unit: public String getLeader() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java start line: 77 end line: 82 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4111 unit: private StoreCommand parseStoreCommand() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java start line: 77 end line: 82 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4112 unit: public static BackendColumn of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 39 end line: 44 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4113 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 54 end line: 59 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4114 unit: public void writeTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java start line: 57 end line: 62 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4115 unit: public V get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java start line: 42 end line: 48 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4116 unit: public void set() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java start line: 50 end line: 56 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4117 unit: public void put() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java start line: 38 end line: 43 size: 6 LOC McCabe index: 3 number of parameters: 2 id: 4118 unit: public long get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java start line: 55 end line: 60 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4119 unit: public void writeTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java start line: 74 end line: 79 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4120 unit: public static int schemaId() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 169 end line: 175 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4121 unit: public PropertyKey propertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 198 end line: 203 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4122 unit: public IndexLabel indexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 205 end line: 210 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4123 unit: public SchemaManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 40 end line: 45 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4124 unit: public HugeGraph proxy() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 47 end line: 52 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4125 unit: public PropertyKey getPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 70 end line: 75 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4126 unit: public VertexLabel getVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 77 end line: 82 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4127 unit: public EdgeLabel getEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 84 end line: 89 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4128 unit: public IndexLabel getIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 91 end line: 96 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4129 unit: private static void checkExists() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 137 end line: 142 size: 6 LOC McCabe index: 2 number of parameters: 3 id: 4130 unit: public boolean hasSameContent() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 88 end line: 93 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4131 unit: public void sourceLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 75 end line: 80 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4132 unit: public void targetLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 90 end line: 95 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4133 unit: public Id indexField() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 112 end line: 117 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4134 unit: public PropertyKey properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 107 end line: 112 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4135 unit: public AbstractBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 44 end line: 49 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4136 unit: public PropertyKeyBuilder id() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 224 end line: 229 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4137 unit: public VertexLabelBuilder id() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 270 end line: 275 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4138 unit: public IndexLabelBuilder id() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 326 end line: 331 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4139 unit: private void checkRepeatSecondaryIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 656 end line: 661 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4140 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 80 end line: 85 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4141 unit: public boolean isSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 106 end line: 111 size: 6 LOC McCabe index: 4 number of parameters: 0 id: 4142 unit: public boolean closed() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 312 end line: 317 size: 6 LOC McCabe index: 3 number of parameters: 0 id: 4143 unit: public Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 675 end line: 680 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4144 unit: public Iterator edges() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 703 end line: 708 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4145 unit: public Id removePropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 747 end line: 752 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4146 unit: public void addIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 900 end line: 905 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4147 unit: public TaskScheduler taskScheduler() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1047 end line: 1052 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4148 unit: public TinkerPopTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1326 end line: 1332 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4149 unit: private void setOpened() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1430 end line: 1436 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4150 unit: private void setClosed() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1438 end line: 1444 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4151 unit: private HugeVertex queryVariableVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 350 end line: 355 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4152 unit: private Iterator queryAllVariableVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 357 end line: 362 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4153 unit: public HugeVertexStepByBatch() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java start line: 47 end line: 52 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4154 unit: public void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java start line: 74 end line: 79 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4155 unit: private Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java start line: 112 end line: 118 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4156 unit: public HugeCountStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java start line: 40 end line: 45 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4157 unit: public static void convHasStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 659 end line: 664 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4158 unit: private static boolean isSysProp() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 685 end line: 691 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4159 unit: public AbstractRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java start line: 37 end line: 42 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4160 unit: protected final Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java start line: 58 end line: 63 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4161 unit: public PathSet rings() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 48 end line: 53 size: 6 LOC McCabe index: 1 number of parameters: 8 id: 4162 unit: public HugeTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 93 end line: 98 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4163 unit: protected Object getVertexLabelId() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 292 end line: 297 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4164 unit: protected Id getEdgeLabelId() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 299 end line: 304 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4165 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 622 end line: 627 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4166 unit: public NeighborRankTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 44 end line: 49 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4167 unit: public long degree() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 279 end line: 284 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4168 unit: public Step() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 190 end line: 195 size: 6 LOC McCabe index: 1 number of parameters: 6 id: 4169 unit: public WeightPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 189 end line: 194 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4170 unit: public WeightPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 196 end line: 201 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4171 unit: private Map compensateRoot() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java start line: 130 end line: 135 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4172 unit: protected Iterator filter() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 132 end line: 137 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4173 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 73 end line: 78 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 4174 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 80 end line: 85 size: 6 LOC McCabe index: 1 number of parameters: 5 id: 4175 unit: public WeightedEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 57 end line: 62 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 4176 unit: public HugeTask waitUntilTaskCompleted() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 597 end line: 603 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4177 unit: protected void closeTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 74 end line: 79 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4178 unit: public synchronized void decreaseLoad() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 179 end line: 184 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4179 unit: private HugeServerInfo removeSelfServerInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 331 end line: 342 size: 6 LOC McCabe index: 3 number of parameters: 0 id: 4180 unit: public HugeServerInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 74 end line: 79 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4181 unit: public Algorithm get() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java start line: 90 end line: 95 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4182 unit: protected boolean countOnly() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java start line: 78 end line: 83 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4183 unit: protected static String groupProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 127 end line: 132 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4184 unit: private int kinOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 277 end line: 282 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4185 unit: private float cweightOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 284 end line: 289 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4186 unit: protected static String showCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java start line: 72 end line: 77 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4187 unit: private String labelOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 238 end line: 243 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4188 unit: protected static boolean skipIsolated() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java start line: 115 end line: 120 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4189 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java start line: 44 end line: 49 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4190 unit: public Object triangleCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 86 end line: 91 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4191 unit: protected static boolean merged() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 94 end line: 99 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4192 unit: public Set ids() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 281 end line: 286 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4193 unit: protected static boolean copySchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 120 end line: 125 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4194 unit: protected static String edgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 128 end line: 133 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4195 unit: protected static String sourceLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 238 end line: 243 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4196 unit: protected static String sourceCLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 245 end line: 250 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4197 unit: protected AlgoTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 288 end line: 293 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4198 unit: protected Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 354 end line: 359 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4199 unit: public void deleteLastComma() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 564 end line: 569 size: 6 LOC McCabe index: 3 number of parameters: 0 id: 4200 unit: private StringBuilder appendString() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 628 end line: 633 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4201 unit: protected void compute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java start line: 43 end line: 48 size: 6 LOC McCabe index: 1 number of parameters: 5 id: 4202 unit: protected void backtrack() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java start line: 88 end line: 93 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4203 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 303 end line: 308 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4204 unit: private long degree() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java start line: 155 end line: 160 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4205 unit: protected static boolean withBoundary() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java start line: 62 end line: 67 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4206 unit: public static String formatTaskName() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java start line: 75 end line: 80 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4207 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java start line: 36 end line: 45 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4208 unit: public JobCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 49 end line: 54 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4209 unit: private Id genTaskId() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java start line: 78 end line: 83 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4210 unit: private String executeDir() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 139 end line: 144 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4211 unit: protected Map checkAndCollectParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java start line: 51 end line: 56 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4212 unit: protected static String showCommunity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 95 end line: 100 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4213 unit: protected static boolean skipIsolated() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 111 end line: 116 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4214 unit: public IdWithExpiredTime elementIdWithExpiredTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 101 end line: 106 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4215 unit: public boolean hasTtl() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 148 end line: 153 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4216 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 184 end line: 189 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4217 unit: public HugeEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 62 end line: 67 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 4218 unit: public boolean matchDirection() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 130 end line: 135 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4219 unit: protected GraphTransaction tx() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 219 end line: 224 size: 6 LOC McCabe index: 3 number of parameters: 0 id: 4220 unit: public HugeEdge switchOwner() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 387 end line: 392 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4221 unit: public HugeEdge switchToOutDirection() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 394 end line: 399 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4222 unit: private void checkAdjacentVertexExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 423 end line: 428 size: 6 LOC McCabe index: 3 number of parameters: 1 id: 4223 unit: public HugeEdge prepareRemoved() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 468 end line: 473 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4224 unit: public void addEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 245 end line: 250 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4225 unit: public void addEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 683 end line: 688 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4226 unit: public boolean equals() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java start line: 57 end line: 62 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4227 unit: public long ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 189 end line: 194 size: 6 LOC McCabe index: 3 number of parameters: 0 id: 4228 unit: private static String arg() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java start line: 93 end line: 98 size: 6 LOC McCabe index: 2 number of parameters: 3 id: 4229 unit: public I io() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 252 end line: 257 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4230 unit: public ProcessBasicSuite() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java start line: 269 end line: 274 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4231 unit: public ProcessBasicSuite() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java start line: 276 end line: 281 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4232 unit: public void testSelfChanged() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java start line: 65 end line: 71 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4233 unit: public void testEmptyPageState() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java start line: 81 end line: 87 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4234 unit: public void testFromDirection() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java start line: 71 end line: 76 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4235 unit: public static void clear() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 67 end line: 73 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4236 unit: public void testNormal() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 76 end line: 82 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4237 unit: public void testPrintJobAccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 273 end line: 278 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4238 unit: public void testSerializeUuidId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 75 end line: 80 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4239 unit: public void testDeserializeList() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 304 end line: 309 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4240 unit: public void testEncode() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 31 end line: 36 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4241 unit: public void testReadAsciiString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 177 end line: 183 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4242 unit: public void testSplicing() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java start line: 94 end line: 99 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4243 unit: public void testEscape() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java start line: 134 end line: 139 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4244 unit: public void testUnescape() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java start line: 142 end line: 147 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4245 unit: private static HugeUser makeUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1538 end line: 1543 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4246 unit: private static HugeTarget makeTarget() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1557 end line: 1562 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 4247 unit: private static HugeAccess makeAccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1570 end line: 1575 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4248 unit: public void testQueryAllWithLimit0() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1918 end line: 1926 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4249 unit: public void testQueryAllWithNoLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 1929 end line: 1936 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4250 unit: public void testAddEdgePropertyNotInEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5766 end line: 5772 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4251 unit: public void testAddEdgePropertyWithNotExistPropKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 5775 end line: 5781 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4252 unit: public void testRemoveEdgePropertyOfSortKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 6837 end line: 6843 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4253 unit: public void testQueryByHasIdEmptyList() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7286 end line: 7292 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4254 unit: public void testAddPropertyKeyWithoutDataTypeAndCardinality() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 139 end line: 144 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4255 unit: public void testAddVertexLabelWithoutPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 397 end line: 404 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4256 unit: private static void sleepAWhile() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 1211 end line: 1217 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4257 unit: protected void assertContainsPk() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java start line: 65 end line: 70 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4258 unit: protected void assertContainsIl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java start line: 78 end line: 83 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4259 unit: private static void sleepAWhile() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 687 end line: 693 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4260 unit: public static void init() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 65 end line: 70 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4261 unit: public void testAddVertexWithInvalidVertexLabelType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 733 end line: 738 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4262 unit: public void testAddVertexWithNotExistsVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 741 end line: 746 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4263 unit: public void testAddVertexWithNotExistsPropKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 749 end line: 754 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4264 unit: public void testAddVertexWithNullableKeyAbsent() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 757 end line: 762 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4265 unit: public void testAddVertexWithNotExistsVertexPropKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 821 end line: 826 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4266 unit: public void testAddVertexWithoutPrimaryValues() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 829 end line: 834 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4267 unit: public void testAddVertexWithPrimaryValuesEmpty() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 837 end line: 842 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4268 unit: public void testAddVertexWithoutVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 845 end line: 850 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4269 unit: public void testQueryAllWithLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2762 end line: 2769 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4270 unit: public void testQueryAllWithLimit0() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2855 end line: 2863 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4271 unit: public void testQueryAllWithNoLimit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 2866 end line: 2873 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4272 unit: public void testRemoveVertexPropertyNullableWithIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6396 end line: 6401 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4273 unit: public void testRemoveVertexPropertyNullableWithoutIndex() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 6414 end line: 6419 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4274 unit: public void testQueryByHasIdEmptyList() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 8895 end line: 8901 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4275 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java start line: 35 end line: 40 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4276 unit: protected static Response createAndAssert() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 434 end line: 439 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4277 unit: protected static void waitTaskCompleted() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 549 end line: 554 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4278 unit: public static T assertMapContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 625 end line: 630 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4279 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java start line: 46 end line: 51 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4280 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java start line: 43 end line: 48 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4281 unit: private String tokenFromResponse() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java start line: 162 end line: 167 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4282 unit: public void testRelationQuery() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java start line: 68 end line: 73 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4283 unit: public void testDelete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java start line: 127 end line: 135 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4284 unit: private void sleepAWhile() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java start line: 158 end line: 164 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4285 unit: protected String escapeAndWrapString() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 163 end line: 168 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4286 unit: public String storedVersion() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 208 end line: 213 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4287 unit: protected String buildExistsTable() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java start line: 105 end line: 110 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4288 unit: public boolean close() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 108 end line: 113 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4289 unit: public Session() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 129 end line: 134 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4290 unit: protected final String entryId() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 403 end line: 408 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4291 unit: protected final String entryId() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 465 end line: 470 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4292 unit: public void serialize() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 83 end line: 88 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4293 unit: String writePaths() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/Serializer.java start line: 79 end line: 85 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 4294 unit: public boolean requireAuthentication() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 253 end line: 258 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4295 unit: private HugeAuthenticator authenticator() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 338 end line: 343 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4296 unit: void checkPropertyType() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 44 end line: 49 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4297 unit: public static boolean isWebSocket() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java start line: 80 end line: 85 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4298 unit: public boolean sameAs() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 598 end line: 603 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4299 unit: public Id createGroup() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1276 end line: 1281 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4300 unit: public Id updateGroup() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1284 end line: 1289 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4301 unit: public HugeGroup deleteGroup() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1292 end line: 1297 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4302 unit: public Id createTarget() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1318 end line: 1323 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4303 unit: public Id updateTarget() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1326 end line: 1331 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4304 unit: public HugeTarget deleteTarget() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1334 end line: 1339 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4305 unit: public Id createBelong() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1360 end line: 1365 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4306 unit: public Id updateBelong() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1368 end line: 1373 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4307 unit: public HugeBelong deleteBelong() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1376 end line: 1381 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4308 unit: public Id createAccess() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1415 end line: 1420 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4309 unit: public Id updateAccess() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1423 end line: 1428 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4310 unit: public HugeAccess deleteAccess() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1431 end line: 1436 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4311 unit: private boolean matchOwner() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 274 end line: 279 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4312 unit: private void initAdminUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 48 end line: 53 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4313 unit: public void initAdminUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java start line: 93 end line: 98 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4314 unit: public GremlinClient() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java start line: 39 end line: 44 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 4315 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java start line: 146 end line: 151 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4316 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 216 end line: 221 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4317 unit: public HugeBelong build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java start line: 183 end line: 188 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4318 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java start line: 191 end line: 196 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4319 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 265 end line: 270 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4320 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 414 end line: 419 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4321 unit: private CypherManager cypherManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherAPI.java start line: 61 end line: 66 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4322 unit: private Configuration cloneConfig() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherManager.java start line: 65 end line: 70 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4323 unit: private RequestMessage createRequest() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherClient.java start line: 88 end line: 93 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4324 unit: private Configuration getConfig() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherClient.java start line: 117 end line: 123 size: 6 LOC McCabe index: 3 number of parameters: 0 id: 4325 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java start line: 54 end line: 59 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4326 unit: private static RepeatEdgeStep repeatEdgeStep() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java start line: 116 end line: 121 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4327 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java start line: 183 end line: 188 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4328 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java start line: 119 end line: 124 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4329 unit: private WeightedEdgeStep jsonToStep() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java start line: 186 end line: 191 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4330 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java start line: 111 end line: 116 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4331 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java start line: 134 end line: 139 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4332 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java start line: 290 end line: 295 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4333 unit: public Object get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 97 end line: 103 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4334 unit: public String compact() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 212 end line: 218 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4335 unit: public Map mode() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java start line: 243 end line: 249 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4336 unit: public APIProfile() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 168 end line: 173 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4337 unit: public Map list() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java start line: 73 end line: 79 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4338 unit: public Response toResponse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 114 end line: 119 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4339 unit: public Response toResponse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 128 end line: 133 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4340 unit: public Response toResponse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 142 end line: 147 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4341 unit: public Response toResponse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 156 end line: 161 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4342 unit: public Response toResponse() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 210 end line: 215 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4343 unit: public void configure() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/RedirectFilterDynamicFeature.java start line: 29 end line: 34 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4344 unit: static file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/RedirectFilter.java start line: 66 end line: 71 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4345 unit: private String getPathParameter() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 248 end line: 253 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4346 unit: public static void commit() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 116 end line: 121 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4347 unit: private static List getDeclaredPublicMethods() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherPlugin.java start line: 55 end line: 60 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4348 unit: private OpProcessorException opProcessorException() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 209 end line: 214 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4349 unit: public RpcClientProviderWithAuth() file: hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java start line: 30 end line: 36 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4350 unit: public AuthManager authManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java start line: 38 end line: 43 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4351 unit: public Iterator queryVertexEdge() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 309 end line: 314 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4352 unit: protected Iterator results2Entries() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 414 end line: 419 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4353 unit: protected CassandraBackendEntry convertEntry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 78 end line: 83 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4354 unit: public void append() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 665 end line: 670 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4355 unit: public void append() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 778 end line: 783 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4356 unit: private NodeProbe newNodeProbe() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 318 end line: 323 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4357 unit: protected void initTables() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 566 end line: 571 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4358 unit: protected void clearTables() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 573 end line: 578 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4359 unit: public CassandraSessionPool() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 47 end line: 52 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4360 unit: public boolean opened() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 227 end line: 232 size: 6 LOC McCabe index: 4 number of parameters: 0 id: 4361 unit: public boolean closed() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 235 end line: 240 size: 6 LOC McCabe index: 3 number of parameters: 0 id: 4362 unit: private static void dropIndexTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 79 end line: 84 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4363 unit: protected List query2Select() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 104 end line: 110 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4364 unit: protected List query2Select() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 131 end line: 137 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4365 unit: protected List query2Select() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 158 end line: 164 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4366 unit: protected List query2Select() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 185 end line: 191 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4367 unit: protected List query2Select() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 228 end line: 234 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4368 unit: protected List query2Select() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 280 end line: 286 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4369 unit: public FileVisitResult visitFile() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java start line: 96 end line: 101 size: 6 LOC McCabe index: 2 number of parameters: 2 id: 4370 unit: public OpenedRocksDB() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 49 end line: 54 size: 6 LOC McCabe index: 1 number of parameters: 3 id: 4371 unit: public CFHandle() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 132 end line: 137 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4372 unit: public synchronized ColumnFamilyHandle get() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 139 end line: 144 size: 6 LOC McCabe index: 1 number of parameters: 0 id: 4373 unit: public void close() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 157 end line: 162 size: 6 LOC McCabe index: 2 number of parameters: 0 id: 4374 unit: private RocksDBSessions db() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 903 end line: 908 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4375 unit: private void closeIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 143 end line: 148 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4376 unit: public boolean queryExist() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 121 end line: 126 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4377 unit: private static long toLong() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 99 end line: 104 size: 6 LOC McCabe index: 1 number of parameters: 1 id: 4378 unit: private static Set mergeOldCFs() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 443 end line: 448 size: 6 LOC McCabe index: 1 number of parameters: 2 id: 4379 unit: private RocksDBSstSessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 75 end line: 81 size: 6 LOC McCabe index: 1 number of parameters: 4 id: 4380 unit: public synchronized void createTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 99 end line: 104 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4381 unit: public synchronized void dropTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 129 end line: 134 size: 6 LOC McCabe index: 2 number of parameters: 1 id: 4382 unit: public void close() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 171 end line: 176 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4383 unit: public void commitTx() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 425 end line: 430 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4384 unit: public void rollbackTx() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 433 end line: 438 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4385 unit: protected List tableNames() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 472 end line: 476 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4386 unit: public void increaseCounter() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 479 end line: 483 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4387 unit: public HbaseSystemStore() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 562 end line: 567 size: 5 LOC McCabe index: 1 number of parameters: 4 id: 4388 unit: protected List tableNames() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 570 end line: 574 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4389 unit: private Table table() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 107 end line: 111 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4390 unit: public void dropNamespace() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 206 end line: 210 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4391 unit: long increase() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 453 end line: 461 size: 5 LOC McCabe index: 1 number of parameters: 5 id: 4392 unit: public void close() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 951 end line: 955 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4393 unit: public void increaseCounter() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 94 end line: 98 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4394 unit: public void eliminate() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 244 end line: 248 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4395 unit: public HbaseTable() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 78 end line: 82 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4396 unit: protected R queryByPrefix() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 231 end line: 235 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4397 unit: protected void formatProperty() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 111 end line: 115 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4398 unit: protected void writeUserdata() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 153 end line: 157 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4399 unit: public void close() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 150 end line: 154 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4400 unit: public void truncate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 223 end line: 228 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4401 unit: public Iterator query() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 274 end line: 279 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4402 unit: public Number queryNumber() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 282 end line: 287 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4403 unit: public void rollbackTx() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 313 end line: 317 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4404 unit: protected Collection tables() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 399 end line: 403 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4405 unit: public void increaseCounter() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 406 end line: 410 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4406 unit: public long getCounter() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 413 end line: 417 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4407 unit: public MysqlSystemStore() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 484 end line: 489 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4408 unit: public String storedVersion() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 501 end line: 505 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4409 unit: protected Collection tables() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 508 end line: 512 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4410 unit: public final String entryId() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 486 end line: 490 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4411 unit: protected final long sizeOf() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 118 end line: 122 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4412 unit: protected String buildUpdateForcedTemplate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 217 end line: 221 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4413 unit: protected String buildUpdateIfAbsentTemplate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 223 end line: 227 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4414 unit: public void insert() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 348 end line: 352 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4415 unit: public synchronized void open() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 80 end line: 84 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4416 unit: protected String buildCreateDatabase() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 168 end line: 172 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4417 unit: public Session() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 298 end line: 302 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4418 unit: public FixedWatchWindowRateLimiter() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java start line: 38 end line: 42 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4419 unit: public static ObjectIntMapping newObjectIntMapping() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 31 end line: 35 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4420 unit: private IntSet segmentAt() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 186 end line: 191 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4421 unit: public IntSetByFixedAddr4Unsigned() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 307 end line: 311 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4422 unit: private static long bitmaskOfKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 441 end line: 445 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4423 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 490 end line: 494 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4424 unit: public Int2IntsMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java start line: 88 end line: 92 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4425 unit: private void ensureCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java start line: 204 end line: 208 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4426 unit: public IntIterators() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 122 end line: 126 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4427 unit: public MapperInt2ObjectIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 190 end line: 194 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4428 unit: private IntMap segmentAt() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 234 end line: 239 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4429 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 370 end line: 374 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4430 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 563 end line: 567 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4431 unit: public Iterator iterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 66 end line: 70 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4432 unit: public static int getAsciiByteLength() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 90 end line: 94 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4433 unit: public static String sha256() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 151 end line: 155 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4434 unit: public void lockReads() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 239 end line: 243 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4435 unit: public void lockReads() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 246 end line: 250 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4436 unit: public void lockWrites() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 257 end line: 261 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4437 unit: public void lockWrites() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 264 end line: 268 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4438 unit: private Lock lockWrite() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 270 end line: 274 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4439 unit: public static T deepCopy() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java start line: 81 end line: 85 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4440 unit: public UserWithRole() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java start line: 32 end line: 36 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4441 unit: public HugeGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 50 end line: 54 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4442 unit: private boolean filter() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 144 end line: 149 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4443 unit: public static HugeAccess fromEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 166 end line: 170 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4444 unit: public HugeBelong() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 42 end line: 46 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4445 unit: public static HugeBelong fromEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 136 end line: 140 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4446 unit: public Id updateUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 154 end line: 158 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4447 unit: public HugeUser deleteUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 161 end line: 165 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4448 unit: private RolePermission rolePermission() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 621 end line: 626 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4449 unit: public Id update() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 86 end line: 90 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4450 unit: public List list() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 132 end line: 136 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4451 unit: private HugeVertex newVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 224 end line: 228 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4452 unit: public static RolePermission role() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 166 end line: 170 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4453 unit: public HugeUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 56 end line: 60 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4454 unit: public static ResourceObject of() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java start line: 72 end line: 76 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4455 unit: public static ResourceObject of() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java start line: 78 end line: 82 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4456 unit: public Id update() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 82 end line: 86 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4457 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 106 end line: 110 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4458 unit: public EdgeId read() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 113 end line: 117 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4459 unit: public RoleState transform() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 154 end line: 158 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4460 unit: public static IdHolderList empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java start line: 34 end line: 38 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4461 unit: public static PageState fromString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java start line: 74 end line: 83 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4462 unit: public QueryList() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 43 end line: 47 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4463 unit: private QueryResults queryByIndexIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 316 end line: 320 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4464 unit: public IdHolder() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 41 end line: 45 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4465 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 56 end line: 60 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4466 unit: public FixedIdHolder() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 73 end line: 77 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4467 unit: private void closePageResults() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java start line: 96 end line: 100 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4468 unit: private static String readEdgeName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 788 end line: 792 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4469 unit: protected void formatProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 92 end line: 96 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4470 unit: protected BackendColumn formatProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 192 end line: 196 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4471 unit: protected void parseVertexOlap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 487 end line: 491 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4472 unit: private long readLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1221 end line: 1225 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4473 unit: public BytesBuffer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 96 end line: 100 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4474 unit: public BytesBuffer write() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 178 end line: 182 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4475 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 185 end line: 189 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4476 unit: public BytesBuffer writeChar() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 208 end line: 212 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4477 unit: public BytesBuffer writeShort() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 214 end line: 218 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4478 unit: public BytesBuffer writeInt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 220 end line: 224 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4479 unit: public BytesBuffer writeLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 226 end line: 230 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4480 unit: public BytesBuffer writeFloat() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 232 end line: 236 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4481 unit: public BytesBuffer writeDouble() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 238 end line: 242 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4482 unit: public BytesBuffer writeString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 327 end line: 331 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4483 unit: public BytesBuffer writeStringToRemaining() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 370 end line: 374 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4484 unit: public String readStringFromRemaining() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 376 end line: 380 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4485 unit: public BytesBuffer writeUInt8() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 382 end line: 386 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4486 unit: public BytesBuffer writeUInt16() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 392 end line: 396 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4487 unit: public BytesBuffer writeUInt32() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 402 end line: 406 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4488 unit: public Id readEdgeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 720 end line: 724 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4489 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 120 end line: 124 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4490 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 244 end line: 248 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4491 unit: public void updateEdgeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 165 end line: 170 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4492 unit: private boolean existUniqueValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 310 end line: 314 size: 5 LOC McCabe index: 2 number of parameters: 3 id: 4493 unit: private boolean matchSearchIndexWords() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 865 end line: 869 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4494 unit: private static boolean shouldRecordIndexValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1149 end line: 1154 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4495 unit: public MatchedIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1562 end line: 1566 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4496 unit: public static IndexQueries of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1633 end line: 1637 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4497 unit: public void commitIfGtSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 244 end line: 248 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4498 unit: protected void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 295 end line: 299 size: 5 LOC McCabe index: 3 number of parameters: 0 id: 4499 unit: protected void commit2Backend() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 305 end line: 309 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4500 unit: protected void afterWrite() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 340 end line: 344 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4501 unit: protected void beforeRead() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 346 end line: 350 size: 5 LOC McCabe index: 3 number of parameters: 0 id: 4502 unit: protected void checkOwnerThread() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 356 end line: 360 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4503 unit: protected void doAction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 425 end line: 429 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4504 unit: protected void beforeWrite() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 259 end line: 264 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4505 unit: protected final int verticesInTxSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 266 end line: 270 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4506 unit: protected final int edgesInTxSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 272 end line: 276 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4507 unit: public void traverseVerticesByLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 2028 end line: 2032 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4508 unit: protected void beforeRead() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 93 end line: 101 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4509 unit: public PropertyKey getPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 144 end line: 148 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4510 unit: public EdgeLabel getEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 241 end line: 245 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4511 unit: public IndexLabel getIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 312 end line: 316 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4512 unit: public Id getNextSystemId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 647 end line: 651 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4513 unit: private static void setCreateTimeIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 653 end line: 657 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4514 unit: public boolean hasUpdate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java start line: 32 end line: 36 size: 5 LOC McCabe index: 3 number of parameters: 0 id: 4515 unit: public EdgeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 55 end line: 59 size: 5 LOC McCabe index: 1 number of parameters: 5 id: 4516 unit: public EdgeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 61 end line: 65 size: 5 LOC McCabe index: 1 number of parameters: 5 id: 4517 unit: public EdgeId switchDirection() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 79 end line: 83 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4518 unit: private Id sourceVertexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 90 end line: 94 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4519 unit: private Id targetVertexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 96 end line: 100 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4520 unit: public QueryResults toList() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 89 end line: 93 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4521 unit: public void limit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 284 end line: 288 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4522 unit: public void olapPks() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 366 end line: 370 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4523 unit: public Aggregate aggregateNotNull() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 413 end line: 417 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4524 unit: public static long defaultCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 563 end line: 567 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4525 unit: public List relations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 444 end line: 448 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4526 unit: public Condition replace() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 451 end line: 455 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4527 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 478 end line: 482 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4528 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 671 end line: 675 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4529 unit: public static Relations of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 528 end line: 532 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4530 unit: public BatchConditionQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java start line: 35 end line: 39 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4531 unit: public OneIdQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 132 end line: 136 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4532 unit: public OneIdQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 138 end line: 142 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4533 unit: public IdQuery query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 169 end line: 173 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4534 unit: public IdQuery copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 184 end line: 188 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4535 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 107 end line: 111 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4536 unit: public void forceResetSessions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 129 end line: 133 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4537 unit: public TableDefine() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java start line: 37 end line: 41 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4538 unit: public TableDefine() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java start line: 43 end line: 47 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4539 unit: public void mutate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 129 end line: 133 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4540 unit: protected Map queryById() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 105 end line: 110 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4541 unit: private BackendEntry getEntryById() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 223 end line: 228 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4542 unit: private static Id vertexIdOfEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 335 end line: 340 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4543 unit: public InMemoryDBTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 61 end line: 65 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4544 unit: public InMemoryDBTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 67 end line: 71 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4545 unit: public BackendTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 44 end line: 49 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4546 unit: public Range() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 237 end line: 241 size: 5 LOC McCabe index: 3 number of parameters: 2 id: 4547 unit: public BackendStoreInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java start line: 33 end line: 37 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4548 unit: public SystemSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java start line: 38 end line: 42 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4549 unit: private RaftNode node() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 65 end line: 69 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4550 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 123 end line: 127 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4551 unit: public void increaseCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 193 end line: 197 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4552 unit: public long getCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 200 end line: 204 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4553 unit: public static IncrCounter readIncrCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java start line: 143 end line: 147 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4554 unit: public void compressZip() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/SerialCompressStrategy.java start line: 31 end line: 35 size: 5 LOC McCabe index: 1 number of parameters: 4 id: 4555 unit: public void decompressZip() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/SerialCompressStrategy.java start line: 38 end line: 42 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4556 unit: public void onLeaderStart() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 213 end line: 217 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4557 unit: public void onLeaderStop() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 220 end line: 224 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4558 unit: public void onStartFollowing() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 227 end line: 231 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4559 unit: public void onStopFollowing() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 234 end line: 238 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4560 unit: public void waitRaftNodeStarted() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 166 end line: 170 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4561 unit: private void shutdownRpcServer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 410 end line: 414 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4562 unit: public static StoreCommand fromBytes() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java start line: 79 end line: 83 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4563 unit: private void checkNonSharedStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 83 end line: 87 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4564 unit: public RaftGroupManagerImpl() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java start line: 46 end line: 50 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4565 unit: private void doSnapshotLoad() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java start line: 150 end line: 154 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4566 unit: private void deleteSnapshotDirs() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java start line: 233 end line: 237 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4567 unit: public RpcForwarder() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java start line: 53 end line: 57 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4568 unit: public Shard() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java start line: 34 end line: 38 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4569 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 47 end line: 51 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4570 unit: public IntObjectMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java start line: 35 end line: 39 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4571 unit: public void addEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 236 end line: 240 size: 5 LOC McCabe index: 1 number of parameters: 5 id: 4572 unit: public HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 71 end line: 75 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4573 unit: public void userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 94 end line: 98 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4574 unit: public void removeUserdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 109 end line: 113 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4575 unit: public TaskWithSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 182 end line: 186 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4576 unit: public List getPropertyKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 98 end line: 102 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4577 unit: public List getVertexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 104 end line: 108 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4578 unit: public List getEdgeLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 110 end line: 114 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4579 unit: public List getIndexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java start line: 116 end line: 120 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4580 unit: public VertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 49 end line: 53 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4581 unit: public EdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 43 end line: 47 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4582 unit: public EdgeLabelBuilder id() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 304 end line: 308 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4583 unit: public EdgeLabelBuilder link() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 340 end line: 344 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4584 unit: public IndexLabelBuilder onV() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 334 end line: 338 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4585 unit: public IndexLabelBuilder onE() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 341 end line: 345 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4586 unit: private void checkBaseType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 442 end line: 446 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4587 unit: private void checkIndexType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 448 end line: 452 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4588 unit: private void checkRepeatRangeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 646 end line: 650 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4589 unit: private void checkRepeatIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 680 end line: 684 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4590 unit: public boolean isNumeric() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 94 end line: 98 size: 5 LOC McCabe index: 5 number of parameters: 0 id: 4591 unit: public boolean isCustomized() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java start line: 64 end line: 68 size: 5 LOC McCabe index: 3 number of parameters: 0 id: 4592 unit: public boolean olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java start line: 60 end line: 64 size: 5 LOC McCabe index: 3 number of parameters: 0 id: 4593 unit: public boolean isStringIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 133 end line: 137 size: 5 LOC McCabe index: 6 number of parameters: 0 id: 4594 unit: public boolean isNumericIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 139 end line: 143 size: 5 LOC McCabe index: 5 number of parameters: 0 id: 4595 unit: private SysTransaction systemTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 516 end line: 524 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4596 unit: private GraphTransaction graphTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 527 end line: 535 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4597 unit: public I io() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 585 end line: 589 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4598 unit: public PropertyKey propertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 760 end line: 764 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4599 unit: public PropertyKey propertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 767 end line: 771 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4600 unit: public VertexLabel vertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 820 end line: 824 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4601 unit: public VertexLabel vertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 827 end line: 831 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4602 unit: public EdgeLabel edgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 881 end line: 885 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4603 unit: public EdgeLabel edgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 888 end line: 892 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4604 unit: public IndexLabel indexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 929 end line: 933 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4605 unit: public IndexLabel indexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 936 end line: 940 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4606 unit: public HugeConfig cloneConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1010 end line: 1014 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4607 unit: public boolean closed() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1334 end line: 1338 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4608 unit: private void verifyOpened() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1418 end line: 1422 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4609 unit: private void resetState() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1424 end line: 1428 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4610 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 219 end line: 223 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4611 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 248 end line: 252 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4612 unit: public void traverseOneLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 120 end line: 124 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4613 unit: protected abstract void reInitCurrentStepIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 165 end line: 170 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4614 unit: public void startOneLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 66 end line: 70 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4615 unit: public IntIterator keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java start line: 42 end line: 51 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4616 unit: public boolean containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java start line: 54 end line: 58 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4617 unit: public IntIterator get() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java start line: 61 end line: 65 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4618 unit: public void addPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java start line: 68 end line: 72 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4619 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java start line: 75 end line: 79 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4620 unit: public PathSet rays() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 42 end line: 46 size: 5 LOC McCabe index: 1 number of parameters: 7 id: 4621 unit: public static void checkPositive() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 327 end line: 331 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4622 unit: public static void checkPositiveOrNoLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 333 end line: 337 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4623 unit: public static void checkNonNegative() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 339 end line: 343 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4624 unit: public static void checkNonNegativeOrNoLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 345 end line: 349 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4625 unit: public Node() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 496 end line: 500 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4626 unit: public Adjacencies() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 261 end line: 265 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4627 unit: public static Ranks of() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 299 end line: 303 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4628 unit: private static void removeAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java start line: 159 end line: 163 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4629 unit: protected boolean match() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 139 end line: 145 size: 5 LOC McCabe index: 2 number of parameters: 3 id: 4630 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 56 end line: 60 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4631 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 67 end line: 71 size: 5 LOC McCabe index: 1 number of parameters: 4 id: 4632 unit: public EdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 64 end line: 68 size: 5 LOC McCabe index: 1 number of parameters: 4 id: 4633 unit: private static void reachCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java start line: 205 end line: 209 size: 5 LOC McCabe index: 3 number of parameters: 2 id: 4634 unit: public void addNewVerticesToAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 266 end line: 270 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4635 unit: private void checkOnMasterNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 720 end line: 724 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4636 unit: private IndexLabel indexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 858 end line: 862 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4637 unit: public ContextCallable() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 377 end line: 381 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4638 unit: public void failToSave() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 334 end line: 339 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4639 unit: protected TaskScheduler scheduler() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 376 end line: 380 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4640 unit: public EphemeralJobQueue() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 52 end line: 56 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4641 unit: public void setMinSaveInterval() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 81 end line: 85 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4642 unit: public HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 131 end line: 135 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4643 unit: public HugeTask task() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 141 end line: 145 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4644 unit: protected HugeGraphParams params() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 183 end line: 187 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4645 unit: public boolean alive() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 126 end line: 130 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4646 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 822 end line: 826 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4647 unit: public Cache() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 835 end line: 839 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4648 unit: public void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 866 end line: 870 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4649 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java start line: 37 end line: 41 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4650 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 48 end line: 52 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4651 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 50 end line: 54 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4652 unit: public TempJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 200 end line: 204 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4653 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java start line: 43 end line: 47 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4654 unit: public AlgoTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 282 end line: 286 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4655 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 304 end line: 308 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4656 unit: protected long traverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 315 end line: 319 size: 5 LOC McCabe index: 1 number of parameters: 4 id: 4657 unit: protected Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 386 end line: 390 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4658 unit: protected boolean match() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 415 end line: 421 size: 5 LOC McCabe index: 2 number of parameters: 3 id: 4659 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 589 end line: 593 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4660 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 599 end line: 603 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4661 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 605 end line: 609 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4662 unit: public void appendRaw() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 611 end line: 615 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4663 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 622 end line: 626 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4664 unit: public void checkSizeLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 635 end line: 639 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4665 unit: public Object call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java start line: 43 end line: 47 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4666 unit: protected void meetNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 114 end line: 118 size: 5 LOC McCabe index: 1 number of parameters: 5 id: 4667 unit: public void increaseBetweenness() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 164 end line: 168 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4668 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java start line: 42 end line: 46 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4669 unit: protected void meetNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 117 end line: 121 size: 5 LOC McCabe index: 1 number of parameters: 5 id: 4670 unit: public void increaseStress() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 163 end line: 174 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4671 unit: private void done() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 133 end line: 137 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4672 unit: public boolean addAndTriggerDelete() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 85 end line: 89 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4673 unit: public DeleteExpiredElementJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java start line: 33 end line: 37 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4674 unit: public DeleteExpiredIndexJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java start line: 37 end line: 41 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4675 unit: protected Map checkAndCollectParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java start line: 45 end line: 49 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4676 unit: protected Map checkAndCollectParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java start line: 45 end line: 49 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4677 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java start line: 44 end line: 48 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4678 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 50 end line: 55 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4679 unit: public static synchronized HugeGraph open() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 63 end line: 67 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4680 unit: public HugeEdge copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 476 end line: 480 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4681 unit: public VertexLabel schemaLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 102 end line: 106 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4682 unit: public Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 392 end line: 396 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4683 unit: public HugeVertex copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 619 end line: 623 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4684 unit: public HugeEdgeProperty switchEdgeOwner() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java start line: 68 end line: 72 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4685 unit: public HugeElement copyAsFresh() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 380 end line: 384 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4686 unit: public static int intFromId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 515 end line: 519 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4687 unit: public HugeGremlinException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java start line: 31 end line: 35 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4688 unit: private BackendStore backendStore() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java start line: 64 end line: 68 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4689 unit: public void initBasicSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 596 end line: 600 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4690 unit: public TestGraphProvider() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 114 end line: 118 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4691 unit: private TestGraph newTestGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 258 end line: 262 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4692 unit: public GraphTraversalSource traversal() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 436 end line: 440 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4693 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java start line: 44 end line: 48 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4694 unit: public void testPut() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 87 end line: 91 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4695 unit: public void testWrap() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 73 end line: 77 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4696 unit: private static PropertyKey genListPkey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 1065 end line: 1069 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4697 unit: private static PropertyKey genSetPkey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 1071 end line: 1075 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4698 unit: public void testString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java start line: 30 end line: 34 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4699 unit: public void testOpposite() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java start line: 57 end line: 61 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4700 unit: public void testToDirection() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java start line: 64 end line: 68 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4701 unit: public static void init() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 60 end line: 64 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4702 unit: public void testPermission() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 85 end line: 89 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4703 unit: public void testClassLoader() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 92 end line: 96 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4704 unit: public void testSerializeStringId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 61 end line: 65 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4705 unit: public void testSerializeLongId() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java start line: 68 end line: 72 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4706 unit: public void testDecode() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java start line: 39 end line: 43 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4707 unit: public FakeObjects() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 54 end line: 58 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4708 unit: public void testIn() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java start line: 111 end line: 115 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4709 unit: public void testGt() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java start line: 118 end line: 122 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4710 unit: private static HugeProject makeProject() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1532 end line: 1536 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4711 unit: private static HugeGroup makeGroup() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1545 end line: 1549 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4712 unit: private static HugeTarget makeTarget() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1551 end line: 1555 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4713 unit: private static HugeBelong makeBelong() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java start line: 1564 end line: 1568 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4714 unit: public void testAddPropertyKeyWithoutDataType() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 125 end line: 129 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4715 unit: public void testAddPropertyKeyWithoutCardinality() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 132 end line: 136 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4716 unit: protected void assertNotContainsPk() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java start line: 72 end line: 76 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4717 unit: protected void assertNotContainsIl() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java start line: 85 end line: 89 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4718 unit: protected void mayCommitTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 150 end line: 155 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4719 unit: public LogEntry() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 62 end line: 66 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4720 unit: public void testCreateVertexLabelWithPositiveIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 113 end line: 117 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4721 unit: public void testCreateVertexLabelWithNonExistNameAndIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 120 end line: 124 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4722 unit: public void testCreateSystemVertexLabelWithNegativeId() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 165 end line: 169 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4723 unit: public void testCreatePropertyKeyWithPositiveIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 510 end line: 514 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4724 unit: public void testCreatePropertyKeyWithNonExistNameAndIdInRestoringMode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 517 end line: 522 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4725 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java start line: 33 end line: 37 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4726 unit: public Response delete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 185 end line: 189 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4727 unit: public void testGet() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java start line: 48 end line: 53 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4728 unit: public void testCreate() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java start line: 61 end line: 65 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4729 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java start line: 35 end line: 39 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4730 unit: public FakeVertex() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java start line: 35 end line: 40 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4731 unit: protected Collection tables() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 104 end line: 108 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4732 unit: public void increaseCounter() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 111 end line: 115 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4733 unit: public long getCounter() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 118 end line: 122 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4734 unit: public PostgresqlSystemStore() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 190 end line: 195 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4735 unit: protected Collection tables() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 216 end line: 220 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4736 unit: private State() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 176 end line: 180 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4737 unit: protected final Session newSession() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 101 end line: 105 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4738 unit: public PaloLoadTask() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 234 end line: 238 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4739 unit: private void tryLoadBatch() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 273 end line: 278 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4740 unit: protected final String entryId() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 362 end line: 366 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4741 unit: protected void writeEnableLabelIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java start line: 33 end line: 37 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4742 unit: protected void readEnableLabelIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java start line: 40 end line: 44 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4743 unit: protected PaloSessions openSessionPool() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java start line: 41 end line: 45 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4744 unit: private String buildUrl() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java start line: 44 end line: 48 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4745 unit: public MeterSerializer() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 134 end line: 138 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4746 unit: public String writeSimilars() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 285 end line: 289 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4747 unit: Object updatePropertyValue() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 36 end line: 41 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4748 unit: public Object checkAndUpdateProperty() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 158 end line: 162 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4749 unit: private void sendError() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java start line: 151 end line: 156 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4750 unit: public C compute() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 149 end line: 153 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4751 unit: public SchemaManager schema() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 175 end line: 179 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4752 unit: public Id removePropertyKey() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 204 end line: 208 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4753 unit: public PropertyKey propertyKey() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 223 end line: 227 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4754 unit: public PropertyKey propertyKey() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 230 end line: 234 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4755 unit: public Id removeVertexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 255 end line: 259 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4756 unit: public VertexLabel vertexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 268 end line: 272 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4757 unit: public VertexLabel vertexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 275 end line: 279 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4758 unit: public VertexLabel vertexLabelOrNone() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 282 end line: 286 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4759 unit: public boolean existsLinkLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 295 end line: 299 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4760 unit: public Id removeEdgeLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 314 end line: 318 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4761 unit: public EdgeLabel edgeLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 327 end line: 331 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4762 unit: public EdgeLabel edgeLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 334 end line: 338 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4763 unit: public EdgeLabel edgeLabelOrNone() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 341 end line: 345 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4764 unit: public Id removeIndexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 366 end line: 370 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4765 unit: public IndexLabel indexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 393 end line: 397 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4766 unit: public IndexLabel indexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 400 end line: 404 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4767 unit: public Vertex addVertex() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 413 end line: 417 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4768 unit: public Edge addEdge() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 443 end line: 447 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4769 unit: public Vertex vertex() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 490 end line: 494 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4770 unit: public Edge edge() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 527 end line: 531 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4771 unit: public R metadata() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 690 end line: 694 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4772 unit: public void registerRpcServices() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 727 end line: 731 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4773 unit: private V verifyUserPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 834 end line: 838 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4774 unit: private V verifyElemPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 871 end line: 875 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4775 unit: private V verifySchemaPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 931 end line: 935 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4776 unit: private V verifyResPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 951 end line: 955 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4777 unit: public Future schedule() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1049 end line: 1053 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4778 unit: public HugeTask delete() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1088 end line: 1092 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4779 unit: public HugeTask waitUntilTaskCompleted() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1101 end line: 1105 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4780 unit: public HugeTask waitUntilTaskCompleted() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1108 end line: 1112 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4781 unit: public void waitUntilAllTasksCompleted() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1115 end line: 1119 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4782 unit: public List listBelongByGroup() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1408 end line: 1412 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4783 unit: public List listAccessByGroup() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1457 end line: 1461 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4784 unit: public List listAccessByTarget() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1464 end line: 1468 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4785 unit: public Id createProject() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1471 end line: 1475 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4786 unit: public HugeProject deleteProject() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1478 end line: 1482 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4787 unit: public Id updateProject() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1485 end line: 1489 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4788 unit: public Id projectAddGraphs() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1492 end line: 1496 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4789 unit: public Id projectRemoveGraphs() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1499 end line: 1503 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4790 unit: public HugeProject getProject() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1506 end line: 1510 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4791 unit: public TraversalStrategyProxy() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1713 end line: 1717 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4792 unit: protected static Context setContext() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1795 end line: 1799 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4793 unit: public ContextThreadPoolExecutor() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1872 end line: 1876 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4794 unit: public RequiredPerm() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 405 end line: 409 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4795 unit: private boolean requireInitAdminUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 77 end line: 81 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4796 unit: public void setup() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java start line: 45 end line: 49 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4797 unit: public ContextGremlinServer() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 57 end line: 64 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4798 unit: public HugeGroup build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java start line: 163 end line: 167 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4799 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java start line: 194 end line: 199 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4800 unit: private static Vertex newVertex() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java start line: 416 end line: 420 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4801 unit: public CypherModel query() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherAPI.java start line: 72 end line: 76 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4802 unit: public CypherModel post() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherAPI.java start line: 83 end line: 87 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4803 unit: private CypherClient clientViaBasic() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherAPI.java start line: 119 end line: 124 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4804 unit: public static CypherManager configOf() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherManager.java start line: 37 end line: 41 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4805 unit: public CypherClient getClient() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherManager.java start line: 57 end line: 63 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4806 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java start line: 139 end line: 143 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4807 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java start line: 113 end line: 117 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4808 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java start line: 137 end line: 141 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4809 unit: private EdgeStep jsonToStep() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java start line: 141 end line: 145 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4810 unit: public ParamInfo() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 205 end line: 209 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4811 unit: private static void gcIfNeeded() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java start line: 103 end line: 107 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4812 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java start line: 37 end line: 43 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4813 unit: public Vertex addVertex() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 289 end line: 293 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4814 unit: public Vertex getVertex() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 295 end line: 299 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4815 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java start line: 35 end line: 41 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4816 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java start line: 37 end line: 43 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4817 unit: public static void main() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java start line: 41 end line: 47 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4818 unit: protected final long sizeOf() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java start line: 131 end line: 135 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4819 unit: public void insert() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 316 end line: 320 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4820 unit: public void append() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 323 end line: 327 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4821 unit: protected Edge() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 337 end line: 341 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4822 unit: public void insert() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 383 end line: 387 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4823 unit: public void append() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 390 end line: 394 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4824 unit: protected List idColumnName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 603 end line: 607 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4825 unit: public void eliminate() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 673 end line: 677 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4826 unit: protected List idColumnName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 740 end line: 744 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4827 unit: public void eliminate() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 786 end line: 790 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4828 unit: protected CassandraMetrics createMetrics() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 108 end line: 112 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4829 unit: public Number queryNumber() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 327 end line: 332 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4830 unit: public void truncate() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 396 end line: 401 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4831 unit: protected Collection tables() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 651 end line: 655 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4832 unit: public void increaseCounter() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 658 end line: 662 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4833 unit: public long getCounter() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 665 end line: 669 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4834 unit: public void createOlapTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 756 end line: 760 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4835 unit: protected Collection tables() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 810 end line: 814 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4836 unit: protected final synchronized Cluster cluster() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 107 end line: 111 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4837 unit: protected Session newSession() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 119 end line: 123 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4838 unit: protected synchronized void doClose() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 126 end line: 130 size: 5 LOC McCabe index: 3 number of parameters: 0 id: 4839 unit: public final boolean clusterConnected() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 132 end line: 136 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4840 unit: public ResultSet commit() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 162 end line: 167 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4841 unit: public void open() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 220 end line: 224 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4842 unit: public BinClause() file: hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java start line: 46 end line: 50 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4843 unit: protected void createIndex() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 91 end line: 95 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4844 unit: protected void createIndex() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 118 end line: 122 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4845 unit: protected void createIndex() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 145 end line: 149 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4846 unit: protected void createIndex() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 172 end line: 176 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4847 unit: public ScyllaDBMetrics() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java start line: 30 end line: 34 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4848 unit: protected CassandraMetrics createMetrics() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 119 end line: 123 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4849 unit: protected CassandraMetrics createMetrics() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 147 end line: 151 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4850 unit: protected CassandraMetrics createMetrics() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 168 end line: 172 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4851 unit: public RocksDBIngester() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java start line: 48 end line: 53 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4852 unit: public synchronized ReusedRocksIterator newIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 146 end line: 150 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4853 unit: protected RocksDBSessions open() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 303 end line: 307 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4854 unit: public void close() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 418 end line: 423 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4855 unit: private void useSessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 798 end line: 802 size: 5 LOC McCabe index: 2 number of parameters: 0 id: 4856 unit: protected List tableNames() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 963 end line: 967 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4857 unit: public void createOlapTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1084 end line: 1088 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4858 unit: public RocksDBSystemStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1119 end line: 1124 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4859 unit: protected List tableNames() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1155 end line: 1159 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4860 unit: private RocksIterator createIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 137 end line: 141 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4861 unit: public RocksDBMetrics() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 97 end line: 101 size: 5 LOC McCabe index: 1 number of parameters: 2 id: 4862 unit: public long estimateDataSize() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 349 end line: 353 size: 5 LOC McCabe index: 1 number of parameters: 1 id: 4863 unit: public void increaseCounter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 87 end line: 91 size: 5 LOC McCabe index: 1 number of parameters: 3 id: 4864 unit: public void delete() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 227 end line: 236 size: 5 LOC McCabe index: 2 number of parameters: 2 id: 4865 unit: protected final Session newSession() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 329 end line: 333 size: 5 LOC McCabe index: 1 number of parameters: 0 id: 4866 unit: public void dropTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 136 end line: 140 size: 5 LOC McCabe index: 2 number of parameters: 1 id: 4867 unit: protected List tableNames() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 112 end line: 115 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4868 unit: public boolean opened() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 179 end line: 182 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4869 unit: private void checkConnectionOpened() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 440 end line: 443 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 4870 unit: public long getCounter() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 486 end line: 489 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4871 unit: public Id nextId() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 540 end line: 543 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4872 unit: public void increaseCounter() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 546 end line: 549 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4873 unit: public long getCounter() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 552 end line: 555 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4874 unit: public String storedVersion() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 586 end line: 589 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4875 unit: public HbaseSessions() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 97 end line: 100 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 4876 unit: protected Connection hbase() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 102 end line: 105 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4877 unit: public void close() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 515 end line: 518 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4878 unit: public void remove() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 626 end line: 629 size: 4 LOC McCabe index: 1 number of parameters: 4 id: 4879 unit: public CountSession() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 827 end line: 830 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4880 unit: public void put() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 833 end line: 836 size: 4 LOC McCabe index: 1 number of parameters: 4 id: 4881 unit: public void put() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 839 end line: 842 size: 4 LOC McCabe index: 1 number of parameters: 5 id: 4882 unit: public void remove() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 845 end line: 848 size: 4 LOC McCabe index: 1 number of parameters: 5 id: 4883 unit: public Number get() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 856 end line: 859 size: 4 LOC McCabe index: 1 number of parameters: 4 id: 4884 unit: public long increase() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 892 end line: 895 size: 4 LOC McCabe index: 1 number of parameters: 5 id: 4885 unit: public RowIterator() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 910 end line: 913 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4886 unit: public IndexTable() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 220 end line: 223 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4887 unit: public void insert() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 113 end line: 116 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4888 unit: public void append() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 130 end line: 133 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4889 unit: public void eliminate() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 136 end line: 139 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4890 unit: public HbaseMetrics() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java start line: 43 end line: 46 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4891 unit: public boolean opened() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 157 end line: 160 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4892 unit: protected Session session() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 360 end line: 363 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4893 unit: protected final void checkClusterConnected() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 365 end line: 368 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4894 unit: public void increaseCounter() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 468 end line: 471 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4895 unit: public long getCounter() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 474 end line: 477 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4896 unit: public static String table() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 440 end line: 443 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 4897 unit: public ResultSetWrapper() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java start line: 31 end line: 34 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4898 unit: public WhereBuilder and() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 86 end line: 89 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4899 unit: protected String engine() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 143 end line: 146 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4900 unit: protected Iterator results2Entries() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 785 end line: 788 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4901 unit: private Connection open() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 213 end line: 216 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4902 unit: protected URIBuilder newConnectionURIBuilder() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 272 end line: 275 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4903 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 152 end line: 155 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 4904 unit: public V code2Object() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 89 end line: 92 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4905 unit: public static MutableIntObjectMap newIntObjectMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 231 end line: 234 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4906 unit: public static MutableIntObjectMap newIntObjectMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 236 end line: 239 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4907 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 103 end line: 106 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4908 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 109 end line: 112 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4909 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 270 end line: 273 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4910 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 364 end line: 367 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4911 unit: private MutableIntCollection set() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 468 end line: 472 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4912 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 520 end line: 523 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4913 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 526 end line: 529 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4914 unit: static IntIterator wrap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 49 end line: 52 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4915 unit: public EcIntIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 66 end line: 69 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4916 unit: public ArrayIntIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 87 end line: 90 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4917 unit: public MapperInt2IntIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 164 end line: 167 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4918 unit: public boolean put() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 114 end line: 117 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4919 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 120 end line: 123 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4920 unit: private MutableIntIntMap map() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 534 end line: 538 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4921 unit: public boolean put() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 541 end line: 544 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4922 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 557 end line: 560 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4923 unit: public IdSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 37 end line: 40 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4924 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 90 end line: 93 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4925 unit: public static String decompress() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 138 end line: 141 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4926 unit: public static void lock() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 175 end line: 178 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4927 unit: public static void unlock() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 180 end line: 183 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4928 unit: public Locks() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 233 end line: 236 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4929 unit: public LocksTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 300 end line: 303 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4930 unit: public void unlock() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 339 end line: 342 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4931 unit: private Blob() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java start line: 28 end line: 31 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4932 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java start line: 64 end line: 67 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4933 unit: public static T fromKryoWithType() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java start line: 76 end line: 79 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4934 unit: private static String buildTarEntryName() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java start line: 119 end line: 122 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4935 unit: public static HugeGroup fromVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 136 end line: 139 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4936 unit: public static List parseResources() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 260 end line: 263 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4937 unit: public Set graphs() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 101 end line: 104 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 4938 unit: public static HugeProject fromVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 233 end line: 236 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4939 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 103 end line: 106 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4940 unit: public TokenGenerator() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java start line: 42 end line: 45 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4941 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 87 end line: 90 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4942 unit: private void invalidatePasswordCache() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 141 end line: 145 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4943 unit: public Id createUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 148 end line: 151 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4944 unit: public Id createGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 200 end line: 203 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4945 unit: public Id updateGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 206 end line: 209 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4946 unit: public HugeGroup deleteGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 212 end line: 215 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4947 unit: public Id createTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 233 end line: 236 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4948 unit: public Id updateTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 239 end line: 242 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4949 unit: public HugeTarget deleteTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 245 end line: 248 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4950 unit: public Id updateBelong() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 276 end line: 279 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4951 unit: public HugeBelong deleteBelong() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 282 end line: 285 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4952 unit: public List listBelongByUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 303 end line: 306 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4953 unit: public List listBelongByGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 309 end line: 312 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4954 unit: public Id updateAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 325 end line: 328 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4955 unit: public HugeAccess deleteAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 331 end line: 334 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4956 unit: public List listAccessByGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 352 end line: 355 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4957 unit: public List listAccessByTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 358 end line: 361 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4958 unit: public boolean isGraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java start line: 93 end line: 96 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 4959 unit: public boolean isSchema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java start line: 98 end line: 101 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 4960 unit: public boolean isAuth() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java start line: 103 end line: 106 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 4961 unit: public Id add() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 81 end line: 84 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4962 unit: protected List toList() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 153 end line: 157 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4963 unit: private Iterator queryById() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 159 end line: 162 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4964 unit: private RolePermission() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 66 end line: 69 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 4965 unit: protected void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 71 end line: 74 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 4966 unit: public static HugeUser fromVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 216 end line: 219 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4967 unit: public HugeTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 62 end line: 65 size: 4 LOC McCabe index: 1 number of parameters: 4 id: 4968 unit: public void resources() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 116 end line: 119 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4969 unit: public static HugeTarget fromVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 195 end line: 198 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4970 unit: public SchemaDefine() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 50 end line: 53 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4971 unit: public AuthElement() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 131 end line: 134 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4972 unit: public static ResourceObject of() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java start line: 84 end line: 87 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4973 unit: public static ResourceObject of() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java start line: 89 end line: 92 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 4974 unit: public Id add() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 77 end line: 80 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4975 unit: protected List query() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 132 end line: 135 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 4976 unit: protected List toList() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 137 end line: 141 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4977 unit: private Iterator queryById() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 143 end line: 146 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4978 unit: public void serialize() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 579 end line: 582 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 4979 unit: public Optional read() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 78 end line: 81 size: 4 LOC McCabe index: 2 number of parameters: 3 id: 4980 unit: private HugeGraphIoRegistry() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java start line: 32 end line: 35 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4981 unit: public GlobalMasterInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java start line: 25 end line: 28 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4982 unit: public final void nodeInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java start line: 30 end line: 34 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4983 unit: public NodeInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java start line: 53 end line: 56 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4984 unit: static void heartBeatPark() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 84 end line: 87 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4985 unit: public WorkerState() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 197 end line: 200 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4986 unit: public StateMachineContextImpl() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 280 end line: 283 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4987 unit: public MasterServerInfoImpl() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 336 end line: 339 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4988 unit: public void increase() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 44 end line: 47 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4989 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 80 end line: 83 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4990 unit: public IndexQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 203 end line: 206 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4991 unit: public PageResults() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 332 end line: 335 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4992 unit: public boolean hasNextPage() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 341 end line: 344 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4993 unit: public SortByCountIdHolderList() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java start line: 38 end line: 41 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4994 unit: public SortByCountIdHolder() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java start line: 63 end line: 66 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4995 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java start line: 86 end line: 89 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 4996 unit: public PageIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java start line: 33 end line: 36 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 4997 unit: private TextBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 88 end line: 91 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4998 unit: private TextBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 93 end line: 96 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 4999 unit: private String formatSyspropName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 107 end line: 110 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5000 unit: public HugeEdge readEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 349 end line: 353 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5001 unit: public TextBackendEntry writeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 412 end line: 415 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5002 unit: private static void writeUserdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 893 end line: 896 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5003 unit: protected Query writeQueryEdgeCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 368 end line: 371 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5004 unit: protected void writeEnableLabelIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 665 end line: 668 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5005 unit: protected final BinaryBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 135 end line: 138 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5006 unit: protected BinaryBackendEntry convertEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 145 end line: 148 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5007 unit: public BackendEntry writeVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 946 end line: 949 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5008 unit: public BackendEntry writeEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 964 end line: 967 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5009 unit: public BackendEntry writePropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 981 end line: 984 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5010 unit: public BackendEntry writeIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 999 end line: 1002 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5011 unit: private void writeUserdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1164 end line: 1167 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5012 unit: private void writeString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1181 end line: 1184 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5013 unit: private void writeBool() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1243 end line: 1246 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 5014 unit: private Id readId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1263 end line: 1266 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5015 unit: public BytesBuffer forReadWritten() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 122 end line: 125 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5016 unit: public BytesBuffer forReadAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 127 end line: 130 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5017 unit: public BytesBuffer copyFrom() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 150 end line: 153 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5018 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 192 end line: 195 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5019 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 198 end line: 201 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5020 unit: public BytesBuffer writeBoolean() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 203 end line: 206 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5021 unit: public BytesBuffer writeStringRaw() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 322 end line: 325 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5022 unit: private void removeLastRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java start line: 125 end line: 128 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5023 unit: public BinaryId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 207 end line: 210 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5024 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 152 end line: 155 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 5025 unit: public void columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 265 end line: 268 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5026 unit: public void merge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 271 end line: 274 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5027 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 121 end line: 124 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5028 unit: private static boolean isCollectionIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1473 end line: 1476 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5029 unit: private static String propertyValueToString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1478 end line: 1485 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5030 unit: protected void removeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1552 end line: 1555 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5031 unit: public static IndexQueries of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1639 end line: 1642 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5032 unit: public HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 83 end line: 86 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5033 unit: protected HugeGraphParams params() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 88 end line: 91 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5034 unit: protected BackendStore store() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 93 end line: 96 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5035 unit: public BackendEntry query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 186 end line: 189 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5036 unit: protected void rollbackBackend() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 325 end line: 328 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5037 unit: protected BackendMutation prepareCommit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 330 end line: 334 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5038 unit: private boolean possibleOlapVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 679 end line: 682 size: 4 LOC McCabe index: 3 number of parameters: 1 id: 5039 unit: public Iterator queryAdjacentVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 718 end line: 721 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5040 unit: public Iterator queryVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 793 end line: 796 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5041 unit: public Iterator queryEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 956 end line: 959 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5042 unit: public static boolean matchFullEdgeSortKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1240 end line: 1244 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5043 unit: public static boolean matchPartialEdgeSortKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1246 end line: 1250 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5044 unit: public void updateIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 1958 end line: 1963 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5045 unit: public void traverseEdgesByLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 2034 end line: 2037 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5046 unit: public PropertyKey getPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 138 end line: 141 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5047 unit: public EdgeLabel getEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 235 end line: 238 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5048 unit: public IndexLabel getIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 306 end line: 309 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5049 unit: public Id getNextId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 635 end line: 638 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5050 unit: public void setNextIdLowest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 641 end line: 644 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5051 unit: private static Id asyncRun() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 659 end line: 662 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5052 unit: public StringId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 132 end line: 135 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5053 unit: public UuidId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 304 end line: 307 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5054 unit: public ObjectId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 386 end line: 389 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5055 unit: public static Id readBinString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java start line: 68 end line: 71 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5056 unit: public static String writeString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java start line: 73 end line: 76 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5057 unit: public static Id splicing() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java start line: 119 end line: 122 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5058 unit: public EdgeId directed() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 85 end line: 88 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5059 unit: public IdPrefixQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 44 end line: 47 size: 4 LOC McCabe index: 1 number of parameters: 4 id: 5060 unit: public IdRangeQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 37 end line: 40 size: 4 LOC McCabe index: 1 number of parameters: 4 id: 5061 unit: public Aggregate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 30 end line: 33 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5062 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 56 end line: 59 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5063 unit: public boolean matchUserpropKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 514 end line: 517 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5064 unit: public void checkFlattened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 570 end line: 573 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5065 unit: public void registerResultsFilter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 625 end line: 628 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5066 unit: public Element2IndexValueMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 728 end line: 731 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5067 unit: public LeftIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 855 end line: 858 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5068 unit: public QueryResults() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 52 end line: 55 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5069 unit: private QueryResults() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 57 end line: 60 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5070 unit: private void addQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 69 end line: 72 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5071 unit: public OneIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 298 end line: 301 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5072 unit: public void offset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 168 end line: 171 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5073 unit: public void resetActualOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 185 end line: 188 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5074 unit: public static long defaultCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 569 end line: 572 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5075 unit: public boolean isLogic() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 301 end line: 304 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5076 unit: public static Condition scan() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 366 end line: 369 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5077 unit: public IdQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 49 end line: 52 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5078 unit: public IdQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 54 end line: 57 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5079 unit: public IdQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 59 end line: 62 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5080 unit: public IdQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 64 end line: 67 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5081 unit: public Set ids() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 158 end line: 161 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5082 unit: protected final void checkOpened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 57 end line: 60 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5083 unit: public String graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 84 end line: 87 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5084 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 155 end line: 158 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5085 unit: public void rollbackTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 232 end line: 235 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5086 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 290 end line: 293 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5087 unit: public void truncate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 296 end line: 299 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5088 unit: public Id nextId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 343 end line: 346 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5089 unit: public void increaseCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 349 end line: 352 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5090 unit: public long getCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 355 end line: 358 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5091 unit: public InMemorySystemStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 363 end line: 366 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5092 unit: public boolean queryExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 136 end line: 139 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5093 unit: public void open() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java start line: 57 end line: 66 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5094 unit: private static String startKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 304 end line: 307 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5095 unit: private static String endKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 309 end line: 312 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5096 unit: protected final long fetched() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 136 end line: 139 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5097 unit: protected long skip() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 188 end line: 192 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5098 unit: public AbstractBackendStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java start line: 30 end line: 33 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5099 unit: public String storedVersion() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java start line: 44 end line: 47 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5100 unit: public void put() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 67 end line: 70 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5101 unit: public boolean containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 291 end line: 294 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 5102 unit: public RaftStoreClosure() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java start line: 26 end line: 29 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5103 unit: public Iterator query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 150 end line: 153 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5104 unit: public Number queryNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 156 end line: 159 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5105 unit: private Object submitAndWait() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 206 end line: 209 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5106 unit: private Object submitAndWait() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 211 end line: 214 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5107 unit: public IncrCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 281 end line: 284 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5108 unit: public ParallelCompressStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 73 end line: 76 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5109 unit: protected Node node() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 76 end line: 79 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5110 unit: public void onLeaderInfoChange() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 93 end line: 96 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 5111 unit: public void onBusy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 321 end line: 328 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5112 unit: public LeaderInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 360 end line: 363 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5113 unit: public StoreStateMachine() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 56 end line: 59 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5114 unit: public void onSnapshotSave() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 192 end line: 195 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5115 unit: protected void clearCache() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 285 end line: 289 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5116 unit: public static void writeHeader() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java start line: 68 end line: 71 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5117 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java start line: 86 end line: 89 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5118 unit: private Set stores() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 70 end line: 73 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5119 unit: private RaftClosure forwardToLeader() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java start line: 164 end line: 167 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5120 unit: public SetLeaderProcessor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java start line: 39 end line: 42 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5121 unit: public AddPeerProcessor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/AddPeerProcessor.java start line: 38 end line: 41 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5122 unit: public RemovePeerProcessor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RemovePeerProcessor.java start line: 38 end line: 41 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5123 unit: public ListPeersProcessor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java start line: 40 end line: 43 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5124 unit: public StoreCommandProcessor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java start line: 43 end line: 46 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5125 unit: public BackendAction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java start line: 31 end line: 34 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5126 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java start line: 65 end line: 68 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5127 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 71 end line: 74 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5128 unit: public OneColumnIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 162 end line: 165 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5129 unit: public BackendColumnIteratorWrapper() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 197 end line: 200 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5130 unit: public void put() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java start line: 36 end line: 39 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 5131 unit: public int get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java start line: 41 end line: 44 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5132 unit: public IntLongMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java start line: 33 end line: 36 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5133 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java start line: 63 end line: 66 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5134 unit: public void removeUserdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 104 end line: 107 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5135 unit: public boolean primitive() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 127 end line: 130 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5136 unit: public boolean hasSameContent() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 144 end line: 147 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5137 unit: public void propertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 188 end line: 191 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5138 unit: public void indexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 193 end line: 196 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5139 unit: public SchemaLabel properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 64 end line: 67 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5140 unit: public void ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 122 end line: 125 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5141 unit: public long ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 127 end line: 130 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5142 unit: public String ttlStartTimeName() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 140 end line: 143 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5143 unit: public boolean checkLinkEqual() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 101 end line: 104 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 5144 unit: protected void updateSchemaStatus() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 80 end line: 83 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5145 unit: public PropertyKeyBuilder asText() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 232 end line: 235 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5146 unit: public PropertyKeyBuilder asInt() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 238 end line: 241 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5147 unit: public PropertyKeyBuilder asDate() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 244 end line: 247 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5148 unit: public PropertyKeyBuilder asUUID() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 250 end line: 253 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5149 unit: public PropertyKeyBuilder asBoolean() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 256 end line: 259 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5150 unit: public PropertyKeyBuilder asByte() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 262 end line: 265 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5151 unit: public PropertyKeyBuilder asBlob() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 268 end line: 271 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5152 unit: public PropertyKeyBuilder asDouble() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 274 end line: 277 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5153 unit: public PropertyKeyBuilder asFloat() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 280 end line: 283 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5154 unit: public PropertyKeyBuilder asLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 286 end line: 289 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5155 unit: public PropertyKeyBuilder valueSingle() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 292 end line: 295 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5156 unit: public PropertyKeyBuilder valueList() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 298 end line: 301 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5157 unit: public PropertyKeyBuilder valueSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 304 end line: 307 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5158 unit: public PropertyKeyBuilder calcMax() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 310 end line: 313 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5159 unit: public PropertyKeyBuilder calcMin() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 316 end line: 319 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5160 unit: public PropertyKeyBuilder calcSum() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 322 end line: 325 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5161 unit: public PropertyKeyBuilder calcOld() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 328 end line: 331 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5162 unit: public PropertyKeyBuilder userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 352 end line: 355 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5163 unit: public PropertyKeyBuilder cardinality() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 358 end line: 361 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5164 unit: public PropertyKeyBuilder dataType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 364 end line: 367 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5165 unit: public PropertyKeyBuilder userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 376 end line: 379 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5166 unit: public PropertyKeyBuilder ifNotExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 382 end line: 385 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5167 unit: public PropertyKeyBuilder checkExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java start line: 388 end line: 391 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5168 unit: public VertexLabelBuilder properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 338 end line: 341 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5169 unit: public VertexLabelBuilder nullableKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 361 end line: 364 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5170 unit: public VertexLabelBuilder enableLabelIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 379 end line: 382 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5171 unit: public VertexLabelBuilder userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 385 end line: 388 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5172 unit: public VertexLabelBuilder userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 391 end line: 394 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5173 unit: public VertexLabelBuilder ifNotExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 397 end line: 400 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5174 unit: public VertexLabelBuilder checkExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 403 end line: 406 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5175 unit: public EdgeLabelBuilder properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 311 end line: 314 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5176 unit: public EdgeLabelBuilder nullableKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 317 end line: 320 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5177 unit: public EdgeLabelBuilder sourceLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 347 end line: 350 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5178 unit: public EdgeLabelBuilder targetLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 353 end line: 356 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5179 unit: public EdgeLabelBuilder singleTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 359 end line: 362 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5180 unit: public EdgeLabelBuilder multiTimes() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 365 end line: 368 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5181 unit: public EdgeLabelBuilder ifNotExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 371 end line: 374 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5182 unit: public EdgeLabelBuilder frequency() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 377 end line: 380 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5183 unit: public EdgeLabelBuilder enableLabelIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 395 end line: 398 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5184 unit: public EdgeLabelBuilder userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 401 end line: 404 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5185 unit: public EdgeLabelBuilder userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 407 end line: 410 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5186 unit: public EdgeLabelBuilder checkExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 413 end line: 416 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5187 unit: public IndexLabelBuilder secondary() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 362 end line: 365 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5188 unit: public IndexLabelBuilder range() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 368 end line: 371 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5189 unit: public IndexLabelBuilder search() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 374 end line: 377 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5190 unit: public IndexLabelBuilder shard() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 380 end line: 383 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5191 unit: public IndexLabelBuilder unique() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 386 end line: 389 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5192 unit: public IndexLabelBuilder indexType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 407 end line: 410 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5193 unit: public IndexLabelBuilder ifNotExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 431 end line: 434 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5194 unit: public IndexLabelBuilder checkExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 437 end line: 440 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5195 unit: private SchemaLabel loadBaseLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 454 end line: 457 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5196 unit: public boolean isNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 80 end line: 83 size: 4 LOC McCabe index: 5 number of parameters: 0 id: 5197 unit: public boolean isString() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 89 end line: 92 size: 4 LOC McCabe index: 4 number of parameters: 0 id: 5198 unit: public boolean isRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 104 end line: 107 size: 4 LOC McCabe index: 4 number of parameters: 0 id: 5199 unit: public boolean isSecondaryIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 145 end line: 148 size: 4 LOC McCabe index: 3 number of parameters: 0 id: 5200 unit: public boolean isRangeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 154 end line: 157 size: 4 LOC McCabe index: 4 number of parameters: 0 id: 5201 unit: public boolean isAggregateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 183 end line: 186 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5202 unit: public BackendStoreInfo backendStoreInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 257 end line: 262 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5203 unit: public void mode() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 325 end line: 328 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5204 unit: public void readMode() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 336 end line: 339 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5205 unit: public void waitReady() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 342 end line: 346 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5206 unit: private SchemaTransaction schemaTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 507 end line: 514 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5207 unit: public C compute() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 573 end line: 576 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5208 unit: public void updatePropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 741 end line: 744 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5209 unit: public void addVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 788 end line: 791 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5210 unit: public void updateVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 794 end line: 797 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5211 unit: public void addEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 850 end line: 853 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5212 unit: public void updateEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 856 end line: 859 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5213 unit: public void updateIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 908 end line: 911 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5214 unit: protected void doOpen() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1379 end line: 1382 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5215 unit: protected void doCommit() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1385 end line: 1388 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5216 unit: protected void doRollback() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1391 end line: 1394 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5217 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1409 end line: 1412 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5218 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1561 end line: 1564 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5219 unit: public SysTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1569 end line: 1572 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5220 unit: private ConditionP() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java start line: 29 end line: 32 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5221 unit: default void orderBy() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java start line: 46 end line: 49 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5222 unit: default Q injectQueryInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java start line: 67 end line: 70 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5223 unit: private Iterator edges() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 95 end line: 98 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5224 unit: public static HugeKeys string2HugeKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 573 end line: 576 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5225 unit: public static boolean keyForContainsKeyOrValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 589 end line: 592 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5226 unit: public NodeWithWeight() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 241 end line: 244 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5227 unit: public Map toMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 258 end line: 261 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5228 unit: public void afterTraverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 126 end line: 129 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5229 unit: public void addNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 184 end line: 187 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5230 unit: protected final IntMap layer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 170 end line: 173 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5231 unit: protected void currentRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java start line: 73 end line: 76 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5232 unit: public Id nextKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 91 end line: 94 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5233 unit: public boolean sourcesLessThanTargets() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 118 end line: 121 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5234 unit: private PathSet linkSourcePath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 147 end line: 150 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5235 unit: private PathSet linkTargetPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 152 end line: 155 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5236 unit: private boolean isNew() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java start line: 81 end line: 84 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5237 unit: public KneighborRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java start line: 35 end line: 38 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5238 unit: protected Iterator edgesOfVertexWithSK() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 208 end line: 211 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 5239 unit: public Path() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 568 end line: 571 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5240 unit: public PathSet traverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 152 end line: 155 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5241 unit: private boolean reachDedup() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java start line: 133 end line: 136 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5242 unit: public CrosspointsPaths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 207 end line: 210 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5243 unit: public WeightNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 167 end line: 170 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5244 unit: public void reverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 212 end line: 215 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5245 unit: protected long traversePairs() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 76 end line: 79 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5246 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 156 end line: 159 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5247 unit: public void addAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 161 end line: 164 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5248 unit: private boolean reachLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java start line: 174 end line: 177 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5249 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 38 end line: 41 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5250 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 47 end line: 50 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5251 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 62 end line: 65 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5252 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 136 end line: 139 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5253 unit: public Iterator skipSuperNodeIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 141 end line: 144 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5254 unit: public void beforeTraverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 129 end line: 132 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5255 unit: public boolean lastSuperStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 274 end line: 277 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5256 unit: public Map toMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 268 end line: 271 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5257 unit: public HugeTask waitUntilTaskCompleted() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 591 end line: 594 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5258 unit: public TaskTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 744 end line: 747 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5259 unit: private boolean existVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 799 end line: 802 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5260 unit: public HugeTask() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 82 end line: 85 size: 4 LOC McCabe index: 1 number of parameters: 4 id: 5261 unit: protected void setException() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 367 end line: 370 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5262 unit: protected TaskCallable callable() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 410 end line: 413 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5263 unit: private void checkPropertySize() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 634 end line: 637 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5264 unit: private void initJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 206 end line: 209 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5265 unit: public int progress() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 98 end line: 101 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5266 unit: private GraphTransaction tx() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 240 end line: 243 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5267 unit: public void increaseLoad() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 113 end line: 116 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5268 unit: public boolean existVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 289 end line: 292 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5269 unit: private IndexLabel indexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 327 end line: 330 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5270 unit: public V call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java start line: 25 end line: 28 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5271 unit: public Algorithm register() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java start line: 81 end line: 84 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5272 unit: private Vertex makeCommunityNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 200 end line: 203 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5273 unit: public double modularity() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 624 end line: 628 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5274 unit: public Community vertex2Community() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 841 end line: 844 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5275 unit: private void updateLabelOfVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 254 end line: 258 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5276 unit: public KcoreSimilar() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 271 end line: 274 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5277 unit: public KcoreSimilar() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 276 end line: 279 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5278 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 115 end line: 118 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5279 unit: protected long traverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 310 end line: 313 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5280 unit: protected Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 361 end line: 364 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5281 unit: protected void commitIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 471 end line: 475 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5282 unit: public TopMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 483 end line: 486 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5283 unit: public void endObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 550 end line: 553 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5284 unit: public void endList() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 559 end line: 562 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5285 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 575 end line: 578 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5286 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 580 end line: 583 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5287 unit: public void appendRaw() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 617 end line: 620 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5288 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 90 end line: 93 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5289 unit: private DoublePair() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 273 end line: 276 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5290 unit: public BetweennessNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 159 end line: 162 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5291 unit: private Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java start line: 66 end line: 69 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5292 unit: protected void backtrack() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java start line: 128 end line: 131 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5293 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java start line: 41 end line: 44 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5294 unit: private Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 66 end line: 69 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5295 unit: public StressNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 158 end line: 161 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5296 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java start line: 39 end line: 42 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5297 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java start line: 42 end line: 45 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5298 unit: public Object execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java start line: 36 end line: 39 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5299 unit: public EphemeralJobBuilder name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java start line: 46 end line: 49 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5300 unit: public EphemeralJobBuilder input() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java start line: 51 end line: 54 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5301 unit: public EphemeralJobBuilder job() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java start line: 56 end line: 59 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5302 unit: public JobBuilder name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java start line: 47 end line: 50 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5303 unit: public JobBuilder input() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java start line: 52 end line: 55 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5304 unit: public JobBuilder job() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java start line: 57 end line: 60 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5305 unit: public JobBuilder dependencies() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java start line: 62 end line: 65 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5306 unit: public V call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java start line: 25 end line: 28 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5307 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java start line: 39 end line: 42 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5308 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 81 end line: 84 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5309 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java start line: 39 end line: 42 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5310 unit: public Computer register() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java start line: 41 end line: 44 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5311 unit: public static void remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 107 end line: 110 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5312 unit: public IdWithExpiredTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 279 end line: 282 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5313 unit: public EdgeLabel schemaLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 94 end line: 97 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5314 unit: public boolean selfLoop() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 121 end line: 124 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5315 unit: public boolean isDirection() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 137 end line: 140 size: 4 LOC McCabe index: 4 number of parameters: 1 id: 5316 unit: public HugeVertex sourceVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 405 end line: 408 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5317 unit: public HugeVertex targetVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 414 end line: 417 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5318 unit: public boolean belongToVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 444 end line: 447 size: 4 LOC McCabe index: 3 number of parameters: 1 id: 5319 unit: public static HugeVertex undefined() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 643 end line: 646 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5320 unit: public static HugeVertex create() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 648 end line: 651 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5321 unit: public void committed() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 691 end line: 694 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5322 unit: public String defaultLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 281 end line: 284 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5323 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java start line: 41 end line: 44 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5324 unit: public HugeVertex element() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java start line: 52 end line: 55 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5325 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java start line: 35 end line: 38 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5326 unit: public HugeEdge element() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java start line: 41 end line: 44 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5327 unit: public void committed() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 149 end line: 153 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5328 unit: public void resetProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 365 end line: 368 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5329 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 405 end line: 408 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5330 unit: public ConnectionException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java start line: 34 end line: 37 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5331 unit: protected void clearBackend() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 95 end line: 98 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5332 unit: protected void clearVariables() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 156 end line: 159 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5333 unit: public C compute() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 240 end line: 243 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5334 unit: public void testGet3KeysWithData() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 176 end line: 179 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5335 unit: public void testMultiGet3KeysWithData() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 182 end line: 185 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5336 unit: public void testGet1KeyWithData() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 188 end line: 191 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5337 unit: public void testScanByPrefixWithData() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java start line: 194 end line: 197 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5338 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 57 end line: 60 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5339 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 63 end line: 66 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5340 unit: protected void put() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 68 end line: 71 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5341 unit: protected static long getLong() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 107 end line: 110 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5342 unit: private static PropertyKey genPkey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 1060 end line: 1063 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5343 unit: public static void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 45 end line: 48 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5344 unit: public static void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 56 end line: 59 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5345 unit: public void testRegister() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java start line: 29 end line: 32 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5346 unit: public void testExit() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 112 end line: 115 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5347 unit: private static void assertError() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 290 end line: 293 size: 4 LOC McCabe index: 2 number of parameters: 2 id: 5348 unit: public void testRowLock() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java start line: 55 end line: 58 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5349 unit: public void testIntFixedSet() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 49 end line: 52 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5350 unit: public void testIntFixedSetConcurrent() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 70 end line: 73 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5351 unit: public void testIntFixedSetBySegmentsConcurrent() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 76 end line: 79 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5352 unit: public void testIntFixedMap() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 53 end line: 56 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5353 unit: public FakeObjects() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 49 end line: 52 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5354 unit: public static HugeConfig newConfig() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 60 end line: 63 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5355 unit: public PropertyKey newPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 73 end line: 76 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5356 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 40 end line: 43 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5357 unit: public void testRemoveNotExistPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java start line: 523 end line: 526 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5358 unit: public void testRemoveNotExistVertexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java start line: 774 end line: 777 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5359 unit: protected void assertVLEqual() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java start line: 55 end line: 58 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5360 unit: protected void assertELEqual() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java start line: 60 end line: 63 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5361 unit: public void testRemoveNotExistIndexLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java start line: 1352 end line: 1355 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5362 unit: public V call() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 702 end line: 705 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5363 unit: public void testRemoveNotExistEdgeLabel() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java start line: 820 end line: 823 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5364 unit: public static HugeGraph graph() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 49 end line: 53 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5365 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 91 end line: 94 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5366 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java start line: 35 end line: 38 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5367 unit: private void init10VerticesAndCommit() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9149 end line: 9152 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5368 unit: private static void assertContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9342 end line: 9345 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5369 unit: private static void assertNotContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java start line: 9347 end line: 9350 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5370 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java start line: 33 end line: 36 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5371 unit: public static void init() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 78 end line: 81 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5372 unit: public Response get() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 135 end line: 138 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5373 unit: protected static String parseId() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 572 end line: 575 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5374 unit: protected static void clearData() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 596 end line: 599 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5375 unit: public static T assertJsonContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 619 end line: 622 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5376 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java start line: 31 end line: 34 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5377 unit: private void testCypherQueryAndContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java start line: 75 end line: 78 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5378 unit: private void validStatusAndTextContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java start line: 80 end line: 83 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5379 unit: public PostgresqlTableTemplate() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 65 end line: 68 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5380 unit: public String readVersion() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 95 end line: 98 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5381 unit: public long getCounter() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 107 end line: 110 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5382 unit: protected List idColumnValue() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 174 end line: 177 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5383 unit: public void delete() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 180 end line: 183 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5384 unit: protected BackendEntry mergeEntries() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 186 end line: 189 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5385 unit: public RangeDoubleIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 270 end line: 273 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5386 unit: protected final String entryId() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 275 end line: 278 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5387 unit: public Id nextId() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 168 end line: 171 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5388 unit: public void increaseCounter() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 174 end line: 177 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5389 unit: public long getCounter() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 180 end line: 183 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5390 unit: protected URIBuilder newConnectionURIBuilder() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java start line: 113 end line: 117 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5391 unit: public PostgresqlStore() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java start line: 26 end line: 29 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5392 unit: public void increaseCounter() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 164 end line: 167 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5393 unit: public long getCounter() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 170 end line: 173 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5394 unit: public void add() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 136 end line: 139 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5395 unit: public void rollback() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 153 end line: 156 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5396 unit: public void clear() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 159 end line: 162 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5397 unit: public PaloStore() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java start line: 35 end line: 38 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5398 unit: private List tableNames() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java start line: 47 end line: 50 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5399 unit: public static long limitSize() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 161 end line: 164 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5400 unit: public static Gauge registerGauge() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java start line: 34 end line: 37 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5401 unit: public static ServerReporter instance() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java start line: 61 end line: 64 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5402 unit: private HistogramSerializer() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 97 end line: 100 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5403 unit: private MetricRegistrySerializer() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 236 end line: 239 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5404 unit: public MetricsModule() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 262 end line: 265 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5405 unit: private static String calculateRateUnit() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 298 end line: 301 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5406 unit: private void unlistenChanges() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 569 end line: 572 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5407 unit: private void dropGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 606 end line: 615 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5408 unit: Object updatePropertyValue() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 117 end line: 120 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5409 unit: Object updatePropertyValue() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 131 end line: 134 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5410 unit: public WsAndHttpBasicAuthHandler() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java start line: 57 end line: 60 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5411 unit: public HugeGraph hugegraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 143 end line: 146 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5412 unit: public GraphComputer compute() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 156 end line: 159 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5413 unit: public I io() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 169 end line: 172 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5414 unit: public Id addPropertyKey() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 192 end line: 195 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5415 unit: public void updatePropertyKey() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 198 end line: 201 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5416 unit: public Id clearPropertyKey() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 211 end line: 214 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5417 unit: public Collection propertyKeys() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 217 end line: 220 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5418 unit: public boolean existsPropertyKey() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 237 end line: 240 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5419 unit: public void addVertexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 243 end line: 246 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5420 unit: public void updateVertexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 249 end line: 252 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5421 unit: public Collection vertexLabels() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 262 end line: 265 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5422 unit: public boolean existsVertexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 289 end line: 292 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5423 unit: public void addEdgeLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 302 end line: 305 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5424 unit: public void updateEdgeLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 308 end line: 311 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5425 unit: public Collection edgeLabels() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 321 end line: 324 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5426 unit: public boolean existsEdgeLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 348 end line: 351 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5427 unit: public void addIndexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 354 end line: 357 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5428 unit: public void updateIndexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 360 end line: 363 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5429 unit: public Collection indexLabels() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 387 end line: 390 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5430 unit: public boolean existsIndexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 407 end line: 410 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5431 unit: public void removeVertex() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 420 end line: 423 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5432 unit: public void addVertexProperty() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 431 end line: 434 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5433 unit: public void removeVertexProperty() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 437 end line: 440 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5434 unit: public void removeEdge() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 455 end line: 458 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5435 unit: public void addEdgeProperty() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 466 end line: 469 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5436 unit: public void removeEdgeProperty() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 472 end line: 475 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5437 unit: public Iterator vertices() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 478 end line: 481 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5438 unit: public Iterator vertices() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 484 end line: 487 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5439 unit: public Iterator adjacentVertex() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 497 end line: 500 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5440 unit: public Iterator adjacentVertices() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 503 end line: 506 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5441 unit: public boolean checkAdjacentVertexExist() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 509 end line: 512 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5442 unit: public Iterator edges() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 515 end line: 518 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5443 unit: public Iterator edges() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 521 end line: 524 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5444 unit: public Iterator adjacentEdges() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 534 end line: 537 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5445 unit: public void close() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 562 end line: 565 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5446 unit: public HugeConfig configuration() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 581 end line: 584 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5447 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 587 end line: 590 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5448 unit: public V option() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 612 end line: 615 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5449 unit: public String name() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 618 end line: 621 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5450 unit: public String backend() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 624 end line: 627 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5451 unit: public BackendStoreInfo backendStoreInfo() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 630 end line: 633 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5452 unit: public BackendFeatures backendStoreFeatures() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 636 end line: 639 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5453 unit: public GraphMode mode() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 642 end line: 645 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5454 unit: public void mode() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 648 end line: 651 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5455 unit: public GraphReadMode readMode() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 654 end line: 657 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5456 unit: public void readMode() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 660 end line: 663 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5457 unit: public void waitReady() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 666 end line: 669 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5458 unit: public void serverStarted() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 672 end line: 675 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5459 unit: public boolean started() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 678 end line: 681 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5460 unit: public boolean closed() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 684 end line: 687 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5461 unit: public RoleElectionStateMachine roleElectionStateMachine() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 709 end line: 712 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5462 unit: public void switchAuthManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 715 end line: 718 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5463 unit: public RaftGroupManager raftGroupManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 721 end line: 724 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5464 unit: public void initBackend() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 734 end line: 737 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5465 unit: public void clearBackend() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 740 end line: 743 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5466 unit: public void initSystemInfo() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 761 end line: 764 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5467 unit: public void createSnapshot() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 767 end line: 770 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5468 unit: public void resumeSnapshot() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 773 end line: 776 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5469 unit: public void create() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 779 end line: 782 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5470 unit: public void drop() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 785 end line: 788 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5471 unit: public HugeConfig cloneConfig() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 791 end line: 794 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5472 unit: private void verifySchemaPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 913 end line: 916 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5473 unit: public void init() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1031 end line: 1034 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5474 unit: public int pendingTasks() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1037 end line: 1040 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5475 unit: public void restoreTasks() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1043 end line: 1046 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5476 unit: public void cancel() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1056 end line: 1059 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5477 unit: public void save() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1062 end line: 1065 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5478 unit: public HugeTask task() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1068 end line: 1071 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5479 unit: public boolean close() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1095 end line: 1098 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5480 unit: public void checkRequirement() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1122 end line: 1125 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5481 unit: private HugeTask verifyTaskPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1131 end line: 1134 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5482 unit: public void init() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1200 end line: 1203 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5483 unit: public boolean close() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1206 end line: 1209 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5484 unit: public List listUsers() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1264 end line: 1267 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5485 unit: public List listAllUsers() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1270 end line: 1273 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5486 unit: public HugeGroup getGroup() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1300 end line: 1303 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5487 unit: public List listGroups() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1306 end line: 1309 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5488 unit: public List listAllGroups() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1312 end line: 1315 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5489 unit: public HugeTarget getTarget() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1342 end line: 1345 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5490 unit: public List listTargets() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1348 end line: 1351 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5491 unit: public List listAllTargets() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1354 end line: 1357 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5492 unit: public HugeBelong getBelong() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1384 end line: 1387 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5493 unit: public List listBelong() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1390 end line: 1393 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5494 unit: public List listAllBelong() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1396 end line: 1399 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5495 unit: public List listBelongByUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1402 end line: 1405 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5496 unit: public HugeAccess getAccess() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1439 end line: 1442 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5497 unit: public List listAccess() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1445 end line: 1448 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5498 unit: public List listAllAccess() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1451 end line: 1454 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5499 unit: public List listAllProject() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1513 end line: 1516 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5500 unit: private void switchAuthManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1585 end line: 1588 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5501 unit: public Optional get() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1604 end line: 1607 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5502 unit: public Set keys() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1610 end line: 1613 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5503 unit: public void set() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1616 end line: 1619 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5504 unit: public void remove() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1622 end line: 1625 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5505 unit: public GraphTraversalSourceProxy() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1634 end line: 1637 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5506 unit: public TraversalStrategies removeStrategies() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1677 end line: 1680 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5507 unit: protected static void logUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1824 end line: 1827 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5508 unit: public Context() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1835 end line: 1838 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5509 unit: public ContextTask() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1854 end line: 1857 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5510 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 218 end line: 221 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5511 unit: public static RolePerm fromJson() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 338 end line: 341 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5512 unit: public RequiredPerm owner() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 411 end line: 414 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5513 unit: public RequiredPerm action() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 420 end line: 423 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5514 unit: public ResourceObject resourceObject() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 433 end line: 436 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5515 unit: public static String roleFor() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 459 end line: 470 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5516 unit: public HugeGraph graph() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 56 end line: 59 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5517 unit: public ConfFactory() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 92 end line: 95 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5518 unit: public RestServer() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java start line: 54 end line: 57 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5519 unit: public void shutdownNow() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java start line: 167 end line: 170 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5520 unit: public String gauges() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 117 end line: 120 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5521 unit: public String counters() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 127 end line: 130 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5522 unit: public String histograms() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 137 end line: 140 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5523 unit: public String meters() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 147 end line: 150 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5524 unit: public String timers() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 157 end line: 160 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5525 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java start line: 170 end line: 173 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5526 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java start line: 176 end line: 179 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5527 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java start line: 208 end line: 211 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5528 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java start line: 199 end line: 202 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5529 unit: public HugeProject build() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 200 end line: 203 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5530 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 472 end line: 475 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5531 unit: static file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java start line: 50 end line: 53 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5532 unit: public BatchAPI() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java start line: 57 end line: 60 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5533 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherClient.java start line: 146 end line: 149 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5534 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java start line: 82 end line: 85 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5535 unit: protected static EdgeStep step() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java start line: 34 end line: 37 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5536 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java start line: 209 end line: 212 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5537 unit: public APICategory() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 218 end line: 221 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5538 unit: public Object trace() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 102 end line: 105 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5539 unit: protected static void checkCreatingBody() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 133 end line: 136 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5540 unit: protected static void checkUpdatingBody() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 138 end line: 141 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5541 unit: public void initEnv() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 270 end line: 274 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5542 unit: public void destroyEnv() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 276 end line: 279 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5543 unit: public static void showFeatures() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java start line: 99 end line: 102 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5544 unit: protected static long elapsed() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java start line: 83 end line: 86 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5545 unit: public Iterator query() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 131 end line: 134 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5546 unit: public void insert() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 480 end line: 483 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5547 unit: public void append() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 489 end line: 492 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5548 unit: public void eliminate() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 498 end line: 501 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5549 unit: public void delete() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 507 end line: 510 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5550 unit: protected void dropTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 647 end line: 650 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5551 unit: protected void truncateTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 652 end line: 655 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5552 unit: protected T readProperty() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 187 end line: 190 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5553 unit: private static String table() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 560 end line: 563 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5554 unit: public void insert() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 659 end line: 662 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5555 unit: public void insert() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 689 end line: 692 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5556 unit: public void insert() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 707 end line: 710 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5557 unit: public void insert() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 772 end line: 775 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5558 unit: public void insert() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 864 end line: 867 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5559 unit: public Olap() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 876 end line: 879 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5560 unit: private boolean isPartitionerOpp() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java start line: 181 end line: 184 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5561 unit: public void close() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 194 end line: 197 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5562 unit: public boolean opened() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 200 end line: 203 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5563 unit: protected boolean existsTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 485 end line: 488 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5564 unit: protected final void checkClusterConnected() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 615 end line: 618 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5565 unit: public Id nextId() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 721 end line: 724 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5566 unit: public void increaseCounter() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 727 end line: 730 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5567 unit: public long getCounter() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 733 end line: 736 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5568 unit: public CassandraSystemStore() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 788 end line: 792 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5569 unit: public String storedVersion() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 804 end line: 807 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5570 unit: public Session() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 147 end line: 150 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5571 unit: public ResultSet query() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 193 end line: 196 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5572 unit: public int aggregateTimeout() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 269 end line: 272 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5573 unit: protected void dropTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 98 end line: 101 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5574 unit: protected void dropTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 125 end line: 128 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5575 unit: protected void dropTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 152 end line: 155 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5576 unit: protected void dropTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 179 end line: 182 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5577 unit: protected void dropTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 218 end line: 221 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5578 unit: protected void dropTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 271 end line: 274 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5579 unit: public ScyllaDBSystemStore() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 157 end line: 160 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5580 unit: public synchronized void destroy() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 184 end line: 187 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5581 unit: protected List olapTables() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 177 end line: 180 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5582 unit: protected List tableNames() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 182 end line: 185 size: 4 LOC McCabe index: 2 number of parameters: 1 id: 5583 unit: public boolean opened() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 426 end line: 429 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5584 unit: private void checkDbOpened() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 886 end line: 889 size: 4 LOC McCabe index: 2 number of parameters: 0 id: 5585 unit: public Id nextId() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1054 end line: 1057 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5586 unit: public void increaseCounter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1060 end line: 1063 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5587 unit: public long getCounter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1066 end line: 1069 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5588 unit: public RocksIterator iterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 165 end line: 168 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5589 unit: public RocksDBTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 62 end line: 65 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5590 unit: public void append() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 109 end line: 112 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5591 unit: public void eliminate() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 115 end line: 118 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5592 unit: protected BackendColumnIterator queryByIds() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 184 end line: 188 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5593 unit: public void eliminate() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 221 end line: 224 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5594 unit: public RocksDBSessions copy() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 255 end line: 258 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5595 unit: private void checkValid() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 346 end line: 349 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5596 unit: private RocksDB rocksdb() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 351 end line: 354 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5597 unit: public void close() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 780 end line: 783 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5598 unit: public RocksDBSessions copy() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 158 end line: 161 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5599 unit: public String hardLinkSnapshot() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 179 end line: 182 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5600 unit: public void close() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 248 end line: 251 size: 4 LOC McCabe index: 1 number of parameters: 0 id: 5601 unit: public BackendColumnIterator get() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 407 end line: 410 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5602 unit: public BackendColumnIterator scan() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 416 end line: 419 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5603 unit: public BackendColumnIterator scan() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 425 end line: 428 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5604 unit: public RocksDBSstStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java start line: 34 end line: 37 size: 4 LOC McCabe index: 1 number of parameters: 3 id: 5605 unit: public Id nextId() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java start line: 97 end line: 100 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5606 unit: public void increaseCounter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java start line: 103 end line: 106 size: 4 LOC McCabe index: 1 number of parameters: 2 id: 5607 unit: public long getCounter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java start line: 109 end line: 112 size: 4 LOC McCabe index: 1 number of parameters: 1 id: 5608 unit: protected void registerTableManager() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5609 unit: public String namespace() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5610 unit: public String store() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5611 unit: public String database() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5612 unit: public BackendStoreProvider provider() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5613 unit: public BackendFeatures features() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5614 unit: public boolean isSchemaStore() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 492 end line: 494 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5615 unit: public boolean isSchemaStore() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 535 end line: 537 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5616 unit: protected synchronized boolean opened() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 160 end line: 163 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 5617 unit: public final Session session() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 166 end line: 168 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5618 unit: protected Session newSession() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 171 end line: 173 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5619 unit: default R scan() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 393 end line: 395 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5620 unit: default R scan() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 429 end line: 431 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 5621 unit: public Session() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 465 end line: 467 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5622 unit: public Connection hbase() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 501 end line: 503 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5623 unit: public String namespace() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 505 end line: 507 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5624 unit: public void open() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 510 end line: 512 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5625 unit: public boolean closed() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 521 end line: 523 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 5626 unit: public boolean hasChanges() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 529 end line: 531 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5627 unit: public void rollback() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 570 end line: 572 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5628 unit: public long storeSize() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 791 end line: 793 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5629 unit: public CountSession countSession() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 817 end line: 819 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5630 unit: public void delete() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 851 end line: 853 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 5631 unit: public Number get() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 862 end line: 864 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 5632 unit: public Number get() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 867 end line: 869 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 5633 unit: public void close() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java start line: 898 end line: 900 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5634 unit: public HbaseFeatures() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5635 unit: public boolean supportsScanToken() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5636 unit: public boolean supportsScanKeyPrefix() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5637 unit: public boolean supportsScanKeyRange() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5638 unit: public boolean supportsQuerySchemaByName() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 46 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5639 unit: public boolean supportsQueryByLabel() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 52 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5640 unit: public boolean supportsQueryWithInCondition() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5641 unit: public boolean supportsQueryWithRangeCondition() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5642 unit: public boolean supportsQuerySortByInputIds() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5643 unit: public boolean supportsQueryWithOrderBy() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5644 unit: public boolean supportsQueryWithContains() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 78 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5645 unit: public boolean supportsQueryWithContainsKey() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 84 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5646 unit: public boolean supportsQueryByPage() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5647 unit: public boolean supportsDeleteEdgeByLabel() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 95 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5648 unit: public boolean supportsUpdateVertexProperty() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 101 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5649 unit: public boolean supportsMergeVertexProperty() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 107 end line: 109 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5650 unit: public boolean supportsUpdateEdgeProperty() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 112 end line: 115 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5651 unit: public boolean supportsTransaction() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 118 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5652 unit: public boolean supportsNumberType() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 124 end line: 126 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5653 unit: public boolean supportsAggregateProperty() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 129 end line: 131 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5654 unit: public boolean supportsTtl() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 134 end line: 136 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5655 unit: public boolean supportsOlapProperties() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java start line: 139 end line: 141 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5656 unit: public Meta() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5657 unit: public Counters() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 79 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5658 unit: public VertexLabel() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 105 end line: 107 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5659 unit: public EdgeLabel() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5660 unit: public PropertyKey() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 123 end line: 125 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5661 unit: public IndexLabel() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5662 unit: public Vertex() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 141 end line: 143 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5663 unit: public Edge() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 162 end line: 164 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 5664 unit: private static String table() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 166 end line: 169 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 5665 unit: public static Edge out() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 171 end line: 173 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5666 unit: public static Edge in() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 175 end line: 177 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5667 unit: public HugeType type() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 225 end line: 227 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5668 unit: public VertexLabelIndex() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 292 end line: 294 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5669 unit: public EdgeLabelIndex() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 301 end line: 303 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5670 unit: public SecondaryIndex() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 310 end line: 312 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5671 unit: public SearchIndex() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 319 end line: 321 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5672 unit: public UniqueIndex() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 328 end line: 330 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5673 unit: public RangeIndex() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 335 end line: 337 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5674 unit: public static RangeIndex rangeInt() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 339 end line: 341 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5675 unit: public static RangeIndex rangeFloat() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 343 end line: 345 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5676 unit: public static RangeIndex rangeLong() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 347 end line: 349 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5677 unit: public static RangeIndex rangeDouble() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 351 end line: 353 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5678 unit: public ShardIndex() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java start line: 360 end line: 362 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5679 unit: protected String namespace() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5680 unit: protected BackendStore newSchemaStore() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5681 unit: protected BackendStore newGraphStore() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5682 unit: protected BackendStore newSystemStore() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5683 unit: public String type() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5684 unit: public String driverVersion() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java start line: 51 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5685 unit: public HbaseTable() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5686 unit: public static List cfs() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5687 unit: protected R queryById() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 219 end line: 221 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5688 unit: public HbaseShardSplitter() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 301 end line: 303 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5689 unit: private static int calcSplitCount() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 375 end line: 377 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5690 unit: public long estimateNumKeys() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 397 end line: 400 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5691 unit: private HbaseOptions() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5692 unit: public static String escapeAndWrapString() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java start line: 22 end line: 24 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5693 unit: public static String escapeString() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5694 unit: public MysqlSerializer() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5695 unit: public MysqlBackendEntry newBackendEntry() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5696 unit: protected TableBackendEntry newBackendEntry() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5697 unit: protected Id toId() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5698 unit: protected Object toLongSet() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 96 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5699 unit: public BackendEntry writeOlapVertex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java start line: 173 end line: 175 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5700 unit: protected void registerTableManager() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5701 unit: protected MysqlSessions openSessionPool() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5702 unit: public String store() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5703 unit: public String database() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5704 unit: public BackendStoreProvider provider() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5705 unit: public BackendFeatures features() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 320 end line: 322 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5706 unit: protected Collection tables() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 345 end line: 347 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5707 unit: public boolean isSchemaStore() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 420 end line: 422 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5708 unit: public boolean isSchemaStore() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 458 end line: 460 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5709 unit: public Id nextId() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java start line: 463 end line: 465 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5710 unit: protected MysqlOptions() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5711 unit: public Map metrics() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5712 unit: public MysqlTableTemplate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5713 unit: public TableDefine tableDefine() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 79 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5714 unit: public Meta() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5715 unit: public Counters() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 136 end line: 138 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5716 unit: public VertexLabel() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5717 unit: public EdgeLabel() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 216 end line: 218 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5718 unit: public PropertyKey() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 246 end line: 248 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5719 unit: public IndexLabel() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 271 end line: 273 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5720 unit: public Vertex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 295 end line: 297 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5721 unit: public Edge() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 318 end line: 320 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5722 unit: public static MysqlTable out() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 445 end line: 447 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5723 unit: public static MysqlTable in() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 449 end line: 451 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5724 unit: public Index() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 456 end line: 458 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5725 unit: public SecondaryIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 467 end line: 469 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5726 unit: public SearchIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 497 end line: 499 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5727 unit: public UniqueIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 509 end line: 511 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5728 unit: public RangeIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 516 end line: 518 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5729 unit: public RangeIntIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 547 end line: 549 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5730 unit: public RangeFloatIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 570 end line: 572 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5731 unit: public RangeLongIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 593 end line: 595 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5732 unit: public RangeDoubleIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 616 end line: 618 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5733 unit: public ShardIndex() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java start line: 639 end line: 641 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5734 unit: public boolean next() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java start line: 36 end line: 38 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 5735 unit: public ResultSet resultSet() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5736 unit: protected String database() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5737 unit: protected BackendStore newSchemaStore() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5738 unit: protected BackendStore newGraphStore() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5739 unit: protected BackendStore newSystemStore() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5740 unit: public String type() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5741 unit: public String driverVersion() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java start line: 54 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5742 unit: public void close() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 135 end line: 137 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5743 unit: public PagePosition() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 167 end line: 169 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5744 unit: public Map columns() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 171 end line: 173 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5745 unit: public String toString() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 176 end line: 178 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5746 unit: public WhereBuilder() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5747 unit: public WhereBuilder and() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5748 unit: public StringBuilder build() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 267 end line: 269 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5749 unit: public String toString() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 272 end line: 274 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5750 unit: protected String escapeAndWrapString() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java start line: 284 end line: 286 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5751 unit: public void init() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5752 unit: public void clear() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5753 unit: public void truncate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5754 unit: protected List idColumnName() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 170 end line: 172 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5755 unit: protected List idColumnValue() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 174 end line: 176 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5756 unit: protected List idColumnValue() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 178 end line: 180 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5757 unit: protected List buildUpdateForcedParams() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 254 end line: 256 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5758 unit: protected List buildUpdateIfAbsentParams() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 258 end line: 260 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5759 unit: protected List buildColumnsParams() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 262 end line: 264 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5760 unit: protected String buildDropTemplate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 332 end line: 334 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5761 unit: protected String buildTruncateTemplate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 336 end line: 338 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5762 unit: public void append() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 393 end line: 395 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5763 unit: public void eliminate() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 398 end line: 400 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5764 unit: public Iterator query() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 455 end line: 457 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5765 unit: protected WhereBuilder newWhereBuilder() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 701 end line: 703 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5766 unit: protected WhereBuilder newWhereBuilder() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 705 end line: 707 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5767 unit: protected String orderByKeys() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 768 end line: 770 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5768 unit: protected BackendEntry mergeEntries() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 790 end line: 793 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5769 unit: public static String formatKey() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 795 end line: 797 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5770 unit: public static HugeKeys parseKey() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 799 end line: 801 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5771 unit: public MysqlShardSplitter() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 818 end line: 820 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5772 unit: protected long estimateDataSize() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 838 end line: 840 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5773 unit: protected long estimateNumKeys() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 843 end line: 845 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5774 unit: public MysqlBackendEntry() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5775 unit: public MysqlBackendEntry() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5776 unit: public MysqlBackendEntry() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5777 unit: public MysqlBackendEntry() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5778 unit: public boolean supportsScanToken() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5779 unit: public boolean supportsScanKeyPrefix() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5780 unit: public boolean supportsScanKeyRange() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5781 unit: public boolean supportsQuerySchemaByName() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 40 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5782 unit: public boolean supportsQueryByLabel() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 46 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5783 unit: public boolean supportsQueryWithInCondition() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5784 unit: public boolean supportsQueryWithRangeCondition() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5785 unit: public boolean supportsQueryWithOrderBy() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5786 unit: public boolean supportsQueryWithContains() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5787 unit: public boolean supportsQueryWithContainsKey() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5788 unit: public boolean supportsQueryByPage() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5789 unit: public boolean supportsQuerySortByInputIds() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5790 unit: public boolean supportsDeleteEdgeByLabel() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5791 unit: public boolean supportsUpdateVertexProperty() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5792 unit: public boolean supportsMergeVertexProperty() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5793 unit: public boolean supportsUpdateEdgeProperty() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5794 unit: public boolean supportsTransaction() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 107 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5795 unit: public boolean supportsNumberType() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 113 end line: 115 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5796 unit: public boolean supportsAggregateProperty() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5797 unit: public boolean supportsTtl() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 123 end line: 125 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5798 unit: public boolean supportsOlapProperties() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java start line: 128 end line: 130 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5799 unit: public HugeConfig config() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5800 unit: public String database() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5801 unit: public String escapedDatabase() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5802 unit: protected boolean opened() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5803 unit: public Session session() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5804 unit: protected Session newSession() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5805 unit: public void resetConnections() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 163 end line: 166 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5806 unit: protected String buildDropDatabase() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 174 end line: 176 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5807 unit: protected String connectDatabase() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 268 end line: 270 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5808 unit: public HugeConfig config() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 304 end line: 306 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5809 unit: public void begin() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 410 end line: 412 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5810 unit: public void end() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 414 end line: 416 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5811 unit: public boolean hasChanges() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 463 end line: 465 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5812 unit: public static void registerModule() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5813 unit: public static boolean isInfinityOrNaN() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 118 end line: 120 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 5814 unit: public static Object asJson() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5815 unit: public static Object asJson() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 126 end line: 128 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5816 unit: public RawJson() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 134 end line: 136 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5817 unit: public String value() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 138 end line: 140 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5818 unit: public RawJsonSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java start line: 147 end line: 149 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5819 unit: public static String md5() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5820 unit: public static ObjectIntMapping newObjectIntMapping() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5821 unit: public SingleThreadObjectIntMapping() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5822 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5823 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5824 unit: public ConcurrentObjectIntMapping() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5825 unit: public synchronized int object2Code() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5826 unit: public synchronized V code2Object() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5827 unit: public synchronized void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5828 unit: public synchronized String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5829 unit: public CollectionFactory() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5830 unit: public CollectionFactory() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5831 unit: public List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5832 unit: public List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5833 unit: public List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5834 unit: public Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 111 end line: 113 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5835 unit: public Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 115 end line: 117 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5836 unit: public Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 119 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5837 unit: public Map newMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 167 end line: 169 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5838 unit: public Map newMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 171 end line: 173 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5839 unit: public Map newMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 175 end line: 177 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5840 unit: public static MutableIntObjectMap newIntObjectMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 227 end line: 229 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5841 unit: public IdSet newIdSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 256 end line: 258 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5842 unit: public static IdSet newIdSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 260 end line: 262 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5843 unit: public static IntSet newIntSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 264 end line: 271 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5844 unit: public static IntMap newIntMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java start line: 273 end line: 280 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5845 unit: public IntSetBySegments() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 70 end line: 72 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5846 unit: public IntSetBySegments() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5847 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 148 end line: 150 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5848 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 276 end line: 278 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5849 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 281 end line: 283 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5850 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 370 end line: 372 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5851 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 375 end line: 377 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5852 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 475 end line: 477 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5853 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 480 end line: 482 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5854 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 485 end line: 487 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5855 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 506 end line: 508 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5856 unit: public IntSetByFixedAddrByHppc() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 515 end line: 517 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5857 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 532 end line: 534 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5858 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 537 end line: 539 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5859 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 542 end line: 544 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5860 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 547 end line: 549 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5861 unit: static int bits2words() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java start line: 588 end line: 590 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5862 unit: public boolean containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java start line: 143 end line: 145 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5863 unit: public IntIterator keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java start line: 167 end line: 169 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5864 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java start line: 171 end line: 173 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5865 unit: private boolean endOfChunk() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java start line: 199 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5866 unit: static IntIterator wrap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5867 unit: static IntIterator wrap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5868 unit: public int next() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5869 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5870 unit: public int next() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5871 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5872 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5873 unit: public int next() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 111 end line: 113 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5874 unit: public void extend() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 128 end line: 130 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5875 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 170 end line: 172 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5876 unit: public int next() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 175 end line: 177 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5877 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 197 end line: 199 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5878 unit: public T next() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java start line: 202 end line: 204 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5879 unit: public IntMapBySegments() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5880 unit: public IntMapBySegments() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5881 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 196 end line: 198 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5882 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 377 end line: 379 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5883 unit: public IntIterator keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 382 end line: 385 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5884 unit: public IntIterator values() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 388 end line: 391 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5885 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 394 end line: 396 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5886 unit: public ValueIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 470 end line: 472 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5887 unit: public IntMapByEcSegment() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 515 end line: 517 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5888 unit: public int get() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 547 end line: 549 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5889 unit: public boolean containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 552 end line: 554 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5890 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java start line: 597 end line: 599 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5891 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5892 unit: public boolean isEmpty() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 48 end line: 50 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 5893 unit: public EcLongIdIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5894 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5895 unit: public Id next() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 109 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5896 unit: public void remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5897 unit: public static String encodeBase64() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5898 unit: public static String decompress() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 134 end line: 136 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5899 unit: public static String hashPassword() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 143 end line: 145 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5900 unit: public static boolean checkPassword() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 147 end line: 149 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5901 unit: public static String format() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java start line: 157 end line: 159 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5902 unit: static RateLimiter create() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/RateLimiter.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5903 unit: private static String join() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 101 end line: 103 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5904 unit: private Lock lockRead() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 252 end line: 254 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5905 unit: public void lockKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 276 end line: 278 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5906 unit: public void lockReads() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 305 end line: 307 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5907 unit: public void lockKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java start line: 322 end line: 324 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5908 unit: public static T copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5909 unit: public static Blob wrap() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5910 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5911 unit: public Consumers() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5912 unit: public ExecutorService executor() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5913 unit: public static ExecutorPool newExecutorPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 251 end line: 253 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5914 unit: public StopExecution() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 309 end line: 311 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5915 unit: public StopExecution() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java start line: 313 end line: 315 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5916 unit: public static BytesBuffer compress() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5917 unit: public static BytesBuffer decompress() file: hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5918 unit: private CoreOptions() file: hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5919 unit: private AuthOptions() file: hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5920 unit: public void checkPackageAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 371 end line: 373 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5921 unit: public void checkPackageDefinition() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 376 end line: 378 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5922 unit: public void checkSecurityAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 381 end line: 383 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5923 unit: private static boolean callFromGremlin() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 409 end line: 411 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5924 unit: private static boolean callFromAcceptClassLoaders() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 413 end line: 415 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5925 unit: private static boolean callFromCaffeine() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 417 end line: 419 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5926 unit: private static boolean callFromBackendSocket() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 421 end line: 424 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5927 unit: private static boolean callFromBackendThread() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 426 end line: 429 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5928 unit: private static boolean callFromEventHubNotify() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 431 end line: 435 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5929 unit: private static boolean callFromAsyncTasks() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 437 end line: 440 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5930 unit: private static boolean callFromBackendHbase() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 442 end line: 445 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5931 unit: private static boolean callFromSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 447 end line: 449 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5932 unit: private static boolean callFromRaft() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 451 end line: 453 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5933 unit: private static boolean callFromSofaRpc() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 455 end line: 457 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5934 unit: private static boolean callFromNewSecurityException() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 459 end line: 461 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5935 unit: private static boolean callFromIgnoreCheckedClass() file: hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java start line: 463 end line: 465 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5936 unit: public UserWithRole() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5937 unit: public Id userId() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5938 unit: public String username() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5939 unit: public RolePermission role() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5940 unit: public HugeGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5941 unit: public HugeGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5942 unit: public ResourceType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5943 unit: public String label() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5944 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5945 unit: public String description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5946 unit: public void description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5947 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5948 unit: public static Schema schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 141 end line: 143 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5949 unit: public Schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java start line: 166 end line: 168 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5950 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 237 end line: 239 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5951 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 242 end line: 244 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5952 unit: public static HugeResource parseResource() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 256 end line: 258 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5953 unit: public static NameObject of() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 271 end line: 273 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5954 unit: private NameObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 275 end line: 277 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5955 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 280 end line: 282 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5956 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 285 end line: 287 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5957 unit: public HugeResourceSer() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 294 end line: 296 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5958 unit: public HugeResourceDeser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 316 end line: 318 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5959 unit: public HugeProject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5960 unit: public HugeProject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5961 unit: public HugeProject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5962 unit: public ResourceType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5963 unit: public String label() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5964 unit: public Id adminGroupId() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5965 unit: public void adminGroupId() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5966 unit: public Id opGroupId() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5967 unit: public void opGroupId() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5968 unit: public void graphs() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5969 unit: public Id targetId() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5970 unit: public void targetId() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5971 unit: public String description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5972 unit: public void description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5973 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 239 end line: 241 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5974 unit: public Schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java start line: 269 end line: 271 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5975 unit: public HugeAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 5976 unit: public ResourceType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5977 unit: public String label() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5978 unit: public String sourceLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5979 unit: public String targetLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5980 unit: public Id source() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5981 unit: public Id target() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5982 unit: public HugePermission permission() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5983 unit: public void permission() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5984 unit: public String description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 94 end line: 96 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5985 unit: public void description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5986 unit: public static Schema schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 172 end line: 174 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5987 unit: public Schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java start line: 199 end line: 201 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5988 unit: public ResourceType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5989 unit: public String label() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5990 unit: public String sourceLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5991 unit: public String targetLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5992 unit: public Id source() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5993 unit: public Id target() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5994 unit: public String description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5995 unit: public void description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5996 unit: public static Schema schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 142 end line: 144 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5997 unit: public Schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java start line: 168 end line: 170 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 5998 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 5999 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6000 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6001 unit: public static HugePermission fromCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6002 unit: public boolean close() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 133 end line: 135 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6003 unit: private void invalidateUserCache() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6004 unit: public HugeUser getUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 185 end line: 187 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6005 unit: public List listUsers() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 190 end line: 192 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6006 unit: public List listAllUsers() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 195 end line: 197 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6007 unit: public HugeGroup getGroup() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 218 end line: 220 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6008 unit: public List listGroups() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 223 end line: 225 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6009 unit: public List listAllGroups() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 228 end line: 230 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6010 unit: public HugeTarget getTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 251 end line: 253 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6011 unit: public List listTargets() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 256 end line: 258 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6012 unit: public List listAllTargets() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 261 end line: 263 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6013 unit: public HugeBelong getBelong() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 288 end line: 290 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6014 unit: public List listBelong() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 293 end line: 295 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6015 unit: public List listAllBelong() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 298 end line: 300 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6016 unit: public HugeAccess getAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 337 end line: 339 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6017 unit: public List listAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 342 end line: 344 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6018 unit: public List listAllAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 347 end line: 349 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6019 unit: public Id updateProject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 476 end line: 478 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6020 unit: public HugeProject getProject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 534 end line: 536 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6021 unit: public List listAllProject() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 539 end line: 541 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6022 unit: public void logoutUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 648 end line: 650 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6023 unit: public static boolean isLocal() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java start line: 695 end line: 697 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6024 unit: public boolean isGrantOrUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java start line: 108 end line: 110 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6025 unit: public boolean isRepresentative() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java start line: 112 end line: 114 size: 3 LOC McCabe index: 3 number of parameters: 0 id: 6026 unit: private GraphTransaction tx() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6027 unit: private HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6028 unit: private String unhideLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6029 unit: public List list() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 128 end line: 130 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6030 unit: public void autoCommit() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java start line: 238 end line: 240 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6031 unit: public RolePermission() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6032 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 136 end line: 138 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6033 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 141 end line: 143 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6034 unit: public String toJson() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 145 end line: 147 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6035 unit: public static RolePermission all() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 162 end line: 164 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6036 unit: public static RolePermission none() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 172 end line: 174 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6037 unit: public static RolePermission admin() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 176 end line: 178 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6038 unit: public RolePermissionSer() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 196 end line: 198 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6039 unit: public RolePermissionDeser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java start line: 215 end line: 217 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6040 unit: public HugeUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6041 unit: public HugeUser() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6042 unit: public ResourceType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6043 unit: public String label() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6044 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6045 unit: public String password() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6046 unit: public void password() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6047 unit: public String phone() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6048 unit: public void phone() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6049 unit: public String email() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6050 unit: public void email() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6051 unit: public String avatar() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 101 end line: 103 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6052 unit: public void avatar() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 105 end line: 107 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6053 unit: public String description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 109 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6054 unit: public void description() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 113 end line: 115 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6055 unit: public RolePermission role() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6056 unit: public void role() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6057 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 126 end line: 128 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6058 unit: public static Schema schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 221 end line: 223 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6059 unit: public Schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java start line: 249 end line: 251 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6060 unit: public HugeTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6061 unit: public HugeTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6062 unit: public HugeTarget() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6063 unit: public ResourceType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6064 unit: public String label() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6065 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6066 unit: public String graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6067 unit: public String url() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6068 unit: public void url() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6069 unit: public List resources() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6070 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6071 unit: public static Schema schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 200 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6072 unit: public Schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java start line: 227 end line: 229 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6073 unit: protected SchemaManager schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6074 unit: protected boolean existVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6075 unit: protected boolean existEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6076 unit: protected String createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6077 unit: protected String createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6078 unit: protected static String hideField() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6079 unit: protected static String unhideField() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6080 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 136 end line: 138 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6081 unit: public void id() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 140 end line: 142 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6082 unit: public String idString() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 144 end line: 146 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6083 unit: public Date create() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 148 end line: 150 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6084 unit: public void create() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6085 unit: public Date update() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 156 end line: 158 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6086 unit: public void update() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 160 end line: 162 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6087 unit: public void onUpdate() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 164 end line: 166 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6088 unit: public String creator() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 168 end line: 170 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6089 unit: public void creator() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java start line: 172 end line: 174 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6090 unit: public String graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6091 unit: public ResourceType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6092 unit: public V operated() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6093 unit: private GraphTransaction tx() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6094 unit: private HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6095 unit: private String unhideLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6096 unit: public List list() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 124 end line: 126 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6097 unit: public List list() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 128 end line: 130 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6098 unit: public void autoCommit() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java start line: 195 end line: 197 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6099 unit: public HugeException() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6100 unit: public HugeException() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6101 unit: public HugeException() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6102 unit: public HugeException() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6103 unit: public Throwable rootCause() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6104 unit: public static void register() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6105 unit: public Map getTypeDefinitions() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 141 end line: 143 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6106 unit: public String getTypeNamespace() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 146 end line: 148 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6107 unit: public OptionalSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 215 end line: 217 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6108 unit: public IdSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 234 end line: 236 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6109 unit: public IdDeserializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 267 end line: 269 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6110 unit: public PropertyKeySerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 297 end line: 299 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6111 unit: public VertexLabelSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 313 end line: 315 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6112 unit: public EdgeLabelSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 328 end line: 330 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6113 unit: public IndexLabelSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 344 end line: 346 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6114 unit: public HugeElementSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 371 end line: 373 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6115 unit: public HugeVertexSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 420 end line: 422 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6116 unit: public HugeEdgeSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 456 end line: 458 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6117 unit: public PathSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 499 end line: 501 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6118 unit: public TreeSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 518 end line: 520 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6119 unit: public ShardSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 542 end line: 544 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6120 unit: public FileSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 559 end line: 561 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6121 unit: public BlobSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 574 end line: 576 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6122 unit: public BlobDeserializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java start line: 587 end line: 589 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6123 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 146 end line: 148 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6124 unit: public PropertyKey read() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 151 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6125 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 160 end line: 162 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6126 unit: public VertexLabel read() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 165 end line: 168 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6127 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 174 end line: 176 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6128 unit: public EdgeLabel read() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 179 end line: 182 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6129 unit: public void write() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6130 unit: public IndexLabel read() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java start line: 193 end line: 196 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6131 unit: public static HugeGraphIoRegistry instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6132 unit: public void register() file: hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6133 unit: public HugeGraphGremlinPlugin() file: hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6134 unit: public static HugeGraphGremlinPlugin instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6135 unit: static void registerOptions() file: hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6136 unit: static void registerBackend() file: hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6137 unit: static void registerSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6138 unit: static void registerAnalyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6139 unit: public final NodeInfo nodeInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6140 unit: public void isFeatureSupport() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6141 unit: public boolean isFeatureSupport() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6142 unit: public boolean isMaster() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6143 unit: public String url() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/GlobalMasterInfo.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6144 unit: public void shutdown() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6145 unit: public UnknownState() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 107 end line: 109 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6146 unit: public Callback callback() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 140 end line: 142 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6147 unit: public AbdicationState() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 149 end line: 151 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6148 unit: public Callback callback() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 161 end line: 163 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6149 unit: public MasterState() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 170 end line: 172 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6150 unit: public Callback callback() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 187 end line: 189 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6151 unit: public Callback callback() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 219 end line: 221 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6152 unit: public CandidateState() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 246 end line: 248 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6153 unit: public Callback callback() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 267 end line: 269 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6154 unit: public void master() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6155 unit: public Integer epoch() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 291 end line: 293 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6156 unit: public String node() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 296 end line: 298 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6157 unit: public void epoch() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 301 end line: 303 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6158 unit: public ClusterRoleStore adapter() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 306 end line: 308 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6159 unit: public Config config() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 311 end line: 313 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6160 unit: public MasterServerInfo master() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 316 end line: 318 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6161 unit: public RoleElectionStateMachine stateMachine() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 321 end line: 323 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6162 unit: public void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 326 end line: 328 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6163 unit: public String url() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 342 end line: 344 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6164 unit: public String node() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 347 end line: 349 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6165 unit: protected ClusterRoleStore adapter() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardRoleElectionStateMachine.java start line: 352 end line: 354 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6166 unit: public String node() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionConfig.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6167 unit: public String url() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionConfig.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6168 unit: public int exceedsFailCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionConfig.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6169 unit: public long randomTimeoutMillisecond() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionConfig.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6170 unit: public long heartBeatIntervalSecond() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionConfig.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6171 unit: public int masterDeadTimes() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionConfig.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6172 unit: public long baseTimeoutMillisecond() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionConfig.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6173 unit: public ClusterRole() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6174 unit: public void increaseClock() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6175 unit: public boolean isMaster() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6176 unit: public int epoch() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6177 unit: public long clock() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6178 unit: public void clock() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6179 unit: public String node() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6180 unit: public String url() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6181 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/ClusterRole.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6182 unit: public void error() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardStateMachineCallback.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6183 unit: public Schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardClusterRoleStore.java start line: 182 end line: 184 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6184 unit: private RoleElectionOptions() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/RoleElectionOptions.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6185 unit: public int offset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6186 unit: public void page() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6187 unit: public String page() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6188 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6189 unit: public IdHolderList() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6190 unit: public boolean paging() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6191 unit: public int offset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6192 unit: public long total() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6193 unit: public static String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6194 unit: protected Query parent() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6195 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 57 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6196 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 62 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6197 unit: public boolean empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6198 unit: public OptimizedQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6199 unit: public QueryResults iterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 157 end line: 160 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6200 unit: public int total() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 183 end line: 185 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6201 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6202 unit: public int total() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 282 end line: 284 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6203 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 287 end line: 289 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6204 unit: private QueryResults queryByIndexIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 312 end line: 314 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6205 unit: public Iterator get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 337 end line: 339 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6206 unit: public String page() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 353 end line: 355 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6207 unit: public long total() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 357 end line: 359 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6208 unit: public static PageResults emptyIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java start line: 362 end line: 364 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6209 unit: public boolean keepOrder() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6210 unit: public Set all() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6211 unit: public MergedQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java start line: 94 end line: 96 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6212 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6213 unit: public Query query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6214 unit: public boolean keepOrder() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6215 unit: public boolean paging() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6216 unit: public Set all() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6217 unit: public PageIds fetchNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6218 unit: public boolean paging() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 108 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6219 unit: public Set all() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 130 end line: 132 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6220 unit: public boolean paging() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java start line: 154 end line: 156 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6221 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6222 unit: public QueryResults results() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java start line: 126 end line: 128 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6223 unit: public Set ids() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6224 unit: public PageState pageState() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6225 unit: public boolean empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6226 unit: public TextSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 79 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6227 unit: public TextBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6228 unit: private String formatSyspropName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 112 end line: 114 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6229 unit: private String formatPropertyName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6230 unit: private String formatPropertyName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 120 end line: 122 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6231 unit: private String formatPropertyValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 124 end line: 127 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6232 unit: private String formatPropertyName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 129 end line: 131 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6233 unit: private String formatEdgeName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 191 end line: 194 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6234 unit: public BackendEntry writeOlapVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 288 end line: 290 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6235 unit: public BackendEntry writeVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 293 end line: 295 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6236 unit: private static String writeType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 772 end line: 774 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6237 unit: private static String writeEntryId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 776 end line: 778 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6238 unit: private static Id readEntryId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 780 end line: 782 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6239 unit: private static String writeEdgeName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 784 end line: 786 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6240 unit: private static Id readId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 812 end line: 814 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6241 unit: private static String writeLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 885 end line: 887 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6242 unit: private static long readLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java start line: 889 end line: 891 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6243 unit: public TableSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6244 unit: public TableBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6245 unit: protected TableBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6246 unit: protected TableBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 79 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6247 unit: protected TableBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6248 unit: protected Object writeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6249 unit: protected Object writeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6250 unit: public BackendEntry writeEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 264 end line: 266 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6251 unit: public BackendEntry writeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 351 end line: 353 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6252 unit: protected Id readId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java start line: 645 end line: 647 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6253 unit: public BinaryScatterSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6254 unit: public BinarySerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6255 unit: public BinarySerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6256 unit: protected final BinaryBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 131 end line: 133 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6257 unit: protected final BinaryBackendEntry newBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 140 end line: 142 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6258 unit: protected void formatExpiredTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 239 end line: 241 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6259 unit: protected void parseExpiredTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 243 end line: 245 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6260 unit: public BackendEntry writeVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 448 end line: 450 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6261 unit: public BackendEntry writeEdgeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 509 end line: 512 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6262 unit: public BackendEntry writeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 586 end line: 588 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6263 unit: protected short getPartition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 852 end line: 854 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6264 unit: protected static boolean indexIdLengthExceedLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 909 end line: 911 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6265 unit: private String readString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1186 end line: 1188 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6266 unit: private void writeEnum() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1190 end line: 1192 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6267 unit: private void writeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1227 end line: 1229 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6268 unit: private Id readId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1231 end line: 1233 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6269 unit: private void writeIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java start line: 1235 end line: 1237 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6270 unit: public BytesBuffer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6271 unit: public static BytesBuffer allocate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6272 unit: public static BytesBuffer wrap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6273 unit: public static BytesBuffer wrap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6274 unit: public static BytesBuffer wrap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6275 unit: public ByteBuffer asByteBuffer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6276 unit: public int position() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 146 end line: 148 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6277 unit: public int remaining() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 155 end line: 157 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6278 unit: public byte peek() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 244 end line: 246 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6279 unit: public byte peekLast() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 248 end line: 250 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6280 unit: public byte read() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 252 end line: 254 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6281 unit: public boolean readBoolean() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 262 end line: 264 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6282 unit: public char readChar() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 266 end line: 268 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6283 unit: public short readShort() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 270 end line: 272 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6284 unit: public int readInt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 274 end line: 276 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6285 unit: public long readLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 278 end line: 280 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6286 unit: public float readFloat() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 282 end line: 284 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6287 unit: public double readDouble() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6288 unit: public String readString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 333 end line: 335 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6289 unit: public String readStringWithEnding() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 366 end line: 368 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6290 unit: public int readUInt8() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 388 end line: 390 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6291 unit: public int readUInt16() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 398 end line: 400 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6292 unit: public long readUInt32() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 408 end line: 410 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6293 unit: public BytesBuffer writeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 627 end line: 629 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6294 unit: public Id readId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 677 end line: 679 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6295 unit: public BytesBuffer writeIndexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 726 end line: 728 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6296 unit: public BinaryId asId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java start line: 767 end line: 769 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6297 unit: protected Iterator originIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6298 unit: public AbstractSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6299 unit: protected BackendEntry convertEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6300 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6301 unit: protected final long sizeOf() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6302 unit: public BinaryBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6303 unit: public BinaryBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6304 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6305 unit: public BinaryId id() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6306 unit: public Id originId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6307 unit: public Id subId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6308 unit: public void subId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6309 unit: public void ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6310 unit: public long ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6311 unit: public void olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6312 unit: public boolean olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6313 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6314 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6315 unit: public Collection columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6316 unit: public int columnsSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6317 unit: public void columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6318 unit: public BackendColumn removeColumn() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 150 end line: 152 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6319 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 179 end line: 181 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6320 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6321 unit: public Id origin() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 212 end line: 214 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6322 unit: public IdType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 217 end line: 219 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6323 unit: public Object asObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 222 end line: 224 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6324 unit: public String asString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 227 end line: 229 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6325 unit: public long asLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 232 end line: 234 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6326 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 237 end line: 239 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6327 unit: public int length() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 254 end line: 256 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6328 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 259 end line: 261 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6329 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java start line: 272 end line: 274 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6330 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6331 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6332 unit: public Id originId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6333 unit: public Id subId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 70 end line: 72 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6334 unit: public long ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6335 unit: public void subId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 79 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6336 unit: public Set columnNames() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6337 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6338 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6339 unit: public String column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6340 unit: public String column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6341 unit: public Collection columnsWithPrefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 112 end line: 114 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6342 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 148 end line: 150 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6343 unit: public boolean containsValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 167 end line: 169 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6344 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 235 end line: 237 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6345 unit: public int columnsSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 240 end line: 242 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6346 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 289 end line: 291 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6347 unit: private void resetColumns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 293 end line: 295 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6348 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java start line: 374 end line: 376 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6349 unit: public Row() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6350 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6351 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6352 unit: public Map columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6353 unit: public T column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 72 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6354 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6355 unit: public void ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 112 end line: 114 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6356 unit: public long ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6357 unit: public TableBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 134 end line: 136 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6358 unit: public TableBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 138 end line: 140 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6359 unit: public TableBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 142 end line: 144 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6360 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 154 end line: 156 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6361 unit: public void type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 158 end line: 160 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6362 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 163 end line: 165 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6363 unit: public Id originId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 168 end line: 170 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6364 unit: public void id() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 172 end line: 174 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6365 unit: public Id subId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 177 end line: 179 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6366 unit: public void subId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 181 end line: 183 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6367 unit: public void selfChanged() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 185 end line: 187 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6368 unit: public boolean selfChanged() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 189 end line: 191 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6369 unit: public void olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 193 end line: 195 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6370 unit: public boolean olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6371 unit: public Row row() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 202 end line: 204 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6372 unit: public Map columnsMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 206 end line: 208 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6373 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 210 end line: 212 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6374 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 214 end line: 216 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6375 unit: public void column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 218 end line: 220 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6376 unit: public T column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 222 end line: 224 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6377 unit: public void subRow() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 226 end line: 228 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6378 unit: public List subRows() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 230 end line: 232 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6379 unit: public void ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 234 end line: 236 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6380 unit: public long ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 239 end line: 241 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6381 unit: public int columnsSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 251 end line: 253 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6382 unit: public Collection columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 256 end line: 258 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6383 unit: public void columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 261 end line: 263 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6384 unit: public void columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 266 end line: 268 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6385 unit: public void merge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 271 end line: 273 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6386 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java start line: 293 end line: 295 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6387 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6388 unit: private boolean needIndexForLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 901 end line: 903 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6389 unit: private static boolean hasNullableProp() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1524 end line: 1526 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6390 unit: public SchemaLabel schemaLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1569 end line: 1571 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6391 unit: public Set indexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1573 end line: 1575 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6392 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1607 end line: 1609 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6393 unit: public IndexQueries() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1629 end line: 1631 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6394 unit: public Query originQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1686 end line: 1688 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6395 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1701 end line: 1703 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6396 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java start line: 1735 end line: 1737 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6397 unit: public BackendFeatures storeFeatures() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6398 unit: public boolean storeInitialized() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6399 unit: public R metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6400 unit: public String graphName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6401 unit: public GraphMode graphMode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6402 unit: public boolean autoCommit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 275 end line: 277 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6403 unit: public boolean hasUpdate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 279 end line: 281 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6404 unit: public boolean hasUpdate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 283 end line: 285 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6405 unit: public int mutationSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 287 end line: 289 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6406 unit: protected void autoCommit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 291 end line: 293 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6407 unit: protected BackendMutation mutation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 301 end line: 303 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6408 unit: public void doInsert() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 396 end line: 398 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6409 unit: public void doAppend() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 401 end line: 403 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6410 unit: public void doEliminate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 406 end line: 408 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6411 unit: public void doRemove() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 411 end line: 413 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6412 unit: public void doUpdateIfPresent() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 416 end line: 418 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6413 unit: public void doUpdateIfAbsent() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 421 end line: 423 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6414 unit: public SchemaIndexTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6415 unit: private boolean needIndexForName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6416 unit: public boolean hasUpdate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 175 end line: 177 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6417 unit: public int mutationSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 208 end line: 210 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6418 unit: public boolean checkAdjacentVertexExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 212 end line: 214 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6419 unit: protected GraphIndexTransaction indexTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 254 end line: 256 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6420 unit: protected final Collection verticesInTxRemoved() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6421 unit: public HugeVertex addVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 605 end line: 607 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6422 unit: public Iterator queryVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 723 end line: 725 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6423 unit: public Iterator queryEdgesByVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 880 end line: 882 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6424 unit: public Iterator queryEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 884 end line: 886 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6425 unit: public void createOlapPk() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 2111 end line: 2113 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6426 unit: public void initAndRegisterOlapTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 2115 end line: 2117 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6427 unit: public void clearOlapPk() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 2119 end line: 2121 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6428 unit: public void removeOlapPk() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java start line: 2123 end line: 2125 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6429 unit: protected AbstractTransaction indexTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6430 unit: public List getPropertyKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6431 unit: public List getVertexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 109 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6432 unit: public List getEdgeLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6433 unit: public List getIndexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 119 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6434 unit: public void updatePropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 133 end line: 135 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6435 unit: public void addVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6436 unit: public void updateVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 193 end line: 195 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6437 unit: public void addEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 225 end line: 227 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6438 unit: public void updateEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 230 end line: 232 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6439 unit: public void updateIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 274 end line: 276 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6440 unit: public Id rebuildIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 327 end line: 329 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6441 unit: public boolean existsSchemaId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java start line: 396 end line: 398 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6442 unit: public IndexableTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6443 unit: public LocalCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6444 unit: public void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6445 unit: public BackendException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6446 unit: public BackendException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6447 unit: public BackendException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6448 unit: public BackendException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6449 unit: public BackendException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6450 unit: public static Id of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6451 unit: public static Id of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6452 unit: public static Id of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 45 end line: 47 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 6453 unit: public static Id of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6454 unit: private static int compareType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6455 unit: public StringId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6456 unit: public IdType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 142 end line: 144 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6457 unit: public Object asObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 147 end line: 149 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6458 unit: public String asString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6459 unit: public long asLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 157 end line: 159 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6460 unit: public int length() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 167 end line: 169 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6461 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 181 end line: 183 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6462 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 194 end line: 196 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6463 unit: public LongId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 205 end line: 207 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6464 unit: public LongId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 209 end line: 211 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6465 unit: public IdType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 214 end line: 216 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6466 unit: public Object asObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 219 end line: 221 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6467 unit: public String asString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 224 end line: 227 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6468 unit: public long asLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 230 end line: 232 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6469 unit: public int length() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 240 end line: 242 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6470 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 254 end line: 256 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6471 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 267 end line: 269 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6472 unit: public int intValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 272 end line: 274 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6473 unit: public long longValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 277 end line: 279 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6474 unit: public float floatValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 282 end line: 284 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6475 unit: public double doubleValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 287 end line: 289 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6476 unit: public UuidId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 296 end line: 298 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6477 unit: public UuidId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 300 end line: 302 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6478 unit: public IdType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 310 end line: 312 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6479 unit: public Object asObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 315 end line: 317 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6480 unit: public String asString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 320 end line: 322 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6481 unit: public long asLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 325 end line: 327 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6482 unit: public int length() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 346 end line: 348 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6483 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 361 end line: 363 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6484 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 374 end line: 376 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6485 unit: public IdType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 392 end line: 394 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6486 unit: public Object asObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 397 end line: 399 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6487 unit: public String asString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 402 end line: 404 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6488 unit: public long asLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 407 end line: 409 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6489 unit: public int length() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 417 end line: 419 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6490 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 422 end line: 424 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6491 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 427 end line: 429 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6492 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java start line: 440 end line: 442 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6493 unit: default boolean number() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6494 unit: default boolean uuid() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6495 unit: default boolean string() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6496 unit: default boolean edge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6497 unit: public static String writeLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java start line: 94 end line: 96 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6498 unit: public static Id readLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6499 unit: public Id generate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6500 unit: public Id generate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java start line: 60 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6501 unit: public static String concat() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java start line: 76 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6502 unit: public static String concatValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6503 unit: public Id ownerVertexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6504 unit: public Id edgeLabelId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6505 unit: public Directions direction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6506 unit: public byte directionCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6507 unit: public String sortValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6508 unit: public Id otherVertexId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6509 unit: public Object asObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6510 unit: public long asLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 154 end line: 156 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6511 unit: public int length() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 164 end line: 166 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6512 unit: public IdType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 169 end line: 171 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6513 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 174 end line: 176 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6514 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 215 end line: 217 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6515 unit: public static byte directionToCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 219 end line: 221 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6516 unit: public static Directions directionFromCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 223 end line: 225 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6517 unit: public static boolean isOutDirectionFromCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 227 end line: 229 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6518 unit: public static EdgeId parse() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 231 end line: 233 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6519 unit: public static String concat() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java start line: 293 end line: 295 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6520 unit: public IdPrefixQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6521 unit: public IdPrefixQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6522 unit: public IdPrefixQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6523 unit: public Id start() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6524 unit: public boolean inclusiveStart() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6525 unit: public Id prefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6526 unit: public boolean empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6527 unit: public IdPrefixQuery copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6528 unit: public IdRangeQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6529 unit: public Id start() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6530 unit: public Id end() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6531 unit: public boolean inclusiveStart() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6532 unit: public boolean inclusiveEnd() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6533 unit: public boolean empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6534 unit: public IdRangeQuery copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6535 unit: public AggregateFunc func() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6536 unit: public String column() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6537 unit: public boolean countAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 43 end line: 45 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6538 unit: public Number reduce() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6539 unit: public Number defaultValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6540 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6541 unit: public Number defaultValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6542 unit: public ConditionQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6543 unit: public ConditionQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6544 unit: public ConditionQuery eq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 116 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6545 unit: public ConditionQuery gt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6546 unit: public ConditionQuery gte() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 125 end line: 127 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6547 unit: public ConditionQuery lt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 129 end line: 131 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6548 unit: public ConditionQuery lte() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 133 end line: 135 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6549 unit: public ConditionQuery neq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6550 unit: public ConditionQuery prefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 141 end line: 143 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6551 unit: public ConditionQuery key() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 145 end line: 147 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6552 unit: public ConditionQuery scan() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 149 end line: 151 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6553 unit: public int conditionsSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 154 end line: 156 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6554 unit: public Collection conditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 159 end line: 161 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6555 unit: public void resetConditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 163 end line: 165 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6556 unit: public void resetConditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 167 end line: 169 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6557 unit: public void recordIndexValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 171 end line: 173 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6558 unit: public void selectedIndexField() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 175 end line: 177 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6559 unit: public boolean existLeftIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 186 end line: 188 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6560 unit: public void unsetCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 285 end line: 287 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 6561 unit: public boolean containsScanRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 319 end line: 321 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6562 unit: public void resetUserpropConditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 407 end line: 409 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6563 unit: public OptimizedType optimized() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 621 end line: 623 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6564 unit: private static boolean needConvertNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 684 end line: 687 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 6565 unit: public void selectedIndexField() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 748 end line: 750 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6566 unit: public Set getLeftIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 769 end line: 771 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6567 unit: public void removeElementLeftIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 773 end line: 775 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6568 unit: public Set indexFieldValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 860 end line: 862 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6569 unit: public Id indexField() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java start line: 864 end line: 866 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6570 unit: public Iterator iterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6571 unit: public R one() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6572 unit: public List queries() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6573 unit: public static Iterator iterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 255 end line: 257 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6574 unit: public static QueryResults empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 260 end line: 262 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6575 unit: public static Iterator emptyIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 265 end line: 267 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6576 unit: public Object metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 274 end line: 276 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6577 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 279 end line: 281 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6578 unit: public T next() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 284 end line: 286 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6579 unit: public Object metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 304 end line: 306 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6580 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 309 end line: 311 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6581 unit: public Query() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6582 unit: public HugeType resultType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 120 end line: 122 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6583 unit: public void resultType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 124 end line: 126 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6584 unit: public Query originQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 128 end line: 130 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6585 unit: protected void originQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 140 end line: 142 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6586 unit: public Map orders() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 144 end line: 146 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6587 unit: public void orders() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 148 end line: 150 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6588 unit: public void order() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6589 unit: public long offset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 164 end line: 166 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6590 unit: public long actualOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 181 end line: 183 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6591 unit: public boolean noLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 290 end line: 292 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6592 unit: public boolean noLimitAndOffset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 294 end line: 296 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6593 unit: public String pageWithoutCheck() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 346 end line: 348 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6594 unit: public void page() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 350 end line: 352 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6595 unit: public boolean paging() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 354 end line: 356 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6596 unit: public void olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 358 end line: 360 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6597 unit: public boolean olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 362 end line: 364 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6598 unit: public Set olapPks() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 379 end line: 381 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6599 unit: public long capacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 383 end line: 385 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6600 unit: public void capacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 387 end line: 389 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6601 unit: public boolean bigCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 391 end line: 393 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6602 unit: public Aggregate aggregate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 409 end line: 411 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6603 unit: public void aggregate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 419 end line: 421 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6604 unit: public void aggregate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 423 end line: 425 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6605 unit: public boolean showHidden() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 427 end line: 429 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6606 unit: public void showHidden() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 431 end line: 433 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6607 unit: public boolean showDeleting() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 435 end line: 437 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6608 unit: public void showDeleting() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 439 end line: 441 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6609 unit: public boolean showExpired() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 443 end line: 445 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6610 unit: public void showExpired() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 447 end line: 449 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6611 unit: public Collection ids() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 451 end line: 453 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6612 unit: public Collection conditions() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 455 end line: 457 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6613 unit: public int idsSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 459 end line: 461 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6614 unit: public int conditionsSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 463 end line: 465 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6615 unit: public boolean empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 467 end line: 469 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6616 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java start line: 471 end line: 473 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6617 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 159 end line: 161 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6618 unit: public boolean isRangeType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 262 end line: 264 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6619 unit: public boolean isSearchType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 266 end line: 268 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6620 unit: public boolean isSecondaryType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 270 end line: 272 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6621 unit: public Condition and() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 289 end line: 291 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6622 unit: public Condition or() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 293 end line: 295 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6623 unit: public boolean isRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 297 end line: 299 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6624 unit: public boolean isFlattened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 306 end line: 308 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6625 unit: public static Condition and() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 310 end line: 312 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6626 unit: public static Condition or() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 314 end line: 316 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6627 unit: public static Relation eq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 318 end line: 320 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6628 unit: public static Relation gt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 322 end line: 324 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6629 unit: public static Relation gte() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 326 end line: 328 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6630 unit: public static Relation lt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 330 end line: 332 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6631 unit: public static Relation lte() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 334 end line: 336 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6632 unit: public static Relation neq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 338 end line: 340 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6633 unit: public static Condition in() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 342 end line: 344 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6634 unit: public static Condition nin() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 346 end line: 348 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6635 unit: public static Condition prefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 350 end line: 352 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6636 unit: public static Condition containsValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 354 end line: 356 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6637 unit: public static Condition containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 358 end line: 360 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6638 unit: public static Condition contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 362 end line: 364 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6639 unit: public static Relation eq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 371 end line: 373 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6640 unit: public static Relation gt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 375 end line: 377 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6641 unit: public static Relation gte() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 379 end line: 381 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6642 unit: public static Relation lt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 383 end line: 385 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6643 unit: public static Relation lte() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 387 end line: 389 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6644 unit: public static Relation neq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 391 end line: 393 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6645 unit: public static Relation in() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 395 end line: 397 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6646 unit: public static Relation nin() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 399 end line: 401 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6647 unit: public static Relation textContains() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 403 end line: 405 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6648 unit: public static Relation textContainsAny() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 407 end line: 409 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6649 unit: public static Condition contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 411 end line: 413 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6650 unit: public Condition left() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 430 end line: 432 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6651 unit: public Condition right() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 434 end line: 436 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6652 unit: public boolean isSysprop() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 439 end line: 441 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6653 unit: public And() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 487 end line: 489 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6654 unit: public ConditionType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 492 end line: 494 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6655 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 497 end line: 499 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 6656 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 502 end line: 504 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 6657 unit: public Condition copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 507 end line: 509 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6658 unit: public Or() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 514 end line: 516 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6659 unit: public ConditionType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 519 end line: 521 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6660 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 524 end line: 526 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 6661 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 529 end line: 531 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 6662 unit: public Condition copy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 534 end line: 536 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6663 unit: public ConditionType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 556 end line: 558 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6664 unit: public RelationType relation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 560 end line: 562 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6665 unit: public Object value() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 564 end line: 566 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6666 unit: public void serialKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 568 end line: 570 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6667 unit: public Object serialKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 572 end line: 574 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6668 unit: public void serialValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 576 end line: 578 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6669 unit: public Object serialValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 580 end line: 582 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6670 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 585 end line: 587 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6671 unit: public boolean isFlattened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 590 end line: 592 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6672 unit: public List relations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 595 end line: 597 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6673 unit: public SyspropRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 649 end line: 651 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6674 unit: public HugeKeys key() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 661 end line: 663 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6675 unit: public boolean isSysprop() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 666 end line: 668 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6676 unit: public FlattenSyspropRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 689 end line: 691 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6677 unit: public boolean isFlattened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 694 end line: 696 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6678 unit: public UserpropRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 704 end line: 706 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6679 unit: public Id key() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 716 end line: 718 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6680 unit: public boolean isSysprop() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 721 end line: 723 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6681 unit: public Object keyEq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 788 end line: 790 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6682 unit: public Object keyMin() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 792 end line: 794 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6683 unit: public Object keyMax() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 796 end line: 798 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6684 unit: public boolean keyMinEq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 800 end line: 802 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6685 unit: public boolean keyMaxEq() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 804 end line: 806 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6686 unit: public boolean hasRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java start line: 808 end line: 810 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6687 unit: public static List flatten() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6688 unit: private static Relation highRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 473 end line: 475 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6689 unit: private static Relation lowRelation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 477 end line: 479 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6690 unit: public Relations() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java start line: 524 end line: 526 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6691 unit: public IdQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6692 unit: public IdQuery() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6693 unit: public boolean mustSortByInput() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6694 unit: public void mustSortByInput() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6695 unit: public int idsSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6696 unit: public Collection ids() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6697 unit: public void resetIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6698 unit: public boolean test() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6699 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 144 end line: 146 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6700 unit: public void resetId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 148 end line: 150 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6701 unit: public int idsSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 153 end line: 155 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6702 unit: public void resetIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java start line: 164 end line: 166 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6703 unit: public void listen() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6704 unit: public void unlisten() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6705 unit: public String storedVersion() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 79 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6706 unit: public EventHub storeEventHub() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 230 end line: 232 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6707 unit: public void onCloneConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 235 end line: 237 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6708 unit: public HugeConfig config() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6709 unit: public boolean closed() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java start line: 150 end line: 152 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6710 unit: public Map columns() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6711 unit: public Set columnNames() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6712 unit: public Collection columnTypes() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6713 unit: public void keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6714 unit: public List keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6715 unit: protected void registerTableManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6716 unit: protected Collection tables() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6717 unit: protected BackendSession session() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6718 unit: public String store() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 170 end line: 172 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6719 unit: public String database() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 175 end line: 177 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6720 unit: public BackendStoreProvider provider() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 180 end line: 182 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6721 unit: public void open() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 185 end line: 187 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6722 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 190 end line: 192 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6723 unit: public BackendFeatures features() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 238 end line: 240 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6724 unit: public boolean opened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 243 end line: 245 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6725 unit: public boolean initialized() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 248 end line: 250 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6726 unit: public Id nextId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 275 end line: 277 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6727 unit: public void increaseCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 280 end line: 282 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6728 unit: public long getCounter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 285 end line: 287 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6729 unit: public boolean isSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 302 end line: 304 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6730 unit: public boolean isSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 338 end line: 340 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6731 unit: public String storedVersion() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 369 end line: 371 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6732 unit: public boolean supportsPersistence() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 380 end line: 382 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6733 unit: public boolean supportsSharedStorage() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 385 end line: 387 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6734 unit: public boolean supportsScanToken() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 390 end line: 392 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6735 unit: public boolean supportsScanKeyPrefix() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 395 end line: 397 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6736 unit: public boolean supportsScanKeyRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 400 end line: 402 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6737 unit: public boolean supportsQuerySchemaByName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 405 end line: 408 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6738 unit: public boolean supportsQueryByLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 411 end line: 414 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6739 unit: public boolean supportsQueryWithInCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 417 end line: 419 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6740 unit: public boolean supportsQueryWithRangeCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 422 end line: 424 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6741 unit: public boolean supportsQueryWithOrderBy() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 427 end line: 429 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6742 unit: public boolean supportsQueryWithContains() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 432 end line: 435 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6743 unit: public boolean supportsQueryWithContainsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 438 end line: 441 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6744 unit: public boolean supportsQueryByPage() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 444 end line: 446 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6745 unit: public boolean supportsQuerySortByInputIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 449 end line: 451 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6746 unit: public boolean supportsDeleteEdgeByLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 454 end line: 456 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6747 unit: public boolean supportsUpdateVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 459 end line: 461 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6748 unit: public boolean supportsMergeVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 464 end line: 466 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6749 unit: public boolean supportsUpdateEdgeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 469 end line: 471 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6750 unit: public boolean supportsTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 474 end line: 476 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6751 unit: public boolean supportsNumberType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 479 end line: 481 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6752 unit: public boolean supportsAggregateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 484 end line: 486 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6753 unit: public boolean supportsTtl() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 489 end line: 491 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6754 unit: public boolean supportsOlapProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 494 end line: 496 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6755 unit: public Vertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6756 unit: public Edge() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6757 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6758 unit: public void eliminate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6759 unit: protected long sizeOfBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 331 end line: 333 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6760 unit: public SecondaryIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 358 end line: 360 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6761 unit: protected SecondaryIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 362 end line: 364 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6762 unit: public SearchIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 420 end line: 422 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6763 unit: public UniqueIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 427 end line: 429 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6764 unit: protected RangeIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 434 end line: 436 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6765 unit: protected NavigableMap store() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 439 end line: 441 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6766 unit: public static RangeIndex rangeInt() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 545 end line: 547 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6767 unit: public static RangeIndex rangeFloat() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 549 end line: 551 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6768 unit: public static RangeIndex rangeLong() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 553 end line: 555 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6769 unit: public static RangeIndex rangeDouble() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 557 end line: 559 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6770 unit: public ShardIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java start line: 564 end line: 566 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6771 unit: public Map metrics() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryMetrics.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6772 unit: protected Map store() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6773 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6774 unit: public void delete() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 110 end line: 113 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6775 unit: protected long sizeOfBackendEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 307 end line: 309 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6776 unit: public InMemoryShardSplitter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 338 end line: 340 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6777 unit: protected long maxKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 343 end line: 345 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6778 unit: protected long estimateDataSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 348 end line: 350 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6779 unit: protected long estimateNumKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 353 end line: 355 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6780 unit: public static boolean matchType() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6781 unit: private InMemoryDBStoreProvider() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6782 unit: protected BackendStore newSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6783 unit: protected BackendStore newGraphStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6784 unit: protected BackendStore newSystemStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java start line: 79 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6785 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6786 unit: public String driverVersion() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java start line: 89 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6787 unit: public MetaDispatcher() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6788 unit: public void registerMetaHandler() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6789 unit: public String table() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6790 unit: public MetaDispatcher metaDispatcher() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6791 unit: public void registerMetaHandler() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6792 unit: public static final String joinTableName() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6793 unit: public ShardSplitter() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 171 end line: 173 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6794 unit: public String table() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 175 end line: 177 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6795 unit: public final String position() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 212 end line: 214 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6796 unit: protected long maxKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 224 end line: 226 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6797 unit: private static int byte2int() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 371 end line: 373 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6798 unit: private static byte int2byte() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 375 end line: 377 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6799 unit: public boolean exists() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6800 unit: protected final void checkCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 102 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6801 unit: protected final boolean reachLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 107 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6802 unit: protected final long count() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6803 unit: protected long sizeOf() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 184 end line: 186 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6804 unit: public EmptyIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 200 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6805 unit: protected boolean fetch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 205 end line: 207 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6806 unit: protected PageState pageState() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 210 end line: 212 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6807 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java start line: 215 end line: 217 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6808 unit: public long created() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6809 unit: public long updated() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6810 unit: public void update() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6811 unit: public boolean opened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6812 unit: public boolean closed() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 96 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6813 unit: public int attach() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 101 end line: 103 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6814 unit: public int detach() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6815 unit: public boolean closeable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6816 unit: public TxState txState() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6817 unit: public void txState() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6818 unit: default boolean supportsPersistence() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java start line: 22 end line: 24 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6819 unit: default boolean supportsSharedStorage() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6820 unit: default boolean supportsSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6821 unit: public T get() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6822 unit: protected MetaDispatcher metaDispatcher() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6823 unit: public void registerMetaHandler() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6824 unit: public SystemSchemaStore systemSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6825 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6826 unit: public BackendMutation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6827 unit: public BackendMutation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6828 unit: public Set types() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 169 end line: 171 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6829 unit: public Iterator mutation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 177 end line: 179 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6830 unit: public Iterator mutation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 186 end line: 188 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6831 unit: public List mutation() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 196 end line: 198 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6832 unit: public boolean isEmpty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 239 end line: 241 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6833 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 247 end line: 249 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6834 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 251 end line: 253 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6835 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 256 end line: 258 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6836 unit: public MutationTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 265 end line: 268 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6837 unit: public MutationTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 270 end line: 273 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6838 unit: public Set keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 315 end line: 317 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6839 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java start line: 340 end line: 342 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6840 unit: public StoreCommand command() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6841 unit: public BackendStore originStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6842 unit: public String store() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6843 unit: public String storedVersion() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6844 unit: public String database() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6845 unit: public BackendStoreProvider provider() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6846 unit: public SystemSchemaStore systemSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6847 unit: public boolean isSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6848 unit: public synchronized void open() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6849 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 107 end line: 109 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6850 unit: public boolean opened() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 112 end line: 114 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6851 unit: public void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 117 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6852 unit: public boolean initialized() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 130 end line: 132 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6853 unit: public void truncate() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 135 end line: 137 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6854 unit: public void rollbackTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 178 end line: 180 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6855 unit: public R metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 183 end line: 185 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6856 unit: public BackendFeatures features() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6857 unit: private Object queryByRaft() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 216 end line: 218 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6858 unit: public MutationBatch() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 263 end line: 265 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6859 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 267 end line: 269 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6860 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 271 end line: 273 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6861 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6862 unit: public long increment() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 290 end line: 292 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6863 unit: public RaftClosure() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6864 unit: public Status status() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6865 unit: public void complete() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6866 unit: public void complete() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java start line: 73 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6867 unit: public void failure() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6868 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/CompressStrategyManager.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6869 unit: public static CompressStrategy getDefault() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/CompressStrategyManager.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6870 unit: public ZipArchiveScatterOutputStream() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6871 unit: public void addEntry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6872 unit: public void writeTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/ParallelCompressStrategy.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6873 unit: protected RaftContext context() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6874 unit: public PeerId nodeId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6875 unit: public PeerId leaderId() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6876 unit: public boolean selfIsLeader() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6877 unit: public void readIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 123 end line: 125 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6878 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 283 end line: 285 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6879 unit: public RaftStateListener() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 291 end line: 293 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6880 unit: public void onCreated() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 296 end line: 298 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6881 unit: public void onDestroyed() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java start line: 301 end line: 303 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6882 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6883 unit: private BackendStore store() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6884 unit: private RaftNode node() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6885 unit: public void onConfigurationCommitted() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 241 end line: 243 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6886 unit: public void onError() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java start line: 246 end line: 248 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6887 unit: public RaftNode node() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 183 end line: 185 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6888 unit: protected RpcServer rpcServer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 187 end line: 189 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6889 unit: protected RpcForwarder rpcForwarder() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 191 end line: 193 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6890 unit: public RaftGroupManager raftNodeManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 195 end line: 197 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6891 unit: public String group() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 199 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6892 unit: public void addStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 204 end line: 206 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6893 unit: public PeerId endpoint() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 345 end line: 347 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6894 unit: public boolean safeRead() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 349 end line: 351 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6895 unit: public ExecutorService snapshotExecutor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 353 end line: 355 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6896 unit: public ExecutorService backendExecutor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 357 end line: 359 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6897 unit: public ExecutorService readIndexExecutor() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 361 end line: 363 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6898 unit: public GraphMode graphMode() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 365 end line: 367 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6899 unit: private HugeConfig config() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java start line: 369 end line: 371 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6900 unit: public RaftException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6901 unit: public RaftException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6902 unit: public RaftException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6903 unit: public RaftException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6904 unit: public RaftException() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6905 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6906 unit: public RaftResult() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6907 unit: public RaftResult() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6908 unit: public RaftResult() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6909 unit: public Status status() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6910 unit: public Supplier callback() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6911 unit: public Throwable exception() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6912 unit: public StoreCommand() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 6913 unit: public StoreType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6914 unit: public StoreAction action() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6915 unit: public boolean forwarded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6916 unit: public RaftGroupManager raftNodeManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6917 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6918 unit: public String driverVersion() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6919 unit: public String storedVersion() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6920 unit: public String graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 105 end line: 107 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6921 unit: public void open() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 146 end line: 148 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6922 unit: public boolean initialized() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 216 end line: 218 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 6923 unit: public void onCloneConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 238 end line: 240 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6924 unit: public void onDeleteConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 243 end line: 245 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6925 unit: public void resumeSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 248 end line: 251 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6926 unit: public void listen() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 254 end line: 256 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6927 unit: public void unlisten() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 259 end line: 261 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6928 unit: public EventHub storeEventHub() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java start line: 264 end line: 266 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6929 unit: public String group() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6930 unit: public String interest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6931 unit: public String interest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/AddPeerProcessor.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6932 unit: public String interest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RemovePeerProcessor.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6933 unit: public String interest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6934 unit: public String interest() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6935 unit: public static BackendAction of() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6936 unit: public Action action() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6937 unit: public BackendEntry entry() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6938 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6939 unit: public String start() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6940 unit: public void start() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6941 unit: public String end() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6942 unit: public void end() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6943 unit: public long length() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6944 unit: public void length() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6945 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6946 unit: default void createOlapTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 153 end line: 155 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6947 unit: default void checkAndRegisterOlapTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 157 end line: 159 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6948 unit: default void clearOlapTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 161 end line: 163 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6949 unit: default void removeOlapTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 165 end line: 167 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6950 unit: default Map createSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 169 end line: 171 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6951 unit: default void resumeSnapshot() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java start line: 173 end line: 175 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6952 unit: default boolean belongToMe() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6953 unit: default boolean olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 107 end line: 109 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6954 unit: static BackendColumnIterator empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6955 unit: static BackendColumnIterator iterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 125 end line: 127 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6956 unit: static BackendColumnIterator wrap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 129 end line: 131 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6957 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 138 end line: 140 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6958 unit: public BackendColumn next() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 143 end line: 145 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6959 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 168 end line: 170 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6960 unit: public boolean hasNext() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 203 end line: 205 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6961 unit: public BackendColumn next() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 208 end line: 210 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6962 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 213 end line: 215 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6963 unit: public IntIntMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6964 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6965 unit: public long size() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6966 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6967 unit: public long size() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6968 unit: public void writeTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6969 unit: public void readFrom() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6970 unit: public long size() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6971 unit: public RamTable() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6972 unit: public long edgesSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java start line: 252 end line: 255 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6973 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6974 unit: public long longId() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6975 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6976 unit: public Map userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6977 unit: public void userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6978 unit: public SchemaStatus status() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 115 end line: 117 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6979 unit: public void status() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 119 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6980 unit: public boolean system() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 123 end line: 125 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6981 unit: public boolean hidden() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6982 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 160 end line: 162 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6983 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 165 end line: 167 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6984 unit: public SchemaElement schemaElement() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 212 end line: 214 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6985 unit: public Id task() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java start line: 216 end line: 218 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6986 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6987 unit: public boolean olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6988 unit: public IdStrategy idStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6989 unit: public void idStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6990 unit: public List primaryKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6991 unit: public void primaryKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6992 unit: public void primaryKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6993 unit: public boolean existsLinkLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6994 unit: public static VertexLabel undefined() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6995 unit: public static VertexLabel undefined() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 6996 unit: public Set properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 6997 unit: public void properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6998 unit: public void property() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 6999 unit: public Set nullableKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7000 unit: public void nullableKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7001 unit: public void nullableKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7002 unit: public void nullableKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7003 unit: public Set indexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7004 unit: public void addIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 94 end line: 96 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7005 unit: public void addIndexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7006 unit: public boolean existsIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7007 unit: public void removeIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7008 unit: public boolean enableLabelIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7009 unit: public void enableLabelIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7010 unit: public boolean undefined() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7011 unit: public void ttlStartTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7012 unit: public Id ttlStartTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java start line: 136 end line: 138 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7013 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7014 unit: public Frequency frequency() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7015 unit: public void frequency() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7016 unit: public boolean directed() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 62 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7017 unit: public String sourceLabelName() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7018 unit: public Id sourceLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7019 unit: public String targetLabelName() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7020 unit: public Id targetLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7021 unit: public boolean linkWithLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 97 end line: 99 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 7022 unit: public boolean existSortKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7023 unit: public List sortKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7024 unit: public void sortKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7025 unit: public void sortKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7026 unit: public static EdgeLabel undefined() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java start line: 131 end line: 133 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7027 unit: public Userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7028 unit: protected IndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7029 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7030 unit: public HugeType baseType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7031 unit: public void baseType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7032 unit: public Id baseValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7033 unit: public void baseValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7034 unit: public IndexType indexType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7035 unit: public void indexType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 79 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7036 unit: public List indexFields() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7037 unit: public void indexFields() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7038 unit: public void indexField() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 108 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7039 unit: public SchemaLabel baseLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 119 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7040 unit: public boolean olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java start line: 131 end line: 133 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7041 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7042 unit: public DataType dataType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7043 unit: public void dataType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7044 unit: public Cardinality cardinality() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 70 end line: 72 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7045 unit: public void cardinality() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7046 unit: public AggregateType aggregateType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7047 unit: public void aggregateType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7048 unit: public void writeType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7049 unit: public WriteType writeType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7050 unit: public boolean oltp() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 94 end line: 96 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7051 unit: public boolean olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7052 unit: public Set properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7053 unit: public void defineDefaultValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 114 end line: 117 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7054 unit: public Object defaultValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 119 end line: 122 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7055 unit: private boolean checkDataType() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java start line: 226 end line: 228 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7056 unit: protected HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7057 unit: protected Id validOrGenerateId() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7058 unit: protected void checkSchemaName() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7059 unit: protected Id rebuildIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7060 unit: protected PropertyKey propertyKeyOrNull() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7061 unit: protected VertexLabel vertexLabelOrNull() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7062 unit: protected EdgeLabel edgeLabelOrNull() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7063 unit: protected IndexLabel indexLabelOrNull() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java start line: 107 end line: 109 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7064 unit: private static Set mapPkId2Name() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 596 end line: 598 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7065 unit: private static List mapPkId2Name() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java start line: 600 end line: 602 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7066 unit: private static Set mapPkId2Name() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 618 end line: 620 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7067 unit: private static List mapPkId2Name() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java start line: 622 end line: 624 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7068 unit: private void checkRepeatSearchIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 652 end line: 654 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7069 unit: private void checkRepeatUniqueIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java start line: 676 end line: 678 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7070 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7071 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7072 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7073 unit: public boolean master() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7074 unit: public boolean worker() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java start line: 54 end line: 56 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7075 unit: public boolean computer() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7076 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7077 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7078 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7079 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7080 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7081 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7082 unit: public boolean single() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7083 unit: public boolean multiple() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java start line: 68 end line: 70 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7084 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7085 unit: public boolean ok() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7086 unit: public boolean deleting() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java start line: 51 end line: 53 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7087 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7088 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7089 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7090 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7091 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7092 unit: public Class clazz() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7093 unit: public boolean isText() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7094 unit: public boolean isNumber4() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 85 end line: 88 size: 3 LOC McCabe index: 3 number of parameters: 0 id: 7095 unit: public boolean isNumber8() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 90 end line: 92 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7096 unit: public boolean isBlob() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 94 end line: 96 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7097 unit: public boolean isDate() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7098 unit: public boolean isUUID() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7099 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7100 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7101 unit: public boolean showOlap() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java start line: 45 end line: 47 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7102 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7103 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7104 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7105 unit: public boolean isSecondary() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7106 unit: public boolean isSearch() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 109 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7107 unit: public boolean isShard() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 113 end line: 115 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7108 unit: public boolean isUnique() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7109 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java start line: 96 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7110 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7111 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7112 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7113 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7114 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7115 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7116 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7117 unit: public boolean isNone() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7118 unit: public boolean isMax() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7119 unit: public boolean isMin() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7120 unit: public boolean isSum() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7121 unit: public boolean isNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 68 end line: 70 size: 3 LOC McCabe index: 3 number of parameters: 0 id: 7122 unit: public boolean isOld() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7123 unit: public boolean isSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7124 unit: public boolean isList() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7125 unit: public boolean isUnion() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 84 end line: 86 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7126 unit: public boolean isIndexable() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java start line: 88 end line: 90 size: 3 LOC McCabe index: 4 number of parameters: 0 id: 7127 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7128 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7129 unit: public boolean maintaining() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java start line: 65 end line: 67 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7130 unit: public boolean loading() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7131 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7132 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7133 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7134 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7135 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7136 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7137 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7138 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7139 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7140 unit: public boolean isAutomatic() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7141 unit: public boolean isPrimaryKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7142 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7143 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7144 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7145 unit: public boolean oltp() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7146 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 94 end line: 96 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7147 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7148 unit: public String readableName() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7149 unit: public boolean isGraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 113 end line: 115 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7150 unit: public boolean isVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7151 unit: public boolean isEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 121 end line: 123 size: 3 LOC McCabe index: 3 number of parameters: 0 id: 7152 unit: public boolean isSearchIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 150 end line: 152 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7153 unit: public boolean isRange4Index() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 159 end line: 161 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7154 unit: public boolean isRange8Index() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 163 end line: 165 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7155 unit: public boolean isShardIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 167 end line: 169 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7156 unit: public boolean isUniqueIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 171 end line: 173 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7157 unit: public boolean isVertexAggregateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 175 end line: 177 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7158 unit: public boolean isEdgeAggregateProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 179 end line: 181 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7159 unit: public static HugeType fromString() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7160 unit: public static HugeType fromCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java start line: 192 end line: 194 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7161 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java start line: 25 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7162 unit: public static void check() file: hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java start line: 39 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7163 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 242 end line: 244 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7164 unit: public HugeGraph hugegraph() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 247 end line: 249 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7165 unit: public String backend() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 252 end line: 254 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7166 unit: public BackendFeatures backendStoreFeatures() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 265 end line: 267 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7167 unit: public boolean started() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 307 end line: 309 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7168 unit: public GraphMode mode() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 320 end line: 322 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7169 unit: public GraphReadMode readMode() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 331 end line: 333 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7170 unit: private void checkGraphNotClosed() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 490 end line: 492 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7171 unit: private BackendStore loadSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 494 end line: 496 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7172 unit: private BackendStore loadGraphStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 498 end line: 500 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7173 unit: private BackendStore loadSystemStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 502 end line: 504 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7174 unit: private BackendStoreProvider loadStoreProvider() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 537 end line: 539 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7175 unit: protected void reloadRamtable() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 559 end line: 561 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7176 unit: public GraphComputer compute() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 579 end line: 581 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7177 unit: public Vertex addVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 592 end line: 594 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7178 unit: public void removeVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 597 end line: 599 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7179 unit: public void addVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 619 end line: 621 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7180 unit: public void removeVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 624 end line: 626 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7181 unit: public Edge addEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 629 end line: 631 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7182 unit: public void removeEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 639 end line: 641 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7183 unit: public void addEdgeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 660 end line: 662 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7184 unit: public void removeEdgeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 665 end line: 667 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7185 unit: public Vertex vertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 670 end line: 672 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7186 unit: public Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 683 end line: 685 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7187 unit: public Iterator adjacentVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 688 end line: 690 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7188 unit: public boolean checkAdjacentVertexExist() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 693 end line: 695 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7189 unit: public Edge edge() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 698 end line: 700 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7190 unit: public Iterator edges() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 712 end line: 714 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7191 unit: public Iterator adjacentVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 717 end line: 719 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7192 unit: public Iterator adjacentEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 722 end line: 724 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7193 unit: public Number queryNumber() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 727 end line: 729 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7194 unit: public Collection propertyKeys() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 755 end line: 757 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7195 unit: public boolean existsPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 783 end line: 785 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7196 unit: public Id removeVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 800 end line: 802 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7197 unit: public Collection vertexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 805 end line: 807 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7198 unit: public boolean existsVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 834 end line: 836 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7199 unit: public Id removeEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 862 end line: 864 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7200 unit: public Collection edgeLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 867 end line: 869 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7201 unit: public boolean existsEdgeLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 895 end line: 897 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7202 unit: public Id removeIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 914 end line: 916 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7203 unit: public Id rebuildIndex() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 919 end line: 921 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7204 unit: public Collection indexLabels() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 924 end line: 926 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7205 unit: public boolean existsIndexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 943 end line: 945 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7206 unit: public Transaction tx() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 948 end line: 950 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7207 unit: public HugeFeatures features() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1017 end line: 1019 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7208 unit: public SchemaManager schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1032 end line: 1034 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7209 unit: public Id getNextId() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1037 end line: 1039 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7210 unit: public T metadata() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1042 end line: 1044 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7211 unit: public AuthManager authManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1063 end line: 1066 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7212 unit: public RoleElectionStateMachine roleElectionStateMachine() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1069 end line: 1071 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7213 unit: public void switchAuthManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1074 end line: 1076 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7214 unit: public HugeConfig configuration() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1089 end line: 1091 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7215 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1094 end line: 1096 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7216 unit: public final void proxy() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1099 end line: 1101 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7217 unit: public boolean sameAs() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1104 end line: 1106 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7218 unit: public long now() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1109 end line: 1111 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7219 unit: private void graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1170 end line: 1172 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7220 unit: public HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1175 end line: 1177 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7221 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1180 end line: 1182 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7222 unit: public GraphMode mode() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1185 end line: 1187 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7223 unit: public GraphReadMode readMode() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1190 end line: 1192 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7224 unit: public SchemaTransaction schemaTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1195 end line: 1197 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7225 unit: public GraphTransaction systemTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1200 end line: 1202 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7226 unit: public GraphTransaction graphTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1205 end line: 1207 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7227 unit: public GraphTransaction openTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1210 end line: 1213 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7228 unit: public void closeTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1216 end line: 1218 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7229 unit: public boolean started() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1221 end line: 1223 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7230 unit: public boolean closed() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1226 end line: 1228 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7231 unit: public boolean initialized() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1231 end line: 1233 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7232 unit: public BackendFeatures backendStoreFeatures() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1236 end line: 1238 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7233 unit: public BackendStore loadSchemaStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1241 end line: 1243 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7234 unit: public BackendStore loadGraphStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1246 end line: 1248 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7235 unit: public BackendStore loadSystemStore() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1251 end line: 1253 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7236 unit: public EventHub schemaEventHub() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1256 end line: 1258 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7237 unit: public EventHub graphEventHub() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1261 end line: 1263 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7238 unit: public EventHub indexEventHub() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1266 end line: 1268 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7239 unit: public HugeConfig configuration() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1271 end line: 1273 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7240 unit: public ServerInfoManager serverManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1276 end line: 1279 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7241 unit: public LocalCounter counter() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1282 end line: 1284 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7242 unit: public AbstractSerializer serializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1287 end line: 1289 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7243 unit: public Analyzer analyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1292 end line: 1294 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7244 unit: public RateLimiter writeRateLimiter() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1297 end line: 1299 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7245 unit: public RateLimiter readRateLimiter() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1302 end line: 1304 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7246 unit: public RamTable ramtable() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1307 end line: 1309 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7247 unit: public void submitEphemeralJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1312 end line: 1314 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7248 unit: public void commitIfGtSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1345 end line: 1348 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7249 unit: public G createThreadedTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1369 end line: 1371 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7250 unit: public boolean isOpen() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1374 end line: 1376 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7251 unit: public long openedTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1414 end line: 1416 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7252 unit: private SchemaTransaction schemaTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1446 end line: 1448 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7253 unit: private SysTransaction systemTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1450 end line: 1452 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7254 unit: private GraphTransaction graphTransaction() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1454 end line: 1456 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7255 unit: public void commit() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1524 end line: 1526 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7256 unit: public void rollback() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1528 end line: 1530 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7257 unit: public void openedTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1552 end line: 1554 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7258 unit: public long openedTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1556 end line: 1558 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7259 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1611 end line: 1613 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7260 unit: public void invalid() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1616 end line: 1618 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7261 unit: public void invalid2() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1621 end line: 1623 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7262 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1626 end line: 1628 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7263 unit: public HugeSchemaCacheNotifier() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1640 end line: 1642 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7264 unit: public HugeGraphCacheNotifier() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1649 end line: 1651 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7265 unit: public HugeVariables() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7266 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 278 end line: 280 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7267 unit: private void removeVariableVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 346 end line: 348 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7268 unit: private VertexLabel variableVertexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java start line: 377 end line: 379 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7269 unit: private boolean hasIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 144 end line: 146 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7270 unit: public List getHasContainers() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 179 end line: 181 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7271 unit: public Query queryInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 193 end line: 195 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7272 unit: public Iterator lastTimeResults() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7273 unit: public static ConditionP contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7274 unit: public static Id uuid() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7275 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7276 unit: public static HugeCountStepStrategy instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7277 unit: public static ConditionP textContains() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7278 unit: public static ConditionP contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7279 unit: public static ConditionP containsK() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7280 unit: public static ConditionP containsV() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7281 unit: public static ConditionP eq() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java start line: 50 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7282 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7283 unit: public static HugeGraphStepStrategy instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7284 unit: default long setRange() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7285 unit: default void setPage() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7286 unit: default void setCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7287 unit: default void setAggregate() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7288 unit: public static HugePrimaryKeyStrategy instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugePrimaryKeyStrategy.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7289 unit: public Object result() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7290 unit: public String script() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java start line: 70 end line: 72 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7291 unit: protected boolean withVertexCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 186 end line: 188 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7292 unit: protected boolean withEdgeCondition() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 190 end line: 192 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7293 unit: public List getHasContainers() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 209 end line: 211 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7294 unit: public Query queryInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 223 end line: 225 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7295 unit: public Iterator lastTimeResults() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java start line: 228 end line: 230 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7296 unit: public Iterator lastTimeResults() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java start line: 82 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7297 unit: protected void closeIterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7298 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7299 unit: public static BackendException newUnsupportedPredicate() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 569 end line: 571 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7300 unit: public static boolean keyForContainsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 594 end line: 596 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7301 unit: public static boolean keyForContainsValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java start line: 598 end line: 600 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7302 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7303 unit: public static HugeVertexStepStrategy instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java start line: 129 end line: 131 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7304 unit: public SingleSourceShortestPathTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7305 unit: public boolean done() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 197 end line: 199 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7306 unit: public WeightedPaths shortestPaths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 201 end line: 203 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7307 unit: public NodeWithWeight() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 246 end line: 248 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7308 unit: public double weight() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 250 end line: 252 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7309 unit: public Node node() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 254 end line: 256 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7310 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java start line: 264 end line: 266 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7311 unit: public void beforeTraverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7312 unit: private void forward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 131 end line: 133 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7313 unit: private void backward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 135 end line: 137 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7314 unit: public void addNodeToNewVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 172 end line: 174 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7315 unit: public Set newPathSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 180 end line: 182 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7316 unit: public void addNewVerticesToAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 189 end line: 191 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7317 unit: public Set paths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 193 end line: 195 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7318 unit: public int pathCount() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 197 end line: 199 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7319 unit: protected boolean finished() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java start line: 201 end line: 203 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7320 unit: public void finishOneLayer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7321 unit: public boolean hasNextKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7322 unit: public Id nextKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7323 unit: public long accessed() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 101 end line: 103 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7324 unit: public Iterator keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 105 end line: 107 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7325 unit: protected final Stack records() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java start line: 175 end line: 177 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7326 unit: protected final Record newRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7327 unit: protected final Record currentRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7328 unit: protected Record parentRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7329 unit: public PathsRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7330 unit: public Int2SetRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7331 unit: public IntIterator keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7332 unit: public boolean containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7333 unit: public IntIterator get() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7334 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7335 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7336 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7337 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7338 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7339 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7340 unit: public Int2IntRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7341 unit: public IntIterator keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7342 unit: public boolean containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7343 unit: public void addPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7344 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7345 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7346 unit: public IntMap layer() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7347 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7348 unit: public SyncRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7349 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7350 unit: public static Record newRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java start line: 22 end line: 24 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7351 unit: public Int2ArrayRecord() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7352 unit: public IntIterator keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7353 unit: public boolean containsKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7354 unit: public IntIterator get() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7355 unit: public void addPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7356 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7357 unit: public boolean concurrent() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7358 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7359 unit: public KoutRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7360 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7361 unit: public boolean hasNextKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7362 unit: public long accessed() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7363 unit: protected final void addPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 178 end line: 180 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7364 unit: protected final boolean sourceContains() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 182 end line: 184 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7365 unit: protected final boolean targetContains() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 186 end line: 188 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7366 unit: protected final Stack sourceRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 190 end line: 192 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7367 unit: protected final Stack targetRecords() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 194 end line: 196 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7368 unit: protected final boolean movingForward() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7369 unit: protected final int current() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java start line: 202 end line: 204 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7370 unit: private Path linkSourcePath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7371 unit: private Path linkTargetPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7372 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7373 unit: public KoutTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7374 unit: private boolean reachLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java start line: 144 end line: 146 size: 3 LOC McCabe index: 2 number of parameters: 3 id: 7375 unit: public SubGraphTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7376 unit: private boolean finished() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 250 end line: 252 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7377 unit: public RingPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java start line: 257 end line: 259 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7378 unit: public HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7379 unit: protected int concurrentDepth() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7380 unit: private CollectionType collectionType() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 108 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7381 unit: public static void checkDegree() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 315 end line: 317 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7382 unit: public static void checkCapacity() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 319 end line: 321 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7383 unit: public static void checkLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 323 end line: 325 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7384 unit: protected static Set newIdSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 419 end line: 421 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7385 unit: protected static Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 423 end line: 425 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7386 unit: protected static Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 435 end line: 437 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7387 unit: protected static Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 439 end line: 441 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7388 unit: protected static List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 443 end line: 445 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7389 unit: protected static List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 447 end line: 449 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7390 unit: protected static List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 451 end line: 453 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7391 unit: protected static Map newMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 455 end line: 457 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7392 unit: protected static Map newMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 459 end line: 461 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7393 unit: protected static MultivaluedMap newMultivalueMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 463 end line: 465 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7394 unit: public Node() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 492 end line: 494 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7395 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 502 end line: 504 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7396 unit: public Node parent() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 506 end line: 508 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7397 unit: public List joinPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 521 end line: 523 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7398 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 537 end line: 539 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7399 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 552 end line: 554 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7400 unit: public Path() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 564 end line: 566 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7401 unit: public Id crosspoint() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 573 end line: 575 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7402 unit: public void addToLast() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 577 end line: 579 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7403 unit: public List vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 581 end line: 583 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7404 unit: public void reverse() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 585 end line: 587 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7405 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 610 end line: 612 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7406 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 630 end line: 632 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7407 unit: public PathSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 641 end line: 643 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7408 unit: private PathSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 645 end line: 647 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7409 unit: public boolean add() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 650 end line: 652 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7410 unit: public boolean remove() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 655 end line: 657 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7411 unit: public boolean containsAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 660 end line: 662 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7412 unit: public boolean addAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 665 end line: 667 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7413 unit: public boolean retainAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 670 end line: 672 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7414 unit: public boolean removeAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 675 end line: 677 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7415 unit: public void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 680 end line: 682 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7416 unit: public boolean isEmpty() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 685 end line: 687 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7417 unit: public boolean contains() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 690 end line: 692 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7418 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 695 end line: 697 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7419 unit: public Iterator iterator() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 700 end line: 702 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7420 unit: public boolean addAll() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 714 end line: 716 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7421 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java start line: 727 end line: 729 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7422 unit: public ShortestPathTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7423 unit: private long accessed() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java start line: 246 end line: 248 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7424 unit: public Id source() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 267 end line: 269 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7425 unit: public List nodes() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 271 end line: 273 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7426 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 275 end line: 277 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7427 unit: public void degree() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7428 unit: public Ranks() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java start line: 295 end line: 297 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7429 unit: public CountTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7430 unit: private void checkDedupSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7431 unit: private boolean needDedup() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java start line: 129 end line: 131 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7432 unit: public CustomizedCrosspointsTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7433 unit: public PathPattern() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 169 end line: 171 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7434 unit: public List steps() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 173 end line: 175 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7435 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 177 end line: 179 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7436 unit: public void add() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 181 end line: 183 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7437 unit: public Set crosspoints() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 212 end line: 214 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7438 unit: public List paths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java start line: 216 end line: 218 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7439 unit: public CustomizePathsTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7440 unit: public List weights() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 203 end line: 205 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7441 unit: public double totalWeight() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java start line: 207 end line: 209 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7442 unit: public SameNeighborTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7443 unit: protected long traverseIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7444 unit: public ConcurrentMultiValuedMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7445 unit: public PathsTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7446 unit: public PathSet paths() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java start line: 170 end line: 172 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7447 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7448 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7449 unit: public RepeatEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7450 unit: public int remainTimes() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7451 unit: public void decreaseTimes() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7452 unit: public int maxTimes() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7453 unit: public WeightedEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7454 unit: public WeightedEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7455 unit: public WeightedEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7456 unit: public WeightedEdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7457 unit: public EdgeStep step() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7458 unit: public PropertyKey weightBy() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7459 unit: public double defaultWeight() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7460 unit: public long sample() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7461 unit: public EdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7462 unit: public EdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7463 unit: public EdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7464 unit: public EdgeStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7465 unit: public Directions direction() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7466 unit: public Map labels() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7467 unit: public Map properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7468 unit: public long degree() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7469 unit: public long skipDegree() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7470 unit: public void swithDirection() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7471 unit: public long limit() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java start line: 131 end line: 133 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7472 unit: public KneighborTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7473 unit: private boolean reachLimit() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java start line: 101 end line: 103 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 7474 unit: public MultiNodeShortestPathTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7475 unit: public JaccardSimilarTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7476 unit: public TemplatePathsTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7477 unit: public RepeatEdgeStep nextStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java start line: 124 end line: 126 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 7478 unit: public PredictionTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7479 unit: public CollectionPathsTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7480 unit: public EdgeStep nextStep() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 108 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7481 unit: public void addNodeToNewVertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 261 end line: 263 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7482 unit: protected int accessedNodes() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java start line: 273 end line: 275 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7483 unit: public FusiformSimilarityTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7484 unit: private void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 238 end line: 240 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7485 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 256 end line: 258 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7486 unit: public double score() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 260 end line: 262 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7487 unit: public List intermediaries() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 264 end line: 266 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7488 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 278 end line: 280 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7489 unit: public void put() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7490 unit: public boolean isEmpty() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java start line: 316 end line: 318 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7491 unit: public SingleTraverseStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7492 unit: public Set newPathSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7493 unit: public void addNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7494 unit: public ConcurrentTraverseStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7495 unit: public Set newPathSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7496 unit: public void addNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7497 unit: public HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7498 unit: public String graphName() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7499 unit: public int pendingTasks() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 115 end line: 117 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7500 unit: protected ServerInfoManager serverManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 302 end line: 304 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7501 unit: public void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 462 end line: 464 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7502 unit: public void checkRequirement() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 657 end line: 659 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7503 unit: private V call() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 702 end line: 704 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7504 unit: private boolean supportsPaging() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 726 end line: 728 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7505 unit: private String createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 826 end line: 828 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7506 unit: private String createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java start line: 830 end line: 832 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7507 unit: public static TaskManager instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7508 unit: public void pauseScheduledThreadPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 159 end line: 161 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7509 unit: public void resumeScheduledThreadPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 163 end line: 165 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7510 unit: public TaskScheduler getScheduler() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 167 end line: 169 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7511 unit: public int workerPoolSize() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 233 end line: 235 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7512 unit: public void enableRoleElected() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7513 unit: protected static void setContext() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 360 end line: 362 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7514 unit: protected static void resetContext() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 364 end line: 366 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7515 unit: public static String getContext() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java start line: 368 end line: 370 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7516 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7517 unit: public byte code() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7518 unit: public String string() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7519 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 113 end line: 115 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7520 unit: public Id parent() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7521 unit: public Set dependencies() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7522 unit: public TaskStatus status() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 134 end line: 136 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7523 unit: public void type() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 138 end line: 140 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7524 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 142 end line: 144 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7525 unit: public void name() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 146 end line: 148 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7526 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 150 end line: 152 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7527 unit: public void description() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 154 end line: 156 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7528 unit: public String description() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 158 end line: 160 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7529 unit: public final String context() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 172 end line: 174 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7530 unit: public void progress() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 176 end line: 178 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7531 unit: public int progress() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 180 end line: 182 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7532 unit: public void createTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 184 end line: 186 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7533 unit: public Date createTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7534 unit: public void updateTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 192 end line: 194 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7535 unit: public Date updateTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 196 end line: 198 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7536 unit: public void retry() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 200 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7537 unit: public int retries() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 204 end line: 206 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7538 unit: public void input() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 208 end line: 211 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7539 unit: public String input() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 213 end line: 215 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7540 unit: public String result() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 217 end line: 219 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7541 unit: public void server() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 230 end line: 232 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7542 unit: public Id server() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 234 end line: 236 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7543 unit: public void load() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 238 end line: 240 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7544 unit: public int load() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 242 end line: 244 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7545 unit: public boolean completed() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 246 end line: 248 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7546 unit: public boolean success() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 250 end line: 252 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7547 unit: public boolean cancelled() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 254 end line: 256 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7548 unit: public boolean cancelling() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 258 end line: 260 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7549 unit: public boolean computer() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 262 end line: 264 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7550 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 267 end line: 269 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7551 unit: protected void scheduler() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 372 end line: 374 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7552 unit: public Map asMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java start line: 563 end line: 565 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7553 unit: protected HugeGraphParams params() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7554 unit: protected void clear() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7555 unit: protected EphemeralJob poll() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7556 unit: public void consumeComplete() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7557 unit: public boolean isEmpty() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 107 end line: 109 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7558 unit: public BatchEphemeralJob() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 119 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7559 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/EphemeralJobQueue.java start line: 124 end line: 126 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7560 unit: protected void done() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7561 unit: protected void graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7562 unit: protected void task() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7563 unit: protected void params() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 179 end line: 181 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7564 unit: public void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7565 unit: public Id selfServerId() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 151 end line: 153 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7566 unit: public NodeRole selfServerRole() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 155 end line: 157 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7567 unit: public boolean master() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 159 end line: 161 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7568 unit: public boolean onlySingleNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 163 end line: 166 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7569 unit: public int calcMaxLoad() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 186 end line: 189 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7570 unit: protected boolean graphReady() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 191 end line: 193 size: 3 LOC McCabe index: 3 number of parameters: 0 id: 7571 unit: protected void updateServerInfos() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 360 end line: 362 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7572 unit: protected Iterator serverInfos() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 374 end line: 376 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7573 unit: protected Iterator serverInfos() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 378 end line: 380 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7574 unit: private boolean supportsPaging() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java start line: 409 end line: 411 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7575 unit: public HugeServerInfo() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7576 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7577 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7578 unit: public NodeRole role() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7579 unit: public void role() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7580 unit: public int maxLoad() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7581 unit: public void maxLoad() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 101 end line: 103 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7582 unit: public int load() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 105 end line: 107 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7583 unit: public void load() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 109 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7584 unit: public Date updateTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7585 unit: public void updateTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7586 unit: public boolean updated() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7587 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7588 unit: public static Schema schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 223 end line: 225 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7589 unit: public Schema() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 255 end line: 257 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7590 unit: private String createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 295 end line: 297 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7591 unit: private String createPropertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java start line: 299 end line: 301 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7592 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7593 unit: protected void cancelled() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7594 unit: public AlgorithmPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7595 unit: public Algorithm find() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7596 unit: public static AlgorithmPool instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7597 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7598 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7599 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7600 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7601 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7602 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java start line: 154 end line: 156 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7603 unit: private String labelOfPassN() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 165 end line: 167 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7604 unit: private Edge newCommunityEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 205 end line: 207 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7605 unit: public Community() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 772 end line: 774 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7606 unit: public boolean empty() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 776 end line: 778 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7607 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 780 end line: 782 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7608 unit: public float weight() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 784 end line: 786 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7609 unit: public synchronized int kin() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 804 end line: 806 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7610 unit: public synchronized float kout() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 808 end line: 810 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7611 unit: public Community vertex2Community() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 846 end line: 848 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7612 unit: public Float vertexWeight() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 858 end line: 860 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7613 unit: public void vertexWeight() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 862 end line: 864 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7614 unit: public void resetVertexWeight() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java start line: 872 end line: 874 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7615 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7616 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7617 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7618 unit: private boolean labelPresent() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java start line: 234 end line: 236 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7619 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7620 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7621 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7622 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7623 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7624 unit: protected Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7625 unit: protected long localTriads() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 231 end line: 233 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7626 unit: protected static Set newOrderedSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java start line: 235 end line: 237 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7627 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7628 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7629 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7630 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7631 unit: public KcoreTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 176 end line: 178 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7632 unit: public void ids() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java start line: 288 end line: 290 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7633 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7634 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7635 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7636 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 135 end line: 137 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7637 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 207 end line: 209 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7638 unit: public V execute() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 212 end line: 214 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7639 unit: public void updateProgress() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java start line: 217 end line: 219 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7640 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7641 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7642 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7643 unit: public void updateProgress() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 295 end line: 297 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7644 unit: public Id jobId() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 299 end line: 301 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7645 unit: protected Iterator vertices() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 350 end line: 352 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7646 unit: protected boolean match() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 411 end line: 413 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7647 unit: public int size() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 488 end line: 490 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7648 unit: public MutableLong get() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 492 end line: 494 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7649 unit: public JsonMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 538 end line: 540 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7650 unit: public JsonMap() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 542 end line: 544 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7651 unit: public void startObject() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 546 end line: 548 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7652 unit: public void startList() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 555 end line: 557 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7653 unit: public void appendKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 571 end line: 573 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7654 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 585 end line: 587 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7655 unit: public void append() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 595 end line: 597 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7656 unit: public Object asJson() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java start line: 641 end line: 643 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7657 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7658 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7659 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7660 unit: public BfsTraverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7661 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7662 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7663 unit: public void addLeft() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 278 end line: 280 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7664 unit: public void addRight() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 282 end line: 284 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7665 unit: public double left() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7666 unit: public void left() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 290 end line: 292 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7667 unit: public double right() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 294 end line: 296 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7668 unit: public void right() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 298 end line: 300 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7669 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java start line: 320 end line: 322 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7670 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7671 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java start line: 70 end line: 72 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7672 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7673 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7674 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7675 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7676 unit: private Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7677 unit: protected BetweennessNode createNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 109 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7678 unit: protected BetweennessNode createStartNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7679 unit: public BetweennessNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 155 end line: 157 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7680 unit: public float betweenness() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java start line: 170 end line: 172 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7681 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7682 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7683 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7684 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7685 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7686 unit: protected Node createStartNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java start line: 109 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7687 unit: protected Node createNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7688 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7689 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7690 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7691 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7692 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7693 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7694 unit: public Traverser() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7695 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7696 unit: public void checkParameters() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7697 unit: protected StressNode createStartNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 107 end line: 109 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7698 unit: protected StressNode createNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 112 end line: 114 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7699 unit: public StressNode() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 154 end line: 156 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7700 unit: public long stress() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java start line: 176 end line: 178 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7701 unit: public Consumers() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7702 unit: public StopExecution() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 196 end line: 198 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7703 unit: public StopExecution() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java start line: 200 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7704 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7705 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7706 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7707 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7708 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7709 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7710 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7711 unit: public int jobs() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7712 unit: public void decrement() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7713 unit: public void increment() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7714 unit: public Set elements() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7715 unit: public Set indexes() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7716 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7717 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7718 unit: public static EphemeralJobBuilder of() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7719 unit: public EphemeralJobBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7720 unit: public static JobBuilder of() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7721 unit: public JobBuilder() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7722 unit: private Id genTaskId() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java start line: 96 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7723 unit: public String computerConfigPath() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7724 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7725 unit: public String type() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7726 unit: public void setMinSaveInterval() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java start line: 119 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7727 unit: public void updateProgress() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java start line: 123 end line: 125 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7728 unit: public int progress() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7729 unit: protected void cancelled() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7730 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7731 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7732 unit: private Map readCommonConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 160 end line: 162 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7733 unit: private Map readEnvConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java start line: 164 end line: 166 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7734 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7735 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7736 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7737 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7738 unit: public ComputerPool() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7739 unit: public Computer find() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7740 unit: public static ComputerPool instance() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7741 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7742 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7743 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7744 unit: public String category() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7745 unit: public V call() file: hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJob.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7746 unit: public static HugeGraph open() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 99 end line: 101 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7747 unit: public static HugeGraph open() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7748 unit: public static void shutdown() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 142 end line: 144 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7749 unit: public static void removeShutdownHook() file: hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java start line: 174 end line: 176 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7750 unit: default T serviceProxy() file: hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7751 unit: default T serviceProxy() file: hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7752 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 59 end line: 61 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7753 unit: public HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7754 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7755 unit: public Id hashId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7756 unit: public Object fieldValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7757 unit: public void fieldValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7758 unit: public Id indexLabelId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7759 unit: public IndexLabel indexLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7760 unit: public Id elementId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 108 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7761 unit: public void elementIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7762 unit: public void elementIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 136 end line: 138 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7763 unit: public void resetElementIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 140 end line: 142 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7764 unit: public long expiredTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 144 end line: 146 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7765 unit: public long ttl() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 155 end line: 157 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7766 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 179 end line: 181 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7767 unit: public static Number bytes2number() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 270 end line: 272 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7768 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 284 end line: 286 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7769 unit: public long expiredTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 288 end line: 290 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7770 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java start line: 293 end line: 295 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7771 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 83 end line: 86 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7772 unit: public EdgeId id() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7773 unit: public void name() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 112 end line: 114 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7774 unit: public String label() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7775 unit: public Directions direction() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 126 end line: 128 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7776 unit: public EdgeId idWithDirection() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 158 end line: 160 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7777 unit: protected HugeEdgeProperty newProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 228 end line: 230 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7778 unit: public Vertex outVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 356 end line: 358 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7779 unit: public Vertex inVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 361 end line: 363 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7780 unit: public HugeVertex ownerVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 401 end line: 403 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7781 unit: public void sourceVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 410 end line: 412 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7782 unit: public void targetVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 419 end line: 421 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7783 unit: public HugeVertex otherVertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 460 end line: 462 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7784 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java start line: 492 end line: 494 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7785 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7786 unit: public Id id() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7787 unit: public void assignId() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 133 end line: 135 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7788 unit: public String label() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 184 end line: 186 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7789 unit: public boolean existsEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 226 end line: 228 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7790 unit: public Collection getEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 230 end line: 232 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7791 unit: public void resetEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 234 end line: 239 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7792 unit: public void removeEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 241 end line: 243 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7793 unit: protected GraphTransaction tx() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 470 end line: 472 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7794 unit: protected HugeVertexProperty newProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 476 end line: 478 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7795 unit: public boolean olap() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 614 end line: 616 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7796 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 635 end line: 637 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7797 unit: public static final Id getIdValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 639 end line: 641 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7798 unit: private static Set newSet() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 653 end line: 655 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7799 unit: private static List newList() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 657 end line: 659 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7800 unit: public void resetEdges() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java start line: 678 end line: 680 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7801 unit: public PropertyKey propertyKey() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7802 unit: public Object id() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7803 unit: public HugeType type() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7804 unit: public String name() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7805 unit: public String key() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7806 unit: public V value() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7807 unit: public Object serialValue() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7808 unit: public boolean isPresent() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7809 unit: public boolean isAggregateType() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7810 unit: public HugeElement element() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7811 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7812 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java start line: 109 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7813 unit: public HugeGraphFeatures graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7814 unit: public HugeVertexFeatures vertex() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7815 unit: public HugeEdgeFeatures edge() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7816 unit: public String toString() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7817 unit: public boolean supportsConcurrentAccess() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7818 unit: public boolean supportsComputer() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7819 unit: public boolean supportsPersistence() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7820 unit: public VariableFeatures variables() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7821 unit: public boolean supportsTransactions() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7822 unit: public boolean supportsThreadedTransactions() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7823 unit: public boolean supportsAddProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7824 unit: public boolean supportsRemoveProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 111 end line: 113 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7825 unit: public boolean supportsStringIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7826 unit: public boolean supportsNumericIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7827 unit: public boolean supportsUuidIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 126 end line: 128 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7828 unit: public boolean supportsAnyIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 131 end line: 133 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7829 unit: public boolean supportsCustomIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 136 end line: 138 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7830 unit: public boolean supportsUserSuppliedIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 141 end line: 143 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7831 unit: public boolean supportsRemoveProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 168 end line: 170 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7832 unit: public boolean supportsMapValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 173 end line: 175 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7833 unit: public boolean supportsMixedListValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 178 end line: 180 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7834 unit: public boolean supportsSerializableValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 183 end line: 185 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7835 unit: public boolean supportsUniformListValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7836 unit: public boolean supportsUserSuppliedIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 193 end line: 195 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7837 unit: public boolean supportsAnyIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7838 unit: public boolean supportsCustomIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 203 end line: 205 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7839 unit: public boolean supportsMapValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 212 end line: 214 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7840 unit: public boolean supportsMixedListValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 217 end line: 219 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7841 unit: public boolean supportsSerializableValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 222 end line: 224 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7842 unit: public boolean supportsUniformListValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 227 end line: 229 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7843 unit: public boolean supportsUserSuppliedIds() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 240 end line: 242 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7844 unit: public VertexPropertyFeatures properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 245 end line: 247 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7845 unit: public boolean supportsMultiProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 250 end line: 253 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7846 unit: public boolean supportsDuplicateMultiProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 256 end line: 259 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7847 unit: public boolean supportsMetaProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 262 end line: 265 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7848 unit: public boolean supportsNullPropertyValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 273 end line: 275 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7849 unit: public boolean supportsDefaultLabel() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 277 end line: 279 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7850 unit: public EdgePropertyFeatures properties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 294 end line: 296 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7851 unit: public boolean supportsNullPropertyValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 299 end line: 301 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7852 unit: public boolean supportsStringValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 308 end line: 310 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7853 unit: public boolean supportsBooleanValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 314 end line: 316 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7854 unit: public boolean supportsByteValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 320 end line: 322 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7855 unit: public boolean supportsFloatValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 326 end line: 328 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7856 unit: public boolean supportsDoubleValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 332 end line: 334 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7857 unit: public boolean supportsIntegerValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 338 end line: 340 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7858 unit: public boolean supportsLongValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 344 end line: 346 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7859 unit: public boolean supportsUniformListValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 350 end line: 356 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7860 unit: public boolean supportsMixedListValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 360 end line: 362 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7861 unit: public boolean supportsMapValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 366 end line: 368 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7862 unit: public boolean supportsSerializableValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 372 end line: 374 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7863 unit: public boolean supportsByteArrayValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 382 end line: 385 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7864 unit: public boolean supportsBooleanArrayValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 389 end line: 391 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7865 unit: public boolean supportsFloatArrayValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 395 end line: 397 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7866 unit: public boolean supportsDoubleArrayValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 401 end line: 403 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7867 unit: public boolean supportsIntegerArrayValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 407 end line: 409 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7868 unit: public boolean supportsLongArrayValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 413 end line: 415 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7869 unit: public boolean supportsStringArrayValues() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java start line: 419 end line: 421 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7870 unit: public HugeVertexProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7871 unit: public Property property() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7872 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7873 unit: public HugeEdgeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7874 unit: public int hashCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7875 unit: public HugeGraph graph() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 113 end line: 115 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7876 unit: protected void removed() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7877 unit: public boolean removed() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7878 unit: protected void fresh() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 125 end line: 127 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7879 unit: public boolean fresh() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 129 end line: 131 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7880 unit: public boolean isPropLoaded() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 133 end line: 135 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7881 unit: protected void propLoaded() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7882 unit: public void propNotLoaded() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 141 end line: 143 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7883 unit: public void forceLoad() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 145 end line: 147 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7884 unit: public long expiredTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 177 end line: 179 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7885 unit: public void expiredTime() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 181 end line: 183 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7886 unit: public boolean expired() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 185 end line: 187 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 7887 unit: public boolean hasTtl() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 196 end line: 198 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7888 unit: public HugeProperty getProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 238 end line: 240 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7889 unit: public boolean hasProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 251 end line: 253 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7890 unit: public boolean hasProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 255 end line: 257 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7891 unit: public int sizeOfProperties() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 259 end line: 261 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7892 unit: public HugeProperty removeProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 288 end line: 290 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7893 unit: public HugeProperty addProperty() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 292 end line: 294 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7894 unit: public int compareTo() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 411 end line: 413 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7895 unit: public Object label() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 527 end line: 529 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7896 unit: public void label() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 531 end line: 533 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7897 unit: public Object id() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 535 end line: 537 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7898 unit: public void id() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 539 end line: 541 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7899 unit: public Set keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 543 end line: 545 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7900 unit: public void keys() file: hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java start line: 547 end line: 549 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7901 unit: public NotAllowException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7902 unit: public NotAllowException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7903 unit: public ExistedException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7904 unit: public ExistedException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7905 unit: public NoIndexException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7906 unit: public NoIndexException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7907 unit: public LimitExceedException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7908 unit: public LimitExceedException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7909 unit: public ConnectionException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7910 unit: public ConnectionException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7911 unit: public NotFoundException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7912 unit: public NotFoundException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7913 unit: public NotFoundException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 7914 unit: public NotSupportException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7915 unit: public NotSupportException() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7916 unit: public int statusCode() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java start line: 37 end line: 39 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7917 unit: public Map response() file: hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7918 unit: static file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7919 unit: public StoreDumper() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7920 unit: public void close() file: hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java start line: 70 end line: 72 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7921 unit: public StructureTestGraphProvider() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureTestGraphProvider.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7922 unit: public static TestGraph open() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7923 unit: public TestGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 70 end line: 72 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7924 unit: public HugeGraph hugegraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7925 unit: protected void truncateBackend() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 124 end line: 126 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7926 unit: protected boolean closed() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 161 end line: 163 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7927 unit: public Iterator vertices() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 218 end line: 220 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7928 unit: public Iterator edges() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 224 end line: 226 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7929 unit: public Transaction tx() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 229 end line: 231 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7930 unit: public void close() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 235 end line: 237 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7931 unit: public GraphComputer compute() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 246 end line: 248 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7932 unit: public Variables variables() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 260 end line: 262 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7933 unit: public Configuration configuration() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 265 end line: 267 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7934 unit: public Features features() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 270 end line: 272 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7935 unit: public String toString() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 275 end line: 277 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7936 unit: public void loadedGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 279 end line: 281 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7937 unit: public String loadedGraph() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 283 end line: 285 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7938 unit: public boolean initedBackend() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 287 end line: 289 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7939 unit: public void autoPerson() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 291 end line: 293 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7940 unit: public void ioTest() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 295 end line: 297 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7941 unit: public boolean ioTest() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java start line: 299 end line: 301 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7942 unit: public ProcessTestGraphProvider() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7943 unit: private static boolean isIoTest() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 234 end line: 236 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7944 unit: public Set getImplementations() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 430 end line: 432 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7945 unit: public String convertId() file: hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java start line: 443 end line: 445 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7946 unit: public static void clear() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 48 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7947 unit: protected String get() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7948 unit: protected static String getString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java start line: 97 end line: 99 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 7949 unit: public FakeSerializer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7950 unit: public FakeSerializer() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7951 unit: private static String genString() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java start line: 1040 end line: 1042 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7952 unit: public void initLockTable() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7953 unit: protected static void genLockGroup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 296 end line: 298 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7954 unit: protected static void destroyLockGroup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 300 end line: 302 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7955 unit: protected static String groupName() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java start line: 304 end line: 306 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7956 unit: private static List get() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 353 end line: 355 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7957 unit: private static Set setOf() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 200 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7958 unit: private boolean roleContains() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java start line: 579 end line: 581 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7959 unit: public void testPackageDefinition() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 281 end line: 283 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7960 unit: public void testSecurityAccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7961 unit: public static void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7962 unit: public static void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java start line: 50 end line: 52 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7963 unit: protected static final void waitTillNext() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7964 unit: public void clear() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7965 unit: private IntSet fixed() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 176 end line: 178 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7966 unit: private IntSet fixedBySegments() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 180 end line: 182 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7967 unit: private IntMap fixed() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 415 end line: 417 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7968 unit: private IntMap fixedBySegments() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 419 end line: 421 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7969 unit: public void testCoreVersionCheck() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java start line: 39 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7970 unit: public void testApiVersionCheck() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java start line: 45 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7971 unit: public RateLimiter newRateLimiter() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java start line: 74 end line: 76 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7972 unit: public RateLimiter newRateLimiter() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7973 unit: public HugeGraph graph() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 65 end line: 67 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7974 unit: public PropertyKey newPropertyKey() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java start line: 69 end line: 71 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 7975 unit: private void init18Edges() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7407 end line: 7409 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7976 unit: private int superNodeSize() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java start line: 7535 end line: 7537 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7977 unit: private static void sleepAWhile() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 683 end line: 685 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7978 unit: public void done() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 708 end line: 710 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7979 unit: protected void commitTx() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 157 end line: 159 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7980 unit: protected BackendFeatures storeFeatures() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 161 end line: 163 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7981 unit: protected HugeGraphParams params() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 165 end line: 167 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7982 unit: public int hashCode() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7983 unit: public TestConfig() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7984 unit: public String node() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 105 end line: 107 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7985 unit: public String url() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7986 unit: public int exceedsFailCount() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 115 end line: 117 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7987 unit: public long randomTimeoutMillisecond() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 120 end line: 122 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7988 unit: public long heartBeatIntervalSecond() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 125 end line: 127 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7989 unit: public int masterDeadTimes() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 130 end line: 132 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7990 unit: public long baseTimeoutMillisecond() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java start line: 135 end line: 137 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7991 unit: public static void clear() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7992 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7993 unit: public RestClient client() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7994 unit: public static RestClient newClient() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7995 unit: public void close() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 115 end line: 117 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7996 unit: public WebTarget target() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 119 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 7997 unit: public WebTarget target() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 123 end line: 125 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7998 unit: public Response get() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 7999 unit: public Response get() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 131 end line: 133 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8000 unit: public Response post() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 156 end line: 158 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8001 unit: public Response post() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 160 end line: 162 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8002 unit: public Response delete() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 173 end line: 175 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8003 unit: protected static Response createAndAssert() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 430 end line: 432 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8004 unit: protected static String id2Json() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 472 end line: 474 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8005 unit: protected static void waitTaskSuccess() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java start line: 545 end line: 547 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8006 unit: public void prepareSchema() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8007 unit: public static void initEnv() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/ApiTestSuite.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8008 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8009 unit: private Response deleteUser() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java start line: 149 end line: 151 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8010 unit: public void testPost() file: hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8011 unit: public static Date date() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8012 unit: public static void println() file: hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java start line: 105 end line: 109 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8013 unit: public PostgresqlSerializer() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8014 unit: public PostgresqlTable() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8015 unit: protected String buildDropTemplate() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8016 unit: protected String buildTruncateTemplate() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8017 unit: protected String engine() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8018 unit: protected String buildUpdateForcedTemplate() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8019 unit: protected String buildUpdateIfAbsentTemplate() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 70 end line: 72 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8020 unit: protected List buildUpdateIfAbsentParams() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8021 unit: protected WhereBuilder newWhereBuilder() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8022 unit: public PgWhereBuilder() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java start line: 158 end line: 160 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8023 unit: public TableDefine tableDefine() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8024 unit: public Meta() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8025 unit: public Counters() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8026 unit: public VertexLabel() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8027 unit: public EdgeLabel() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 139 end line: 141 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8028 unit: public PropertyKey() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 146 end line: 148 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8029 unit: public IndexLabel() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 153 end line: 155 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8030 unit: public Vertex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 162 end line: 164 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8031 unit: public Edge() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 169 end line: 171 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8032 unit: public SecondaryIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 196 end line: 198 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8033 unit: public SecondaryIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 200 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8034 unit: protected final String entryId() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 204 end line: 206 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8035 unit: public SearchIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 213 end line: 215 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8036 unit: public UniqueIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 222 end line: 224 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8037 unit: public RangeIntIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 231 end line: 233 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8038 unit: protected final String entryId() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 235 end line: 237 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8039 unit: public RangeFloatIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 244 end line: 246 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8040 unit: protected final String entryId() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 248 end line: 250 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8041 unit: public RangeLongIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 257 end line: 259 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8042 unit: protected final String entryId() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 261 end line: 263 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8043 unit: public ShardIndex() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 283 end line: 285 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8044 unit: protected final String entryId() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java start line: 287 end line: 289 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8045 unit: private PostgresqlOptions() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8046 unit: protected BackendStore newSchemaStore() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8047 unit: protected BackendStore newGraphStore() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8048 unit: protected BackendStore newSystemStore() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8049 unit: public String type() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8050 unit: public String driverVersion() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 62 end line: 81 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8051 unit: public boolean isSchemaStore() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 125 end line: 127 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8052 unit: public boolean isSchemaStore() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java start line: 163 end line: 165 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8053 unit: public PostgresqlSessions() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 8054 unit: protected String buildCreateDatabase() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8055 unit: protected String connectDatabase() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java start line: 120 end line: 122 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8056 unit: protected PostgresqlSessions openSessionPool() file: hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8057 unit: public PaloTable() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8058 unit: protected void appendPartition() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java start line: 95 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8059 unit: protected BackendStore newSchemaStore() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8060 unit: protected BackendStore newGraphStore() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8061 unit: public String type() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8062 unit: public String driverVersion() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 50 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8063 unit: public BackendFeatures features() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8064 unit: public Id nextId() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8065 unit: public void increaseCounter() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8066 unit: public long getCounter() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 108 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8067 unit: public boolean isSchemaStore() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 113 end line: 115 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8068 unit: public BackendFeatures features() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 149 end line: 151 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8069 unit: public boolean isSchemaStore() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 154 end line: 156 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8070 unit: public Id nextId() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java start line: 159 end line: 161 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8071 unit: public long getJobId() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8072 unit: public void setJobId() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8073 unit: public String getLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8074 unit: public void setLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8075 unit: public State getState() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8076 unit: public void setState() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8077 unit: public void setState() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8078 unit: public String getProgress() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8079 unit: public void setProgress() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8080 unit: public String getEtlInfo() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8081 unit: public void setEtlInfo() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 96 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8082 unit: public String getTaskInfo() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 100 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8083 unit: public void setTaskInfo() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 104 end line: 106 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8084 unit: public String getErrorMsg() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 108 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8085 unit: public void setErrorMsg() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 112 end line: 114 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8086 unit: public Date getCreateTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8087 unit: public void setCreateTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 120 end line: 122 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8088 unit: public Date getEtlStartTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 124 end line: 126 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8089 unit: public void setEtlStartTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 128 end line: 130 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8090 unit: public Date getEtlFinishTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8091 unit: public void setEtlFinishTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 136 end line: 138 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8092 unit: public Date getLoadStartTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 140 end line: 142 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8093 unit: public void setLoadStartTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 144 end line: 146 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8094 unit: public Date getLoadFinishTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 148 end line: 150 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8095 unit: public void setLoadFinishTime() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8096 unit: public String getUrl() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 156 end line: 158 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8097 unit: public void setUrl() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 160 end line: 162 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8098 unit: public byte code() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 182 end line: 184 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8099 unit: public String string() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java start line: 186 end line: 188 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8100 unit: public boolean supportsScanToken() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8101 unit: public boolean supportsScanKeyPrefix() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8102 unit: public boolean supportsScanKeyRange() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8103 unit: public boolean supportsQuerySchemaByName() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8104 unit: public boolean supportsQueryByLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 45 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8105 unit: public boolean supportsQueryWithInCondition() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8106 unit: public boolean supportsQueryWithRangeCondition() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 61 end line: 63 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8107 unit: public boolean supportsQuerySortByInputIds() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8108 unit: public boolean supportsQueryWithContains() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8109 unit: public boolean supportsQueryWithContainsKey() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8110 unit: public boolean supportsQueryWithOrderBy() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 81 end line: 83 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8111 unit: public boolean supportsQueryByPage() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8112 unit: public boolean supportsDeleteEdgeByLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8113 unit: public boolean supportsUpdateVertexProperty() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 96 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8114 unit: public boolean supportsMergeVertexProperty() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 101 end line: 103 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8115 unit: public boolean supportsUpdateEdgeProperty() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8116 unit: public boolean supportsTransaction() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 111 end line: 113 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8117 unit: public boolean supportsNumberType() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8118 unit: public boolean supportsAggregateProperty() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 121 end line: 123 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8119 unit: public boolean supportsTtl() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 126 end line: 128 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8120 unit: public boolean supportsOlapProperties() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java start line: 131 end line: 133 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8121 unit: protected String buildCreateDatabase() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8122 unit: public final Session session() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 96 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8123 unit: private String formatLabel() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java start line: 313 end line: 315 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8124 unit: public PaloTableTemplate() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8125 unit: public TableDefine tableDefine() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8126 unit: public Index() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 311 end line: 313 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8127 unit: public SecondaryIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 344 end line: 346 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8128 unit: public SearchIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 373 end line: 375 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8129 unit: public UniqueIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 382 end line: 384 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8130 unit: public RangeIntIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 415 end line: 417 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8131 unit: public RangeFloatIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 424 end line: 426 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8132 unit: public RangeLongIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 433 end line: 435 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8133 unit: public RangeDoubleIndex() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java start line: 442 end line: 444 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8134 unit: private PaloOptions() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8135 unit: public PaloSerializer() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8136 unit: public PaloFile() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 8137 unit: public PaloFile() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 8138 unit: public PaloFile() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8139 unit: public String table() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8140 unit: private static String formatFileName() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java start line: 146 end line: 148 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8141 unit: public Client() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 4 id: 8142 unit: protected void checkStatus() file: hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java start line: 71 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8143 unit: public static Counter registerCounter() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8144 unit: public static Histogram registerHistogram() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8145 unit: public static Meter registerMeter() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java start line: 47 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8146 unit: public static Timer registerTimer() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java start line: 51 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8147 unit: private ServerReporter() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java start line: 66 end line: 68 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8148 unit: public Map timers() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8149 unit: public Map counters() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8150 unit: public Map histograms() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8151 unit: public Map meters() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java start line: 96 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8152 unit: private static String formatName() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java start line: 135 end line: 137 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8153 unit: private GaugeSerializer() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8154 unit: private CounterSerializer() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8155 unit: public String getModuleName() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 276 end line: 278 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8156 unit: public Version version() file: hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java start line: 281 end line: 283 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8157 unit: public static JsonSerializer instance() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8158 unit: public String writeMap() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8159 unit: public String writePropertyKey() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 141 end line: 143 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8160 unit: public String writePropertyKeys() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 172 end line: 174 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8161 unit: public String writeVertexLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 177 end line: 179 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8162 unit: public String writeVertexLabels() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 182 end line: 184 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8163 unit: public String writeEdgeLabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 187 end line: 189 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8164 unit: public String writeEdgeLabels() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 192 end line: 194 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8165 unit: public String writeIndexlabel() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 197 end line: 199 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8166 unit: public String writeIndexlabels() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 202 end line: 204 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8167 unit: public String writeVertex() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 207 end line: 209 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8168 unit: public String writeVertices() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 212 end line: 214 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8169 unit: public String writeEdge() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 217 end line: 219 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8170 unit: public String writeEdges() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 222 end line: 224 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8171 unit: public String writeIds() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 227 end line: 229 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8172 unit: public String writeAuthElement() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 232 end line: 234 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8173 unit: public Set graphs() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 209 end line: 211 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8174 unit: public Serializer serializer() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 223 end line: 225 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8175 unit: public void rollback() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 236 end line: 238 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8176 unit: public void commit() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 249 end line: 251 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8177 unit: public AuthManager authManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 265 end line: 267 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8178 unit: public GlobalMasterInfo globalMasterInfo() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 492 end line: 494 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8179 unit: private void checkOptions() file: hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java start line: 617 end line: 624 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8180 unit: Object updatePropertyValue() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8181 unit: Object updatePropertyValue() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8182 unit: Object updatePropertyValue() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 90 end line: 92 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8183 unit: void checkPropertyType() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 95 end line: 98 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8184 unit: Object updatePropertyValue() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8185 unit: void checkPropertyType() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 108 end line: 110 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8186 unit: void checkPropertyType() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 123 end line: 125 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8187 unit: void checkPropertyType() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8188 unit: Object updatePropertyValue() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 144 end line: 146 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8189 unit: public WorkLoad() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8190 unit: public WorkLoad() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8191 unit: public WorkLoad() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8192 unit: public AtomicInteger get() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8193 unit: public int incrementAndGet() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java start line: 42 end line: 44 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8194 unit: public int decrementAndGet() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java start line: 46 end line: 48 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8195 unit: default void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/Checkable.java start line: 24 end line: 26 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8196 unit: private ServerOptions() file: hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java start line: 28 end line: 30 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8197 unit: public HttpBasicAuthHandler() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8198 unit: static file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 111 end line: 113 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8199 unit: public GraphTraversalSource traversal() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 162 end line: 165 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8200 unit: public void removeVertex() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 426 end line: 428 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8201 unit: public void canAddEdge() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 450 end line: 452 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8202 unit: public void removeEdge() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 461 end line: 463 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8203 unit: public Transaction tx() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 554 end line: 559 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8204 unit: public HugeFeatures features() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 568 end line: 572 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8205 unit: public Variables variables() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 575 end line: 578 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8206 unit: public void proxy() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 593 end line: 595 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8207 unit: public long now() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 606 end line: 609 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8208 unit: public TaskScheduler taskScheduler() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 697 end line: 700 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8209 unit: public AuthManager authManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 703 end line: 706 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8210 unit: private void verifyAdminPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 808 end line: 810 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8211 unit: private void verifyStatusPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 812 end line: 814 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8212 unit: private void verifyAnyPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 816 end line: 818 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8213 unit: private void verifyElemPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 867 end line: 869 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8214 unit: private void verifyNameExistsPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 900 end line: 902 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8215 unit: public TaskSchedulerProxy() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1021 end line: 1023 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8216 unit: public HugeGraph graph() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1026 end line: 1028 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8217 unit: private void verifyTaskPermission() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1127 end line: 1129 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8218 unit: public AuthManagerProxy() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1179 end line: 1181 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8219 unit: public HugeUser matchUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1519 end line: 1522 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8220 unit: public void logoutUser() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1581 end line: 1583 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8221 unit: private void invalidRoleCache() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1590 end line: 1592 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8222 unit: public VariablesProxy() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1599 end line: 1601 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8223 unit: public GraphTraversalSourceProxy() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1630 end line: 1632 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8224 unit: public TraversalStrategies getStrategies() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1640 end line: 1643 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8225 unit: public TraversalStrategiesProxy() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1652 end line: 1654 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8226 unit: public TraversalStrategies addStrategies() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1671 end line: 1673 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8227 unit: public TraversalStrategies clone() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1683 end line: 1686 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8228 unit: public Class getTraversalCategory() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1763 end line: 1765 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8229 unit: public Configuration getConfiguration() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1768 end line: 1770 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8230 unit: public int compareTo() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1773 end line: 1775 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8231 unit: public int hashCode() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1778 end line: 1780 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8232 unit: public boolean equals() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1783 end line: 1785 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8233 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1788 end line: 1790 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8234 unit: protected static void resetContext() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1801 end line: 1803 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8235 unit: public User user() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1840 end line: 1842 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8236 unit: public static Context admin() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1844 end line: 1846 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8237 unit: public void execute() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java start line: 1879 end line: 1881 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8238 unit: default boolean requireAuthentication() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 116 end line: 118 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8239 unit: public String username() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 173 end line: 175 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8240 unit: public Id userId() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 177 end line: 179 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8241 unit: public RolePermission role() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 181 end line: 183 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8242 unit: public void client() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 185 end line: 187 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8243 unit: public String client() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 189 end line: 191 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8244 unit: public boolean isAnonymous() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 194 end line: 196 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 8245 unit: public int hashCode() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 199 end line: 201 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8246 unit: public RolePerm() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 261 end line: 263 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8247 unit: public RolePerm() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 265 end line: 267 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8248 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 270 end line: 272 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8249 unit: public String owner() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 416 end line: 418 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8250 unit: public HugePermission action() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 425 end line: 427 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8251 unit: public ResourceType resource() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 429 end line: 431 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8252 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 439 end line: 441 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8253 unit: public static RequiredPerm fromJson() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java start line: 472 end line: 474 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8254 unit: public AuthManager authManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 195 end line: 197 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8255 unit: public SaslNegotiator newSaslNegotiator() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 200 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8256 unit: public boolean isComplete() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java start line: 232 end line: 234 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8257 unit: public ConfigAuthenticator() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8258 unit: public AuthManager authManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java start line: 83 end line: 85 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8259 unit: public HugeGraph graph() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java start line: 88 end line: 90 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8260 unit: public SaslNegotiator newSaslNegotiator() file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java start line: 101 end line: 103 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8261 unit: static file: hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8262 unit: protected void configure() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 98 end line: 100 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8263 unit: public HugeConfig provide() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8264 unit: protected void configure() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 150 end line: 152 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8265 unit: public WorkLoadFactory() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 173 end line: 175 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8266 unit: public WorkLoad provide() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 178 end line: 180 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8267 unit: protected void configure() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8268 unit: public static void check() file: hugegraph-api/src/main/java/org/apache/hugegraph/version/ApiVersion.java start line: 124 end line: 127 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8269 unit: static file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8270 unit: public MetricsAPI() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8271 unit: public String system() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java start line: 71 end line: 73 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8272 unit: protected static Id parseId() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java start line: 163 end line: 165 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8273 unit: public static boolean isAddGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 179 end line: 181 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8274 unit: public static boolean isRemoveGraph() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java start line: 183 end line: 185 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8275 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java start line: 425 end line: 427 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8276 unit: private CypherClient clientViaToken() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherAPI.java start line: 126 end line: 128 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8277 unit: private CypherManager() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherManager.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8278 unit: public int hashCode() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherClient.java start line: 141 end line: 143 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8279 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java start line: 163 end line: 165 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8280 unit: public void checkCreate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java start line: 210 end line: 212 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8281 unit: public APIProfiles() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 144 end line: 146 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8282 unit: public ParamInfo() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java start line: 201 end line: 203 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8283 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java start line: 117 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8284 unit: public String gremlin() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8285 unit: public void gremlin() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 110 end line: 112 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8286 unit: public Map bindings() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8287 unit: public void bindings() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8288 unit: public void binding() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8289 unit: public String language() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 126 end line: 128 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8290 unit: public void language() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 130 end line: 132 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8291 unit: public Map aliases() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 134 end line: 136 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8292 unit: public void aliases() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 138 end line: 140 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8293 unit: public void aliase() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java start line: 142 end line: 144 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8294 unit: public Object get() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8295 unit: private boolean trace() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java start line: 185 end line: 187 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 8296 unit: public String username() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 169 end line: 171 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8297 unit: public RolePermission role() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 173 end line: 175 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8298 unit: public Principal getUserPrincipal() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 178 end line: 180 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8299 unit: public boolean isSecure() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 193 end line: 195 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8300 unit: public String getAuthenticationScheme() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8301 unit: public String getName() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 258 end line: 260 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8302 unit: public String toString() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 263 end line: 265 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8303 unit: public int hashCode() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 268 end line: 270 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8304 unit: public boolean equals() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java start line: 273 end line: 275 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8305 unit: public static HugeGraph graph4admin() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8306 unit: public String getName() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherPlugin.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8307 unit: public static GremlinPlugin instance() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherPlugin.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8308 unit: public boolean requireRestart() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherPlugin.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8309 unit: public Optional getCustomizers() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherPlugin.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8310 unit: public CypherOpProcessor() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 101 end line: 103 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8311 unit: public String getName() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 106 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8312 unit: public ThrowingConsumer getEvalOp() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 111 end line: 113 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8313 unit: public GraphManager() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 266 end line: 268 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8314 unit: public Transaction tx() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 281 end line: 283 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8315 unit: public GraphTraversalSource traversal() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 285 end line: 287 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8316 unit: public void clearVertexCache() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 301 end line: 303 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8317 unit: public Vertex queryVertex() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java start line: 305 end line: 307 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8318 unit: public static HugeGraph loadGraph() file: hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java start line: 55 end line: 57 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8319 unit: public CassandraTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8320 unit: protected static Select cloneSelect() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 409 end line: 412 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8321 unit: protected List pkColumnName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 439 end line: 441 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8322 unit: protected List idColumnName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 443 end line: 445 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8323 unit: protected List idColumnValue() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 447 end line: 449 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8324 unit: protected List idColumnValue() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 451 end line: 453 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8325 unit: protected List modifiableColumnName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 455 end line: 457 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8326 unit: protected BackendEntry mergeEntries() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 459 end line: 462 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8327 unit: public static final String formatKey() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 464 end line: 466 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8328 unit: public static final HugeKeys parseKey() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 468 end line: 470 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8329 unit: public static final Clause formatEQ() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 472 end line: 474 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8330 unit: public void clear() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 669 end line: 671 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8331 unit: public void truncate() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 673 end line: 675 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8332 unit: public boolean isOlap() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java start line: 677 end line: 679 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8333 unit: protected String keyspace() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8334 unit: protected BackendStore newSchemaStore() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8335 unit: protected BackendStore newGraphStore() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8336 unit: protected BackendStore newSystemStore() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java start line: 44 end line: 46 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8337 unit: public String type() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java start line: 49 end line: 51 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8338 unit: public String driverVersion() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java start line: 54 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8339 unit: private int availableLocal() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java start line: 192 end line: 194 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8340 unit: private CassandraOptions() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java start line: 31 end line: 33 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8341 unit: public CassandraSerializer() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8342 unit: public CassandraBackendEntry newBackendEntry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8343 unit: protected TableBackendEntry newBackendEntry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 63 end line: 65 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8344 unit: protected Set parseIndexElemIds() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 86 end line: 88 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8345 unit: protected Id toId() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8346 unit: protected Object writeId() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 193 end line: 195 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8347 unit: protected Id readId() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8348 unit: public Meta() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 78 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8349 unit: public Counters() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 120 end line: 122 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8350 unit: public VertexLabel() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 164 end line: 166 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8351 unit: public EdgeLabel() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8352 unit: public PropertyKey() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 234 end line: 236 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8353 unit: public IndexLabel() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 265 end line: 267 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8354 unit: public Vertex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 295 end line: 297 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8355 unit: protected String edgesTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 343 end line: 345 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8356 unit: protected Directions direction() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 347 end line: 349 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8357 unit: protected String labelIndexTable() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 351 end line: 353 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8358 unit: protected List pkColumnName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 397 end line: 399 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8359 unit: protected List idColumnName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 402 end line: 404 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8360 unit: public static CassandraTable out() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 565 end line: 567 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8361 unit: public static CassandraTable in() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 569 end line: 571 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8362 unit: public SecondaryIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 578 end line: 580 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8363 unit: protected SecondaryIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 582 end line: 584 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8364 unit: protected List modifiableColumnName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 610 end line: 612 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8365 unit: public SearchIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 684 end line: 686 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8366 unit: public UniqueIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 702 end line: 704 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8367 unit: protected RangeIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 715 end line: 717 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8368 unit: protected DataType fieldValuesType() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 735 end line: 737 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8369 unit: protected List modifiableColumnName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 747 end line: 749 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8370 unit: public RangeIntIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 797 end line: 799 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8371 unit: protected DataType fieldValuesType() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 802 end line: 804 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8372 unit: public RangeFloatIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 811 end line: 813 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8373 unit: protected DataType fieldValuesType() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 816 end line: 818 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8374 unit: public RangeLongIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 825 end line: 827 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8375 unit: protected DataType fieldValuesType() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 830 end line: 833 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8376 unit: public RangeDoubleIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 840 end line: 842 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8377 unit: protected DataType fieldValuesType() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 845 end line: 847 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8378 unit: public ShardIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 854 end line: 856 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8379 unit: protected DataType fieldValuesType() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 859 end line: 861 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8380 unit: public boolean isOlap() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 904 end line: 906 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8381 unit: public OlapSecondaryIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 913 end line: 915 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8382 unit: protected OlapSecondaryIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 917 end line: 919 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8383 unit: public OlapRangeIntIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 926 end line: 928 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8384 unit: protected OlapRangeIntIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 930 end line: 932 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8385 unit: public OlapRangeLongIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 939 end line: 941 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8386 unit: protected OlapRangeLongIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 943 end line: 945 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8387 unit: public OlapRangeFloatIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 952 end line: 954 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8388 unit: protected OlapRangeFloatIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 956 end line: 958 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8389 unit: public OlapRangeDoubleIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 965 end line: 967 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8390 unit: protected OlapRangeDoubleIndex() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java start line: 969 end line: 971 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8391 unit: public Map metrics() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 85 end line: 87 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8392 unit: protected String keyspace() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8393 unit: protected List tables() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 93 end line: 95 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8394 unit: public Map compact() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java start line: 268 end line: 270 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8395 unit: public boolean supportsScanToken() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8396 unit: public boolean supportsScanKeyPrefix() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8397 unit: public boolean supportsScanKeyRange() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8398 unit: public boolean supportsQuerySchemaByName() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 40 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8399 unit: public boolean supportsQueryByLabel() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 46 end line: 49 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8400 unit: public boolean supportsQueryWithInCondition() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8401 unit: public boolean supportsQueryWithRangeCondition() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 57 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8402 unit: public boolean supportsQueryWithOrderBy() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8403 unit: public boolean supportsQueryWithContains() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8404 unit: public boolean supportsQueryWithContainsKey() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8405 unit: public boolean supportsQueryByPage() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 77 end line: 79 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8406 unit: public boolean supportsQuerySortByInputIds() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 82 end line: 84 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8407 unit: public boolean supportsDeleteEdgeByLabel() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 87 end line: 89 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8408 unit: public boolean supportsUpdateVertexProperty() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8409 unit: public boolean supportsMergeVertexProperty() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8410 unit: public boolean supportsUpdateEdgeProperty() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 102 end line: 104 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8411 unit: public boolean supportsTransaction() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 107 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8412 unit: public boolean supportsNumberType() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8413 unit: public boolean supportsAggregateProperty() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 119 end line: 121 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8414 unit: public boolean supportsTtl() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 124 end line: 126 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8415 unit: public boolean supportsOlapProperties() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java start line: 129 end line: 131 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8416 unit: public CassandraBackendEntry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java start line: 26 end line: 28 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8417 unit: public CassandraBackendEntry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8418 unit: public CassandraBackendEntry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8419 unit: public CassandraBackendEntry() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java start line: 38 end line: 40 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8420 unit: protected void registerTableManager() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8421 unit: protected void registerTableManager() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 118 end line: 120 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8422 unit: protected void unregisterTableManager() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 122 end line: 124 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8423 unit: public String store() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 127 end line: 129 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8424 unit: public String database() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 132 end line: 134 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8425 unit: public BackendStoreProvider provider() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 137 end line: 139 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8426 unit: public BackendFeatures features() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 335 end line: 337 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8427 unit: protected Cluster cluster() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 477 end line: 479 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8428 unit: protected boolean existsKeyspace() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 481 end line: 483 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8429 unit: protected Collection tables() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 591 end line: 593 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8430 unit: protected final CassandraTable table() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 596 end line: 598 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8431 unit: public boolean isSchemaStore() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 672 end line: 674 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8432 unit: public boolean isSchemaStore() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java start line: 739 end line: 741 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8433 unit: public final synchronized boolean opened() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 103 end line: 105 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 8434 unit: public final Session session() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8435 unit: public BatchStatement add() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8436 unit: public void rollback() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 157 end line: 159 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8437 unit: public ResultSet execute() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8438 unit: public ResultSet execute() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 202 end line: 204 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8439 unit: public ResultSet execute() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 206 end line: 208 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8440 unit: public boolean hasChanges() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 253 end line: 255 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8441 unit: public Collection statements() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 257 end line: 259 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8442 unit: public String keyspace() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 261 end line: 263 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8443 unit: public Metadata metadata() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java start line: 265 end line: 267 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8444 unit: public static boolean needAllowFiltering() file: hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java start line: 28 end line: 30 size: 3 LOC McCabe index: 2 number of parameters: 1 id: 8445 unit: public static Clause and() file: hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8446 unit: public static Clause in() file: hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java start line: 36 end line: 38 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8447 unit: String name() file: hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java start line: 53 end line: 55 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8448 unit: Object firstValue() file: hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java start line: 58 end line: 60 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8449 unit: boolean containsBindMarker() file: hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java start line: 63 end line: 65 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 8450 unit: public AndClause() file: hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java start line: 84 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8451 unit: public boolean supportsQueryWithContains() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8452 unit: public boolean supportsQueryWithContainsKey() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8453 unit: private static boolean isQueryByLabel() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 48 end line: 50 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8454 unit: private static boolean isQueryByName() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 52 end line: 54 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8455 unit: private static String mvNameTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8456 unit: private static String mvLabelTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8457 unit: public Vertex() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8458 unit: public Edge() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 251 end line: 253 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8459 unit: protected String labelIndexTable() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 289 end line: 291 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8460 unit: public static Edge out() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 293 end line: 295 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8461 unit: public static Edge in() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java start line: 297 end line: 299 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8462 unit: public String type() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8463 unit: public BackendFeatures features() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 114 end line: 116 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8464 unit: public BackendFeatures features() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 142 end line: 144 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8465 unit: public BackendFeatures features() file: hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java start line: 163 end line: 165 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8466 unit: public SuffixFileVisitor() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java start line: 91 end line: 93 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8467 unit: public List files() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java start line: 103 end line: 105 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8468 unit: protected String database() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java start line: 29 end line: 31 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8469 unit: protected BackendStore newSchemaStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java start line: 34 end line: 36 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8470 unit: protected BackendStore newGraphStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java start line: 39 end line: 41 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8471 unit: protected BackendStore newSystemStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8472 unit: public String type() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8473 unit: public String driverVersion() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java start line: 77 end line: 97 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8474 unit: protected final RocksDB rocksdb() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 56 end line: 58 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8475 unit: public Set cfs() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8476 unit: public CFHandle cf() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 64 end line: 66 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8477 unit: public void addCf() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 68 end line: 70 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8478 unit: public CFHandle removeCf() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8479 unit: public boolean existCf() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 76 end line: 78 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8480 unit: public boolean isOwningHandle() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 80 end line: 82 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8481 unit: public long totalSize() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 97 end line: 99 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8482 unit: public synchronized void open() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java start line: 152 end line: 154 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8483 unit: protected void registerTableManager() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 140 end line: 142 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8484 unit: protected void registerTableManager() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 144 end line: 146 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8485 unit: protected void unregisterTableManager() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 148 end line: 150 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8486 unit: public String store() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 188 end line: 190 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8487 unit: public String database() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 193 end line: 195 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8488 unit: public BackendStoreProvider provider() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 198 end line: 200 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8489 unit: public BackendFeatures features() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 203 end line: 205 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8490 unit: protected ReadWriteLock storeLock() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 413 end line: 415 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8491 unit: private Collection sessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 833 end line: 835 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8492 unit: public boolean isSchemaStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 996 end line: 998 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8493 unit: public boolean isSchemaStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java start line: 1049 end line: 1051 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8494 unit: public ReusedRocksIterator newIterator() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 60 end line: 62 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8495 unit: public String toString() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java start line: 75 end line: 77 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8496 unit: public RocksDBSessions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java start line: 33 end line: 35 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 8497 unit: public boolean supportsSharedStorage() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 25 end line: 27 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8498 unit: public boolean supportsSnapshot() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 30 end line: 32 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8499 unit: public boolean supportsScanToken() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 35 end line: 37 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8500 unit: public boolean supportsScanKeyPrefix() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 40 end line: 42 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8501 unit: public boolean supportsScanKeyRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 45 end line: 47 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8502 unit: public boolean supportsQuerySchemaByName() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 50 end line: 53 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8503 unit: public boolean supportsQueryByLabel() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 56 end line: 59 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8504 unit: public boolean supportsQueryWithInCondition() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 62 end line: 64 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8505 unit: public boolean supportsQueryWithRangeCondition() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 67 end line: 69 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8506 unit: public boolean supportsQueryWithOrderBy() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 72 end line: 74 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8507 unit: public boolean supportsQueryWithContains() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 77 end line: 80 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8508 unit: public boolean supportsQueryWithContainsKey() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 83 end line: 86 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8509 unit: public boolean supportsQueryByPage() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8510 unit: public boolean supportsQuerySortByInputIds() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 94 end line: 96 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8511 unit: public boolean supportsDeleteEdgeByLabel() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 99 end line: 102 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8512 unit: public boolean supportsUpdateVertexProperty() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 105 end line: 108 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8513 unit: public boolean supportsMergeVertexProperty() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 111 end line: 113 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8514 unit: public boolean supportsUpdateEdgeProperty() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 116 end line: 119 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8515 unit: public boolean supportsTransaction() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 122 end line: 125 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8516 unit: public boolean supportsNumberType() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 128 end line: 130 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8517 unit: public boolean supportsAggregateProperty() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 133 end line: 135 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8518 unit: public boolean supportsTtl() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 138 end line: 140 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8519 unit: public boolean supportsOlapProperties() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java start line: 143 end line: 145 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8520 unit: private RocksDBOptions() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java start line: 41 end line: 43 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8521 unit: private void appendMetricsMemory() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 166 end line: 168 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8522 unit: private void appendMetricsDisk() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 170 end line: 172 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8523 unit: private void appendMetricsNumber() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 174 end line: 176 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8524 unit: private String name() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 178 end line: 180 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8525 unit: private double getDiskUsage() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java start line: 191 end line: 193 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8526 unit: protected BackendColumnIterator queryById() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 193 end line: 196 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8527 unit: public boolean isOlap() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8528 unit: protected static long sizeOfBackendEntry() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 305 end line: 307 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8529 unit: public RocksDBShardSplitter() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 316 end line: 318 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8530 unit: public long estimateNumKeys() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 356 end line: 358 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8531 unit: public Meta() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 43 end line: 45 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8532 unit: public Counters() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 73 end line: 75 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8533 unit: public SchemaTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 109 end line: 111 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8534 unit: public VertexLabel() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 138 end line: 140 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8535 unit: public EdgeLabel() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 147 end line: 149 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8536 unit: public PropertyKey() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 156 end line: 158 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8537 unit: public IndexLabel() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 165 end line: 167 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8538 unit: public Vertex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 174 end line: 176 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8539 unit: protected BackendColumnIterator queryById() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 179 end line: 181 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8540 unit: public Edge() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 195 end line: 198 size: 3 LOC McCabe index: 2 number of parameters: 2 id: 8541 unit: public static Edge out() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 200 end line: 202 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8542 unit: public static Edge in() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 204 end line: 206 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8543 unit: protected BackendColumnIterator queryById() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 209 end line: 211 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8544 unit: public IndexTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 216 end line: 218 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8545 unit: public SecondaryIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 243 end line: 245 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8546 unit: public VertexLabelIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 252 end line: 254 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8547 unit: public EdgeLabelIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 261 end line: 263 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8548 unit: public SearchIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 270 end line: 272 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8549 unit: public UniqueIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 279 end line: 281 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8550 unit: public RangeIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 286 end line: 288 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8551 unit: public RangeIntIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 353 end line: 355 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8552 unit: public RangeFloatIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 362 end line: 364 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8553 unit: public RangeLongIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 371 end line: 373 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8554 unit: public RangeDoubleIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 380 end line: 382 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8555 unit: public ShardIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 389 end line: 391 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8556 unit: public OlapTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 398 end line: 400 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8557 unit: protected BackendColumnIterator queryById() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 403 end line: 405 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8558 unit: public boolean isOlap() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 408 end line: 410 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8559 unit: public OlapSecondaryIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 417 end line: 419 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8560 unit: protected OlapSecondaryIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 421 end line: 423 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8561 unit: public OlapRangeIntIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 430 end line: 432 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8562 unit: protected OlapRangeIntIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 434 end line: 436 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8563 unit: public OlapRangeLongIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 443 end line: 445 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8564 unit: protected OlapRangeLongIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 447 end line: 449 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8565 unit: public OlapRangeFloatIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 456 end line: 458 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8566 unit: protected OlapRangeFloatIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 460 end line: 462 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8567 unit: public OlapRangeDoubleIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 469 end line: 471 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8568 unit: protected OlapRangeDoubleIndex() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java start line: 473 end line: 475 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8569 unit: protected boolean opened() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 128 end line: 130 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 8570 unit: public Set openedTables() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 133 end line: 135 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8571 unit: public boolean existsTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 204 end line: 206 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8572 unit: public void forceCloseRocksDB() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 220 end line: 222 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8573 unit: public void createSnapshot() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 261 end line: 263 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8574 unit: public final Session session() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 324 end line: 326 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8575 unit: public static String decode() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 748 end line: 750 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8576 unit: public void open() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 775 end line: 777 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8577 unit: public boolean closed() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 786 end line: 788 size: 3 LOC McCabe index: 2 number of parameters: 0 id: 8578 unit: public void reset() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 791 end line: 793 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8579 unit: public boolean hasChanges() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 799 end line: 801 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8580 unit: public String dataPath() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 804 end line: 806 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8581 unit: public String walPath() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 809 end line: 811 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8582 unit: public void rollback() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 882 end line: 884 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8583 unit: private boolean match() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1157 end line: 1159 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8584 unit: public void close() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1299 end line: 1301 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8585 unit: protected boolean opened() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 89 end line: 91 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8586 unit: public Set openedTables() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 94 end line: 96 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8587 unit: public boolean existsTable() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 143 end line: 145 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8588 unit: public List property() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 148 end line: 150 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8589 unit: public void compactRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 153 end line: 155 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8590 unit: public void createSnapshot() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 164 end line: 166 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8591 unit: public void resumeSnapshot() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 169 end line: 171 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8592 unit: public String buildSnapshotPath() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 174 end line: 176 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8593 unit: public void reloadRocksDB() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 185 end line: 187 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8594 unit: public void forceCloseRocksDB() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 190 end line: 192 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8595 unit: public final Session session() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 203 end line: 205 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8596 unit: protected Session newSession() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 208 end line: 210 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8597 unit: public SstSession() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 238 end line: 240 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8598 unit: public void open() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 243 end line: 245 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8599 unit: public boolean hasChanges() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 257 end line: 259 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8600 unit: public void rollback() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 299 end line: 301 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8601 unit: public String dataPath() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 304 end line: 306 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8602 unit: public String walPath() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 309 end line: 311 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8603 unit: public String property() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 317 end line: 319 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8604 unit: public Pair keyRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 322 end line: 324 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8605 unit: public void compactRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 327 end line: 329 size: 3 LOC McCabe index: 1 number of parameters: 1 id: 8606 unit: public void merge() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 350 end line: 352 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 8607 unit: public void increase() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 358 end line: 360 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 8608 unit: public void delete() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 366 end line: 368 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8609 unit: public void deleteSingle() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 375 end line: 377 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8610 unit: public void deletePrefix() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 383 end line: 385 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8611 unit: public void deleteRange() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 391 end line: 393 size: 3 LOC McCabe index: 1 number of parameters: 3 id: 8612 unit: public boolean isSchemaStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java start line: 92 end line: 94 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8613 unit: protected BackendStore newGraphStore() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java start line: 27 end line: 29 size: 3 LOC McCabe index: 1 number of parameters: 2 id: 8614 unit: public String type() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java start line: 32 end line: 34 size: 3 LOC McCabe index: 1 number of parameters: 0 id: 8615 unit: public void beginTx() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java start line: 420 end line: 422 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8616 unit: public void init() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 103 end line: 105 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8617 unit: public void clear() file: hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java start line: 108 end line: 110 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8618 unit: protected void skipOffset() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java start line: 113 end line: 115 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8619 unit: protected void appendPartition() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java start line: 340 end line: 342 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8620 unit: protected void doClose() file: hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java start line: 92 end line: 94 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8621 unit: public HugeResource() file: hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java start line: 78 end line: 80 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8622 unit: public void onAsRoleCandidate() file: hugegraph-core/src/main/java/org/apache/hugegraph/masterelection/StandardStateMachineCallback.java start line: 64 end line: 65 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8623 unit: public AbstractSerializer() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java start line: 34 end line: 36 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8624 unit: protected void beforeWrite() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 336 end line: 338 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8625 unit: protected void afterRead() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java start line: 352 end line: 354 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8626 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 289 end line: 291 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8627 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java start line: 324 end line: 326 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8628 unit: public void waitReady() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 102 end line: 104 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8629 unit: public void onDeleteConfig() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java start line: 240 end line: 242 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8630 unit: public void beginTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 222 end line: 224 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8631 unit: public void commitTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java start line: 227 end line: 229 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8632 unit: public void init() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java start line: 88 end line: 90 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8633 unit: protected void registerMetaHandlers() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java start line: 63 end line: 65 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8634 unit: default void reconnectIfNeeded() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 51 end line: 53 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8635 unit: default void reset() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java start line: 55 end line: 57 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8636 unit: public void beginTx() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java start line: 162 end line: 164 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8637 unit: private CompressStrategyManager() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/compress/CompressStrategyManager.java start line: 35 end line: 36 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8638 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 148 end line: 150 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8639 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java start line: 183 end line: 185 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8640 unit: public Userdata() file: hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java start line: 33 end line: 34 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8641 unit: public void canAddEdge() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 634 end line: 636 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8642 unit: public void reload() file: hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java start line: 1631 end line: 1633 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8643 unit: private HugeCountStepStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java start line: 54 end line: 56 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8644 unit: private HugeGraphStepStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java start line: 42 end line: 44 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8645 unit: private HugeVertexStepStrategy() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java start line: 45 end line: 47 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8646 unit: public void close() file: hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java start line: 63 end line: 65 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8647 unit: public TaskCallable() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 62 end line: 64 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8648 unit: protected void cancelled() file: hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java start line: 70 end line: 72 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8649 unit: public SmartCNAnalyzer() file: hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java start line: 39 end line: 41 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8650 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 41 end line: 43 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8651 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java start line: 46 end line: 48 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8652 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 39 end line: 41 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8653 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java start line: 44 end line: 46 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8654 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java start line: 40 end line: 42 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8655 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java start line: 40 end line: 42 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8656 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java start line: 45 end line: 47 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8657 unit: public static void init() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java start line: 43 end line: 45 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8658 unit: public static void clear() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java start line: 48 end line: 50 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8659 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 35 end line: 37 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8660 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java start line: 40 end line: 42 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8661 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 39 end line: 41 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8662 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java start line: 44 end line: 46 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8663 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java start line: 46 end line: 48 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8664 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java start line: 51 end line: 53 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8665 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java start line: 37 end line: 39 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8666 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java start line: 42 end line: 44 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8667 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java start line: 34 end line: 36 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8668 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java start line: 46 end line: 48 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8669 unit: public void setup() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java start line: 37 end line: 39 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8670 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java start line: 42 end line: 44 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8671 unit: public SleepCallable() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java start line: 697 end line: 699 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8672 unit: public void teardown() file: hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java start line: 97 end line: 99 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8673 unit: private JsonSerializer() file: hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java start line: 59 end line: 60 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8674 unit: void checkPropertyType() file: hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java start line: 149 end line: 151 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 8675 unit: public void dispose() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 108 end line: 110 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8676 unit: public void dispose() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 164 end line: 166 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8677 unit: public void dispose() file: hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java start line: 183 end line: 185 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8678 unit: protected void checkStatus() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java start line: 47 end line: 49 size: 2 LOC McCabe index: 1 number of parameters: 2 id: 8679 unit: public void checkUpdate() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java start line: 154 end line: 156 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8680 unit: private CypherModel() file: hugegraph-api/src/main/java/org/apache/hugegraph/api/cypher/CypherModel.java start line: 49 end line: 50 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8681 unit: public void close() file: hugegraph-api/src/main/java/org/apache/hugegraph/opencypher/CypherOpProcessor.java start line: 277 end line: 279 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8682 unit: public void close() file: hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java start line: 89 end line: 91 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8683 unit: public void init() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 78 end line: 80 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8684 unit: public void clear() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java start line: 83 end line: 85 size: 2 LOC McCabe index: 1 number of parameters: 1 id: 8685 unit: public void open() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 123 end line: 125 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8686 unit: public void close() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java start line: 1323 end line: 1325 size: 2 LOC McCabe index: 1 number of parameters: 0 id: 8687 unit: public void open() file: hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java start line: 84 end line: 86 size: 2 LOC McCabe index: 1 number of parameters: 0