@InterfaceAudience.Public @InterfaceStability.Stable public class UserDefinedValueAggregatorDescriptor extends UserDefinedValueAggregatorDescriptor implements ValueAggregatorDescriptor
theAggregatorDescriptorONE, TYPE_SEPARATOR| Constructor and Description | 
|---|
| UserDefinedValueAggregatorDescriptor(String className,
                                                                        JobConf job) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | configure(JobConf job)Do nothing. | 
| static Object | createInstance(String className)Create an instance of the given class | 
configure, generateKeyValPairs, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconfigure, generateKeyValPairspublic UserDefinedValueAggregatorDescriptor(String className, JobConf job)
className - the class name of the user defined descriptor classjob - a configure object used for decriptor configurationpublic static Object createInstance(String className)
className - the name of the classCopyright © 2015 Apache Software Foundation. All rights reserved.