Uses of Class
org.apache.hadoop.mrunit.mock.MockReporter.ReporterType

Packages that use MockReporter.ReporterType
org.apache.hadoop.mrunit.mock   
 

Uses of MockReporter.ReporterType in org.apache.hadoop.mrunit.mock
 

Methods in org.apache.hadoop.mrunit.mock that return MockReporter.ReporterType
static MockReporter.ReporterType MockReporter.ReporterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MockReporter.ReporterType[] MockReporter.ReporterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.mrunit.mock with parameters of type MockReporter.ReporterType
MockReporter(MockReporter.ReporterType kind, org.apache.hadoop.mapred.Counters ctrs)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.