public class GraphMetricsInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GraphMetricsInfo.EdgeTypeMetrics |
static class |
GraphMetricsInfo.VertexTypeMetrics |
Constructor and Description |
---|
GraphMetricsInfo(String graphName,
boolean rebalancing,
long backup,
List<GraphMetricsInfo.VertexTypeMetrics> vertexType,
List<GraphMetricsInfo.EdgeTypeMetrics> edgeType) |
Modifier and Type | Method and Description |
---|---|
long |
getBackup()
备份数量
|
List<GraphMetricsInfo.EdgeTypeMetrics> |
getEdgeType()
边信息
|
String |
getGraphName()
图名字
|
List<GraphMetricsInfo.VertexTypeMetrics> |
getVertexType()
点信息
|
boolean |
isRebalancing()
是否在rebalance
|
public GraphMetricsInfo(String graphName, boolean rebalancing, long backup, List<GraphMetricsInfo.VertexTypeMetrics> vertexType, List<GraphMetricsInfo.EdgeTypeMetrics> edgeType)
public long getBackup()
public List<GraphMetricsInfo.EdgeTypeMetrics> getEdgeType()
public String getGraphName()
public List<GraphMetricsInfo.VertexTypeMetrics> getVertexType()
public boolean isRebalancing()
Copyright © 2024. All rights reserved.