@InterfaceAudience.Public
 @InterfaceStability.Evolving
public interface InputStatistics
Vertex. Inputs can be external inputs or inputs
 from other vertices.| Modifier and Type | Method and Description | 
|---|---|
long | 
getDataSize()
Returns the data size associated with this logical input
  
It is the size of the data read from this input by the vertex.  | 
long | 
getItemsProcessed()
Get the numbers of items processed. 
 | 
long getDataSize()
long getItemsProcessed()
Copyright © 2021 Apache Software Foundation. All rights reserved.