Uses of Enum Class
org.apache.hadoop.mapred.nativetask.buffer.BufferType
Packages that use BufferType
-
Uses of BufferType in org.apache.hadoop.mapred.nativetask.buffer
Methods in org.apache.hadoop.mapred.nativetask.buffer that return BufferTypeModifier and TypeMethodDescriptionInputBuffer.getType()OutputBuffer.getType()static BufferTypeReturns the enum constant of this class with the specified name.static BufferType[]BufferType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.mapred.nativetask.buffer with parameters of type BufferTypeModifierConstructorDescriptionInputBuffer(BufferType type, int inputSize) OutputBuffer(BufferType type, int outputBufferCapacity)