apache / incubator-hugegraph
File Size

The distribution of size of files (measured in lines of code).

Intro
Learn more...
File Size Overall
14% | 20% | 26% | 20% | 18%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
java14% | 21% | 26% | 19% | 17%
proto0% | 0% | 42% | 24% | 32%
xml0% | 0% | 0% | 44% | 55%
yaml0% | 0% | 0% | 51% | 48%
groovy0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
hugegraph-server18% | 22% | 25% | 17% | 14%
hugegraph-pd11% | 14% | 30% | 19% | 23%
hugegraph-store0% | 18% | 31% | 25% | 24%
hugegraph-commons0% | 8% | 18% | 27% | 45%
hugegraph-cluster-test0% | 0% | 0% | 48% | 51%
docker0% | 0% | 0% | 73% | 26%
Longest Files (Top 50)
File# lines# units
VertexCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
7529 275
EdgeCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
6102 174
GraphTransaction.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx
1780 98
HugeGraphAuthProxy.java
in hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth
1594 239
IndexLabelCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
1593 44
GraphIndexTransaction.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx
1548 83
PDService.java
in hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/service
1435 56
StandardHugeGraph.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph
1361 189
AuthTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
1273 53
EdgeLabelCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
1164 41
BinarySerializer.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer
1100 79
PartitionService.java
in hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd
1025 54
MetaManager.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta
1014 203
VertexLabelCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
1000 50
PDClient.java
in hugegraph-pd/hg-pd-client/src/main/java/org/apache/hugegraph/pd/client
978 64
PartitionEngine.java
in hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store
934 53
RocksDBStore.java
in hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb
928 69
RocksDBStdSessions.java
in hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb
903 69
BytesBufferTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer
900 18
TraversalUtil.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize
893 45
AuthMetaManager.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/managers
890 69
RocksDBSession.java
in hugegraph-store/hg-store-rocksdb/src/main/java/org/apache/hugegraph/rocksdb/access
877 51
HugeTraverser.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm
864 110
TestGraph.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop
827 41
HgSessionManagerTest.java
in hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store
827 30
StoreNodeService.java
in hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd
786 36
CassandraTables.java
in hugegraph-server/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra
774 87
ConditionQuery.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query
770 83
TextSerializer.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer
756 57
BusinessHandlerImpl.java
in hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/business
756 52
BytesBuffer.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer
740 71
IntMapByDynamicHash.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection
728 56
LouvainTraverser.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm
720 53
RamTableTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
704 8
NodeTxSessionProxy.java
in hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client
700 46
HbaseSessions.java
in hugegraph-server/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase
697 74
HstoreStore.java
in hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore
696 50
Condition.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query
676 109
MysqlTable.java
in hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql
673 59
PropertyCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
670 17
StoreServiceTest.java
in hugegraph-pd/hg-pd-test/src/main/java/org/apache/hugegraph/pd/core
657 31
CassandraStore.java
in hugegraph-server/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra
645 57
EdgeLabelBuilder.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder
644 35
HgSessionManagerRaftPDTest.java
in hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store
644 26
HstoreSessionsImpl.java
in hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore
641 65
RestoreCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
637 62
TaskScheduleService.java
in hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd
637 13
HugeTask.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task
634 62
PartitionManager.java
in hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/meta
633 53
IndexLabelBuilder.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder
619 41
Files With Most Units (Top 50)
File# lines# units
VertexCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
7529 275
HugeGraphAuthProxy.java
in hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth
1594 239
MetaManager.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta
1014 203
StandardHugeGraph.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph
1361 189
EdgeCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
6102 174
HugeTraverser.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm
864 110
Condition.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query
676 109
GraphTransaction.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx
1780 98
CassandraTables.java
in hugegraph-server/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra
774 87
ConditionQuery.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query
770 83
GraphIndexTransaction.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx
1548 83
BinarySerializer.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer
1100 79
HbaseSessions.java
in hugegraph-server/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase
697 74
Query.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query
494 73
BytesBuffer.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer
740 71
AuthMetaManager.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/managers
890 69
RocksDBStore.java
in hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb
928 69
RocksDBStdSessions.java
in hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb
903 69
AbstractAlgorithm.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm
536 68
HstoreSessionsImpl.java
in hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore
641 65
SchemaTransactionV2.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx
606 64
StandardAuthManager.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth
608 64
PDClient.java
in hugegraph-pd/hg-pd-client/src/main/java/org/apache/hugegraph/pd/client
978 64
GraphSpace.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/space
396 63
RestoreCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
637 62
HugeTask.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task
634 62
InMemoryDBStore.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory
376 61
HugeFeatures.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/structure
315 60
MysqlTable.java
in hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql
673 59
IdGenerator.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id
344 59
UnsafeUtil.java
in hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/util
238 58
CassandraStore.java
in hugegraph-server/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra
645 57
TextSerializer.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer
756 57
IntMapByDynamicHash.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection
728 56
PDService.java
in hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/service
1435 56
SchemaTransaction.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx
559 54
PartitionService.java
in hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd
1025 54
AuthTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
1273 53
LouvainTraverser.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm
720 53
PartitionEngine.java
in hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store
934 53
PartitionManager.java
in hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/meta
633 53
BusinessHandlerImpl.java
in hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/business
756 52
RocksDBSession.java
in hugegraph-store/hg-store-rocksdb/src/main/java/org/apache/hugegraph/rocksdb/access
877 51
VertexLabelCoreTest.java
in hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core
1000 50
MysqlTables.java
in hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql
517 50
HstoreStore.java
in hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore
696 50
HugeSecurityManager.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/security
379 48
HugeElement.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/structure
435 48
IntSet.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection
441 48
RocksDBTables.java
in hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb
337 48
Files With Long Lines (Top 19)

There are 19 files with lines longer than 120 characters. In total, there are 43 long lines.

File# lines# units# long lines
HgStoreStreamGrpc.java
in hugegraph-store/hg-store-grpc/src/main/dev/org/apache/hugegraph/store/grpc/stream
422 15 13
TestAPI.java
in hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/rest
122 5 5
Example4.java
in hugegraph-server/hugegraph-example/src/main/java/org/apache/hugegraph/example
266 6 3
proto
pd_pulse.proto
in hugegraph-pd/hg-pd-grpc/src/main/proto
146 - 3
HgThread2DB.java
in hugegraph-store/hg-store-cli/src/main/java/org/apache/hugegraph/store/cli/loader
455 10 3
proto
metapb.proto
in hugegraph-pd/hg-pd-grpc/src/main/proto
357 - 2
RaftRocksdbOptions.java
in hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/options
159 17 2
example.groovy
in hugegraph-server/hugegraph-dist/src/assembly/static/scripts
42 - 1
StandardHugeGraph.java
in hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph
1361 189 1
PDService.java
in hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/service
1435 56 1
DiscoveryService.java
in hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/service
115 4 1
proto
pdpb.proto
in hugegraph-pd/hg-pd-grpc/src/main/proto
493 - 1
HgSessionManagerRaftFakePDTest.java
in hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store
342 13 1
HgSessionManagerTest.java
in hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store
827 30 1
HgStoreNodeStreamTest.java
in hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/client
141 5 1
HgSessionManagerOneRaftFakePDTest.java
in hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store
359 14 1
proto
store_stream.proto
in hugegraph-store/hg-store-grpc/src/main/dev/org/apache/hugegraph/store/grpc/stream
39 - 1
proto
store_common.proto
in hugegraph-store/hg-store-grpc/src/main/proto
97 - 1
log4j2.xml
in hugegraph-store/hg-store-dist/src/assembly/static/conf
93 - 1
Correlations

File Size vs. Commits (all time): 1413 points

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java x: 6 commits (all time) y: 113 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java x: 7 commits (all time) y: 1594 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java x: 4 commits (all time) y: 63 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java x: 6 commits (all time) y: 608 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java x: 4 commits (all time) y: 1273 lines of code hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy x: 4 commits (all time) y: 6 lines of code hugegraph-server/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java x: 5 commits (all time) y: 71 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/KVOperation.java x: 3 commits (all time) y: 114 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/RaftEngine.java x: 3 commits (all time) y: 330 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/RaftStateMachine.java x: 3 commits (all time) y: 264 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/auth/IpAuthHandler.java x: 1 commits (all time) y: 57 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/serializer/HugegraphHessianSerializerFactory.java x: 1 commits (all time) y: 117 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java x: 8 commits (all time) y: 1361 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java x: 10 commits (all time) y: 1780 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java x: 3 commits (all time) y: 180 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/metrics/JRaftMetrics.java x: 3 commits (all time) y: 229 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java x: 5 commits (all time) y: 258 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java x: 4 commits (all time) y: 344 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java x: 6 commits (all time) y: 220 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/MemoryManager.java x: 1 commits (all time) y: 173 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/allocator/MemoryAllocator.java x: 1 commits (all time) y: 7 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/consumer/factory/IdFactory.java x: 1 commits (all time) y: 283 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/consumer/factory/PropertyFactory.java x: 1 commits (all time) y: 63 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/consumer/impl/id/EdgeIdOffHeap.java x: 1 commits (all time) y: 245 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/pool/AbstractMemoryPool.java x: 1 commits (all time) y: 195 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/pool/impl/QueryMemoryPool.java x: 1 commits (all time) y: 121 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/memory/MemoryManageTest.java x: 1 commits (all time) y: 213 lines of code hugegraph-commons/hugegraph-rpc/src/main/java/org/apache/hugegraph/config/RpcOptions.java x: 4 commits (all time) y: 131 lines of code hugegraph-commons/hugegraph-rpc/src/main/java/org/apache/hugegraph/rpc/RpcConsumerConfig.java x: 4 commits (all time) y: 169 lines of code hugegraph-commons/hugegraph-rpc/src/main/java/org/apache/hugegraph/rpc/RpcServer.java x: 4 commits (all time) y: 104 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java x: 9 commits (all time) y: 520 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java x: 5 commits (all time) y: 47 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java x: 9 commits (all time) y: 1100 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransactionV2.java x: 4 commits (all time) y: 606 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java x: 5 commits (all time) y: 125 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/MetaDriver.java x: 2 commits (all time) y: 20 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/lock/EtcdDistributedLock.java x: 3 commits (all time) y: 121 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java x: 5 commits (all time) y: 364 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java x: 6 commits (all time) y: 512 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/space/GraphSpace.java x: 2 commits (all time) y: 396 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTaskResult.java x: 2 commits (all time) y: 79 lines of code hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/grpc/KvBatchScanner5.java x: 2 commits (all time) y: 355 lines of code hugegraph-store/hg-store-common/src/main/java/org/apache/hugegraph/store/term/HgPair.java x: 2 commits (all time) y: 44 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/util/CopyOnWriteCache.java x: 2 commits (all time) y: 124 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/util/UnsafeUtil.java x: 2 commits (all time) y: 238 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/grpc/HgStoreSessionImpl.java x: 3 commits (all time) y: 425 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/grpc/ScanBatchResponse3.java x: 2 commits (all time) y: 324 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/HgSessionManagerOneRaftFakePDTest.java x: 3 commits (all time) y: 359 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/HgSessionManagerRaftPDTest.java x: 3 commits (all time) y: 644 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/HgSessionManagerTest.java x: 3 commits (all time) y: 827 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/client/HgSessionManagerRaftPDTest.java x: 3 commits (all time) y: 556 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java x: 6 commits (all time) y: 286 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java x: 4 commits (all time) y: 245 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java x: 6 commits (all time) y: 345 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java x: 7 commits (all time) y: 575 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java x: 4 commits (all time) y: 457 lines of code hugegraph-server/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java x: 5 commits (all time) y: 774 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java x: 5 commits (all time) y: 227 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/EdgesQueryIterator.java x: 4 commits (all time) y: 39 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java x: 6 commits (all time) y: 494 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java x: 9 commits (all time) y: 740 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java x: 5 commits (all time) y: 576 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java x: 7 commits (all time) y: 756 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java x: 5 commits (all time) y: 114 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java x: 5 commits (all time) y: 488 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java x: 4 commits (all time) y: 232 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java x: 6 commits (all time) y: 1548 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java x: 5 commits (all time) y: 559 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java x: 7 commits (all time) y: 355 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java x: 5 commits (all time) y: 644 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java x: 6 commits (all time) y: 562 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java x: 5 commits (all time) y: 864 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java x: 5 commits (all time) y: 175 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java x: 3 commits (all time) y: 65 lines of code hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreStore.java x: 3 commits (all time) y: 696 lines of code hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java x: 5 commits (all time) y: 517 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java x: 5 commits (all time) y: 24 lines of code hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/rest/AbstractRestClient.java x: 4 commits (all time) y: 383 lines of code hugegraph-store/hg-store-grpc/src/main/proto/graphpb.proto x: 2 commits (all time) y: 116 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/AppConfig.java x: 4 commits (all time) y: 180 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/controller/PartitionAPI.java x: 2 commits (all time) y: 191 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/grpc/BatchGrpcClosure.java x: 2 commits (all time) y: 162 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/grpc/scan/ScanResponseObserver.java x: 2 commits (all time) y: 210 lines of code hugegraph-store/hg-store-rocksdb/src/main/java/org/apache/hugegraph/rocksdb/access/RocksDBSession.java x: 4 commits (all time) y: 877 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/HgCmdClientTest.java x: 2 commits (all time) y: 282 lines of code hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/concurrent/AtomicLock.java x: 3 commits (all time) y: 51 lines of code hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/config/ConfigConvOption.java x: 3 commits (all time) y: 23 lines of code hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/config/HugeConfig.java x: 3 commits (all time) y: 165 lines of code hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/util/CollectionUtil.java x: 3 commits (all time) y: 294 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/PartitionEngine.java x: 3 commits (all time) y: 934 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java x: 5 commits (all time) y: 435 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java x: 6 commits (all time) y: 634 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java x: 7 commits (all time) y: 6102 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java x: 7 commits (all time) y: 7529 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java x: 4 commits (all time) y: 900 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/MetaManager.java x: 2 commits (all time) y: 1014 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/DistributedTaskScheduler.java x: 2 commits (all time) y: 482 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java x: 6 commits (all time) y: 371 lines of code hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreTable.java x: 2 commits (all time) y: 575 lines of code hugegraph-store/hg-store-cli/src/main/java/org/apache/hugegraph/store/cli/loader/HgThread2DB.java x: 2 commits (all time) y: 455 lines of code hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/NodeTxSessionProxy.java x: 2 commits (all time) y: 700 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/HgStoreEngine.java x: 2 commits (all time) y: 519 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/business/BusinessHandlerImpl.java x: 2 commits (all time) y: 756 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/meta/PartitionManager.java x: 2 commits (all time) y: 633 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/pd/DefaultPdProvider.java x: 2 commits (all time) y: 383 lines of code hugegraph-pd/hg-pd-client/src/main/java/org/apache/hugegraph/pd/client/PDClient.java x: 4 commits (all time) y: 978 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/PartitionService.java x: 3 commits (all time) y: 1025 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/StoreNodeService.java x: 3 commits (all time) y: 786 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java x: 5 commits (all time) y: 334 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java x: 4 commits (all time) y: 704 lines of code hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/rest/PartitionAPI.java x: 3 commits (all time) y: 404 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/util/HgStoreTestUtil.java x: 1 commits (all time) y: 389 lines of code hugegraph-pd/hg-pd-client/src/main/java/org/apache/hugegraph/pd/client/ClientCache.java x: 4 commits (all time) y: 275 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java x: 6 commits (all time) y: 15 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/managers/AuthMetaManager.java x: 1 commits (all time) y: 890 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/managers/SchemaMetaManager.java x: 1 commits (all time) y: 421 lines of code hugegraph-server/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java x: 5 commits (all time) y: 472 lines of code hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java x: 4 commits (all time) y: 400 lines of code hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java x: 5 commits (all time) y: 928 lines of code hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java x: 5 commits (all time) y: 307 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java x: 6 commits (all time) y: 827 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/metrics/RocksDBMetrics.java x: 1 commits (all time) y: 316 lines of code hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/service/PDService.java x: 3 commits (all time) y: 1435 lines of code hugegraph-pd/hg-pd-test/src/main/java/org/apache/hugegraph/pd/common/PartitionCacheTest.java x: 3 commits (all time) y: 324 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java x: 6 commits (all time) y: 676 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java x: 6 commits (all time) y: 770 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java x: 5 commits (all time) y: 286 lines of code hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreSessionsImpl.java x: 1 commits (all time) y: 641 lines of code hugegraph-pd/hg-pd-test/src/main/java/org/apache/hugegraph/pd/core/StoreServiceTest.java x: 1 commits (all time) y: 657 lines of code hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/pulse/PDPulseSubject.java x: 1 commits (all time) y: 327 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java x: 7 commits (all time) y: 238 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java x: 4 commits (all time) y: 576 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java x: 4 commits (all time) y: 536 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java x: 5 commits (all time) y: 190 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java x: 4 commits (all time) y: 494 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java x: 4 commits (all time) y: 720 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java x: 4 commits (all time) y: 441 lines of code hugegraph-server/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java x: 5 commits (all time) y: 697 lines of code hugegraph-server/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java x: 3 commits (all time) y: 509 lines of code hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java x: 3 commits (all time) y: 673 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java x: 3 commits (all time) y: 1164 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java x: 3 commits (all time) y: 1593 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java x: 3 commits (all time) y: 582 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java x: 3 commits (all time) y: 1000 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java x: 3 commits (all time) y: 465 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java x: 3 commits (all time) y: 893 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMapByDynamicHash.java x: 3 commits (all time) y: 728 lines of code
7529.0
lines of code
  min: 2.0
  average: 142.18
  25th percentile: 31.0
  median: 69.0
  75th percentile: 151.5
  max: 7529.0
0 10.0
commits (all time)
min: 1.0 | average: 2.38 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 3.0 | max: 10.0

File Size vs. Contributors (all time): 1413 points

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java x: 5 contributors (all time) y: 113 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java x: 6 contributors (all time) y: 1594 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java x: 3 contributors (all time) y: 63 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java x: 4 contributors (all time) y: 608 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java x: 3 contributors (all time) y: 1273 lines of code hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy x: 4 contributors (all time) y: 6 lines of code hugegraph-server/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java x: 4 contributors (all time) y: 71 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/KVOperation.java x: 2 contributors (all time) y: 114 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/RaftEngine.java x: 2 contributors (all time) y: 330 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/RaftStateMachine.java x: 2 contributors (all time) y: 264 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/auth/IpAuthHandler.java x: 1 contributors (all time) y: 57 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/serializer/HugegraphHessianSerializerFactory.java x: 1 contributors (all time) y: 117 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java x: 7 contributors (all time) y: 1361 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java x: 6 contributors (all time) y: 1780 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java x: 3 contributors (all time) y: 180 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/metrics/JRaftMetrics.java x: 2 contributors (all time) y: 229 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AccessLogFilter.java x: 6 contributors (all time) y: 112 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java x: 4 contributors (all time) y: 258 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java x: 4 contributors (all time) y: 344 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java x: 5 contributors (all time) y: 220 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/MemoryManager.java x: 1 contributors (all time) y: 173 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/allocator/MemoryAllocator.java x: 1 contributors (all time) y: 7 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/consumer/factory/IdFactory.java x: 1 contributors (all time) y: 283 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/consumer/factory/PropertyFactory.java x: 1 contributors (all time) y: 63 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/consumer/impl/id/EdgeIdOffHeap.java x: 1 contributors (all time) y: 245 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/pool/AbstractMemoryPool.java x: 1 contributors (all time) y: 195 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/memory/pool/impl/QueryMemoryPool.java x: 1 contributors (all time) y: 121 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/memory/MemoryManageTest.java x: 1 contributors (all time) y: 213 lines of code hugegraph-commons/hugegraph-rpc/src/main/java/org/apache/hugegraph/config/RpcOptions.java x: 2 contributors (all time) y: 131 lines of code hugegraph-commons/hugegraph-rpc/src/main/java/org/apache/hugegraph/rpc/RpcConsumerConfig.java x: 2 contributors (all time) y: 169 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java x: 7 contributors (all time) y: 520 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java x: 4 contributors (all time) y: 47 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java x: 5 contributors (all time) y: 1100 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransactionV2.java x: 2 contributors (all time) y: 606 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java x: 4 contributors (all time) y: 125 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/MetaDriver.java x: 2 contributors (all time) y: 20 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java x: 4 contributors (all time) y: 364 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java x: 4 contributors (all time) y: 512 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/space/GraphSpace.java x: 2 contributors (all time) y: 396 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTaskResult.java x: 2 contributors (all time) y: 79 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java x: 3 contributors (all time) y: 121 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java x: 3 contributors (all time) y: 266 lines of code hugegraph-store/hg-store-common/src/main/java/org/apache/hugegraph/store/term/HgPair.java x: 2 contributors (all time) y: 44 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/grpc/HgStoreSessionImpl.java x: 3 contributors (all time) y: 425 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/grpc/ScanBatchResponse3.java x: 2 contributors (all time) y: 324 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/HgSessionManagerOneRaftFakePDTest.java x: 3 contributors (all time) y: 359 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/HgSessionManagerRaftFakePDTest.java x: 3 contributors (all time) y: 342 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/HgSessionManagerRaftPDTest.java x: 3 contributors (all time) y: 644 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/HgSessionManagerTest.java x: 3 contributors (all time) y: 827 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/client/HgSessionManagerRaftPDTest.java x: 3 contributors (all time) y: 556 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/StoreEngineTestBase.java x: 3 contributors (all time) y: 94 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java x: 5 contributors (all time) y: 286 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java x: 3 contributors (all time) y: 149 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java x: 5 contributors (all time) y: 345 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java x: 6 contributors (all time) y: 575 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java x: 3 contributors (all time) y: 457 lines of code hugegraph-server/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java x: 3 contributors (all time) y: 774 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java x: 4 contributors (all time) y: 227 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/EdgesQueryIterator.java x: 3 contributors (all time) y: 39 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java x: 3 contributors (all time) y: 494 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java x: 4 contributors (all time) y: 740 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java x: 3 contributors (all time) y: 576 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java x: 4 contributors (all time) y: 756 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java x: 3 contributors (all time) y: 232 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java x: 3 contributors (all time) y: 1548 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java x: 3 contributors (all time) y: 520 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java x: 4 contributors (all time) y: 864 lines of code hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreStore.java x: 1 contributors (all time) y: 696 lines of code hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/rest/AbstractRestClient.java x: 2 contributors (all time) y: 383 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/controller/PartitionAPI.java x: 2 contributors (all time) y: 191 lines of code hugegraph-store/hg-store-rocksdb/src/main/java/org/apache/hugegraph/rocksdb/access/RocksDBSession.java x: 3 contributors (all time) y: 877 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/core/HgCmdClientTest.java x: 2 contributors (all time) y: 282 lines of code hugegraph-commons/hugegraph-common/src/main/java/org/apache/hugegraph/perf/PerfUtil.java x: 2 contributors (all time) y: 541 lines of code hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java x: 4 contributors (all time) y: 114 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/PartitionEngine.java x: 3 contributors (all time) y: 934 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java x: 5 contributors (all time) y: 559 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java x: 3 contributors (all time) y: 6102 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java x: 3 contributors (all time) y: 7529 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java x: 3 contributors (all time) y: 900 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/MetaManager.java x: 1 contributors (all time) y: 1014 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/task/DistributedTaskScheduler.java x: 1 contributors (all time) y: 482 lines of code hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreTable.java x: 1 contributors (all time) y: 575 lines of code hugegraph-store/hg-store-cli/src/main/java/org/apache/hugegraph/store/cli/loader/HgThread2DB.java x: 2 contributors (all time) y: 455 lines of code hugegraph-store/hg-store-client/src/main/java/org/apache/hugegraph/store/client/NodeTxSessionProxy.java x: 2 contributors (all time) y: 700 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/HgStoreEngine.java x: 2 contributors (all time) y: 519 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/business/BusinessHandlerImpl.java x: 2 contributors (all time) y: 756 lines of code hugegraph-store/hg-store-core/src/main/java/org/apache/hugegraph/store/meta/PartitionManager.java x: 2 contributors (all time) y: 633 lines of code hugegraph-pd/hg-pd-client/src/main/java/org/apache/hugegraph/pd/client/PDClient.java x: 2 contributors (all time) y: 978 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/StoreNodeService.java x: 1 contributors (all time) y: 786 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java x: 3 contributors (all time) y: 704 lines of code hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/util/HgStoreTestUtil.java x: 1 contributors (all time) y: 389 lines of code hugegraph-store/hg-store-rocksdb/src/main/java/org/apache/hugegraph/rocksdb/access/RocksDBOptions.java x: 3 contributors (all time) y: 403 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java x: 5 contributors (all time) y: 15 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/managers/AuthMetaManager.java x: 1 contributors (all time) y: 890 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/managers/SchemaMetaManager.java x: 1 contributors (all time) y: 421 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java x: 3 contributors (all time) y: 285 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java x: 3 contributors (all time) y: 619 lines of code hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java x: 4 contributors (all time) y: 928 lines of code hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java x: 4 contributors (all time) y: 307 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java x: 5 contributors (all time) y: 827 lines of code hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/metrics/RocksDBMetrics.java x: 1 contributors (all time) y: 316 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/GraphSerializer.java x: 3 contributors (all time) y: 28 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/TaskScheduleService.java x: 1 contributors (all time) y: 637 lines of code hugegraph-pd/hg-pd-grpc/src/main/proto/metapb.proto x: 1 contributors (all time) y: 357 lines of code hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/service/KvServiceGrpcImpl.java x: 1 contributors (all time) y: 456 lines of code hugegraph-pd/hg-pd-service/src/main/java/org/apache/hugegraph/pd/service/PDService.java x: 1 contributors (all time) y: 1435 lines of code hugegraph-pd/hg-pd-test/src/main/java/org/apache/hugegraph/pd/client/PDClientTest.java x: 1 contributors (all time) y: 337 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java x: 4 contributors (all time) y: 676 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java x: 4 contributors (all time) y: 286 lines of code hugegraph-pd/hg-pd-test/src/main/java/org/apache/hugegraph/pd/core/StoreServiceTest.java x: 1 contributors (all time) y: 657 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java x: 5 contributors (all time) y: 238 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java x: 2 contributors (all time) y: 494 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java x: 2 contributors (all time) y: 720 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java x: 2 contributors (all time) y: 441 lines of code hugegraph-server/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java x: 3 contributors (all time) y: 297 lines of code hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java x: 2 contributors (all time) y: 673 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java x: 2 contributors (all time) y: 1164 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java x: 2 contributors (all time) y: 1593 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java x: 2 contributors (all time) y: 582 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java x: 2 contributors (all time) y: 1000 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java x: 2 contributors (all time) y: 893 lines of code
7529.0
lines of code
  min: 2.0
  average: 142.18
  25th percentile: 31.0
  median: 69.0
  75th percentile: 151.5
  max: 7529.0
0 7.0
contributors (all time)
min: 1.0 | average: 1.85 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 2.0 | max: 7.0

File Size vs. Commits (30 days): 8 points

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java x: 1 commits (30d) y: 113 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java x: 1 commits (30d) y: 1594 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java x: 1 commits (30d) y: 63 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java x: 1 commits (30d) y: 608 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java x: 1 commits (30d) y: 1273 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java x: 1 commits (30d) y: 75 lines of code hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy x: 1 commits (30d) y: 6 lines of code
1594.0
lines of code
  min: 6.0
  average: 475.38
  25th percentile: 65.0
  median: 94.0
  75th percentile: 1106.75
  max: 1594.0
0 1.0
commits (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Contributors (30 days): 8 points

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java x: 1 contributors (30d) y: 113 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java x: 1 contributors (30d) y: 1594 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java x: 1 contributors (30d) y: 63 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java x: 1 contributors (30d) y: 608 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java x: 1 contributors (30d) y: 1273 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java x: 1 contributors (30d) y: 75 lines of code hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy x: 1 contributors (30d) y: 6 lines of code
1594.0
lines of code
  min: 6.0
  average: 475.38
  25th percentile: 65.0
  median: 94.0
  75th percentile: 1106.75
  max: 1594.0
0 1.0
contributors (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (90 days): 15 points

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java x: 1 commits (90d) y: 113 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java x: 1 commits (90d) y: 1594 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java x: 1 commits (90d) y: 63 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java x: 1 commits (90d) y: 608 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java x: 1 commits (90d) y: 1273 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java x: 1 commits (90d) y: 75 lines of code hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy x: 1 commits (90d) y: 6 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/RaftEngine.java x: 1 commits (90d) y: 330 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/RaftStateMachine.java x: 1 commits (90d) y: 264 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java x: 1 commits (90d) y: 1361 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java x: 1 commits (90d) y: 1780 lines of code
1780.0
lines of code
  min: 6.0
  average: 521.73
  25th percentile: 71.0
  median: 117.0
  75th percentile: 1273.0
  max: 1780.0
0 1.0
commits (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Contributors (90 days): 15 points

hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java x: 1 contributors (90d) y: 113 lines of code hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java x: 1 contributors (90d) y: 1594 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java x: 1 contributors (90d) y: 63 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java x: 1 contributors (90d) y: 608 lines of code hugegraph-server/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java x: 1 contributors (90d) y: 1273 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java x: 1 contributors (90d) y: 75 lines of code hugegraph-server/hugegraph-dist/docker/scripts/detect-storage.groovy x: 1 contributors (90d) y: 6 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/RaftEngine.java x: 1 contributors (90d) y: 330 lines of code hugegraph-pd/hg-pd-core/src/main/java/org/apache/hugegraph/pd/raft/RaftStateMachine.java x: 1 contributors (90d) y: 264 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java x: 1 contributors (90d) y: 1361 lines of code hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java x: 1 contributors (90d) y: 1780 lines of code
1780.0
lines of code
  min: 6.0
  average: 521.73
  25th percentile: 71.0
  median: 117.0
  75th percentile: 1273.0
  max: 1780.0
0 1.0
contributors (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0