@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface OutputStatistics
Vertex. Outputs can be external outputs or
 outputs to other vertices.| Modifier and Type | Method and Description | 
|---|---|
long | 
getDataSize()
Returns the data size associated with this logical output
  
It is the size of the data written to this output by the vertex.  | 
long | 
getItemsProcessed()
Get the numbers of items processed. 
 | 
long getDataSize()
long getItemsProcessed()
Copyright © 2015 Apache Software Foundation. All rights reserved.