Uses of Class
org.apache.hadoop.mapred.nativetask.TaskContext
Packages that use TaskContext
Package
Description
-
Uses of TaskContext in org.apache.hadoop.mapred.nativetask
Methods in org.apache.hadoop.mapred.nativetask that return TaskContext -
Uses of TaskContext in org.apache.hadoop.mapred.nativetask.handlers
Methods in org.apache.hadoop.mapred.nativetask.handlers with parameters of type TaskContextModifier and TypeMethodDescriptionstatic <K,V> NativeCollectorOnlyHandler<K, V> NativeCollectorOnlyHandler.create(TaskContext context) Constructors in org.apache.hadoop.mapred.nativetask.handlers with parameters of type TaskContextModifierConstructorDescriptionprotectedNativeCollectorOnlyHandler(TaskContext context, INativeHandler nativeHandler, BufferPusher<K, V> kvPusher, ICombineHandler combiner)