Uses of Interface
org.apache.hadoop.mapred.nativetask.INativeHandler
Packages that use INativeHandler
Package
Description
-
Uses of INativeHandler in org.apache.hadoop.mapred.nativetask
Classes in org.apache.hadoop.mapred.nativetask that implement INativeHandlerModifier and TypeClassDescriptionclassused to create channel, transfer data and command between Java and nativeMethods in org.apache.hadoop.mapred.nativetask that return INativeHandlerModifier and TypeMethodDescriptionstatic INativeHandlerNativeBatchProcessor.create(String nativeHandlerName, org.apache.hadoop.conf.Configuration conf, DataChannel channel) -
Uses of INativeHandler in org.apache.hadoop.mapred.nativetask.handlers
Constructors in org.apache.hadoop.mapred.nativetask.handlers with parameters of type INativeHandlerModifierConstructorDescriptionprotectedNativeCollectorOnlyHandler(TaskContext context, INativeHandler nativeHandler, BufferPusher<K, V> kvPusher, ICombineHandler combiner)