Uses of Interface
org.apache.hadoop.mapred.nativetask.NativeDataTarget
Packages that use NativeDataTarget
Package
Description
-
Uses of NativeDataTarget in org.apache.hadoop.mapred.nativetask
Subinterfaces of NativeDataTarget in org.apache.hadoop.mapred.nativetaskModifier and TypeInterfaceDescriptioninterfaceA Handler accept input, and give output can be used to transfer command and dataClasses in org.apache.hadoop.mapred.nativetask that implement NativeDataTargetModifier and TypeClassDescriptionclassused to create channel, transfer data and command between Java and native -
Uses of NativeDataTarget in org.apache.hadoop.mapred.nativetask.buffer
Constructors in org.apache.hadoop.mapred.nativetask.buffer with parameters of type NativeDataTarget -
Uses of NativeDataTarget in org.apache.hadoop.mapred.nativetask.handlers
Constructors in org.apache.hadoop.mapred.nativetask.handlers with parameters of type NativeDataTargetModifierConstructorDescriptionBufferPullee(Class<IK> iKClass, Class<IV> iVClass, org.apache.hadoop.mapred.RawKeyValueIterator rIter, NativeDataTarget target) BufferPusher(Class<K> iKClass, Class<V> iVClass, NativeDataTarget target)