Package com.graphdbapi.driver
Class GraphMetricsInfo.VertexTypeMetrics
- java.lang.Object
-
- com.graphdbapi.driver.GraphMetricsInfo.VertexTypeMetrics
-
- Enclosing class:
- GraphMetricsInfo
public static class GraphMetricsInfo.VertexTypeMetrics extends Object
-
-
Constructor Summary
Constructors Constructor Description VertexTypeMetrics(String name, long size, Set<String> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()点类型名Set<String>getProperties()点属性信息longgetSize()点类型个数
-