See: Description
Class | Description |
---|---|
CustomCounter |
An object of this class represents a counter with a group name,
counter name, value, and type of aggregation to be performed
|
CustomCounters |
Custom counters created by the client or app
Stores the names of the counters, and the final aggregated values
Since there is no way to get the list of available counters from the context,
we need to call addCustomCounter to store the information about the list of
available counters.
|
GiraphCountersThriftStruct |
Stores the information about the counter names and values
|
GiraphHadoopCounter |
Wrapper around Hadoop Counter to make it easier to use.
|
GiraphStats |
Hadoop Counters in group "Giraph Stats".
|
GiraphTimers |
Hadoop Counters in group "Giraph Timers" for timing things.
|
HadoopCountersBase |
Base class for groups of Hadoop Counters.
|
Enum | Description |
---|---|
CustomCounter.Aggregation |
To store the type of aggregation to be done on the counters
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.