@InterfaceAudience.Public @InterfaceStability.Stable public class ValueAggregatorJobBase<K1 extends WritableComparable<?>,V1 extends Writable> extends Object
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| protected static ArrayList<ValueAggregatorDescriptor> | aggregatorDescriptorList | 
| static String | DESCRIPTOR | 
| static String | DESCRIPTOR_NUM | 
| static String | USER_JAR | 
| コンストラクタと説明 | 
|---|
| ValueAggregatorJobBase() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| protected static ArrayList<ValueAggregatorDescriptor> | getAggregatorDescriptors(Configuration conf) | 
| protected static ValueAggregatorDescriptor | getValueAggregatorDescriptor(String spec,
                            Configuration conf) | 
| protected static void | logSpec() | 
| static void | setup(Configuration job) | 
public static final String DESCRIPTOR
public static final String DESCRIPTOR_NUM
protected static ArrayList<ValueAggregatorDescriptor> aggregatorDescriptorList
public ValueAggregatorJobBase()
public static void setup(Configuration job)
protected static ValueAggregatorDescriptor getValueAggregatorDescriptor(String spec, Configuration conf)
protected static ArrayList<ValueAggregatorDescriptor> getAggregatorDescriptors(Configuration conf)
protected static void logSpec()
Copyright © 2016 Apache Software Foundation. All rights reserved.