@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface VertexStatistics
Vertex
Modifier and Type | Method and Description |
---|---|
InputStatistics |
getInputStatistics(String inputName)
|
OutputStatistics |
getOutputStatistics(String outputName)
|
InputStatistics getInputStatistics(String inputName)
inputName
- Name of the input Edge
or external input of this vertexInputStatistics
for the given inputOutputStatistics getOutputStatistics(String outputName)
outputName
- Name of the output Edge
or external output of this vertexOutputStatistics
for the given outputCopyright © 2024 Apache Software Foundation. All rights reserved.