Package | Description |
---|---|
org.apache.giraph.counters |
Package of all the Giraph Hadoop counters related data.
|
Modifier and Type | Method and Description |
---|---|
GiraphHadoopCounter |
GiraphStats.getAggregateOOCBytesLoaded()
Get OOCBytesLoaded counter
|
GiraphHadoopCounter |
GiraphStats.getAggregateOOCBytesStored()
Get OOCBytesStored counter
|
GiraphHadoopCounter |
GiraphStats.getAggregateSentMessageBytes()
Get AggregateSentMessageBytes counter
|
GiraphHadoopCounter |
GiraphStats.getAggregateSentMessages()
Get AggregateSentMessages counter
|
protected GiraphHadoopCounter |
HadoopCountersBase.getCounter(String name)
Get or create counter with given name and class's group name.
|
GiraphHadoopCounter |
GiraphStats.getCurrentMasterTaskPartition()
Get CurrentMasterTaskPartition counter
|
GiraphHadoopCounter |
GiraphStats.getCurrentWorkers()
Get CurrentWorkers counter
|
GiraphHadoopCounter |
GiraphStats.getEdges()
Get Edges counter
|
GiraphHadoopCounter |
GiraphStats.getFinishedVertexes()
Get FinishedVertexes counter
|
GiraphHadoopCounter |
GiraphTimers.getInitializeMs()
Get counter for initializing the process,
having to wait for a minimum number of processes to be available
before setup step
|
GiraphHadoopCounter |
GiraphStats.getLastCheckpointedSuperstep()
Get LastCheckpointedSuperstep counter
|
GiraphHadoopCounter |
GiraphStats.getLowestGraphPercentageInMemory() |
GiraphHadoopCounter |
GiraphStats.getSentMessageBytes()
Get SentMessageBytes counter
|
GiraphHadoopCounter |
GiraphStats.getSentMessages()
Get SentMessages counter
|
GiraphHadoopCounter |
GiraphTimers.getSetupMs()
Get counter for setup time in milliseconds
|
GiraphHadoopCounter |
GiraphTimers.getShutdownMs()
Get counter for shutdown time in milliseconds.
|
GiraphHadoopCounter |
GiraphStats.getSuperstepCounter()
Get SuperstepCounter counter
|
GiraphHadoopCounter |
GiraphTimers.getSuperstepMs(long superstep,
String computationName)
Get counter for superstep time in milliseconds
|
GiraphHadoopCounter |
GiraphTimers.getTotalMs()
Get counter for total time in milliseconds (doesn't include initialize
time).
|
GiraphHadoopCounter |
GiraphStats.getVertices()
Get Vertices counter
|
Modifier and Type | Method and Description |
---|---|
Iterator<GiraphHadoopCounter> |
GiraphStats.iterator() |
Iterator<GiraphHadoopCounter> |
GiraphTimers.iterator() |
Iterable<GiraphHadoopCounter> |
GiraphTimers.jobCounters()
Get Iterable through job counters.
|
Map<Long,GiraphHadoopCounter> |
GiraphTimers.superstepCounters()
Get map of superstep to msec counter.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.