A B C D E F G H I K L M N O P R S T V

A

abort() - Method in interface org.apache.avro.mapred.tether.InputProtocol
 
accept(Class<?>) - Method in class org.apache.avro.mapred.AvroSerialization
 
AvroAsTextInputFormat - Class in org.apache.avro.mapred
An InputFormat for Avro data files, which converts each datum to string form in the input key.
AvroAsTextInputFormat() - Constructor for class org.apache.avro.mapred.AvroAsTextInputFormat
 
AvroCollector<T> - Class in org.apache.avro.mapred
A collector for map and reduce output.
AvroCollector() - Constructor for class org.apache.avro.mapred.AvroCollector
 
AvroInputFormat<T> - Class in org.apache.avro.mapred
An InputFormat for Avro data files
AvroInputFormat() - Constructor for class org.apache.avro.mapred.AvroInputFormat
 
AvroJob - Class in org.apache.avro.mapred
Setters to configure jobs for Avro data.
AvroKey<T> - Class in org.apache.avro.mapred
The wrapper of keys for jobs configured with AvroJob .
AvroKey() - Constructor for class org.apache.avro.mapred.AvroKey
Wrap null.
AvroKey(T) - Constructor for class org.apache.avro.mapred.AvroKey
Wrap a key.
AvroKeyComparator<T> - Class in org.apache.avro.mapred
The RawComparator used by jobs configured with AvroJob.
AvroKeyComparator() - Constructor for class org.apache.avro.mapred.AvroKeyComparator
 
AvroMapper<IN,OUT> - Class in org.apache.avro.mapred
A mapper for Avro data.
AvroMapper() - Constructor for class org.apache.avro.mapred.AvroMapper
 
AvroOutputFormat<T> - Class in org.apache.avro.mapred
An OutputFormat for Avro data files.
AvroOutputFormat() - Constructor for class org.apache.avro.mapred.AvroOutputFormat
 
AvroRecordReader<T> - Class in org.apache.avro.mapred
An RecordReader for Avro data files.
AvroRecordReader(JobConf, FileSplit) - Constructor for class org.apache.avro.mapred.AvroRecordReader
 
AvroRecordReader(FileReader<T>, FileSplit) - Constructor for class org.apache.avro.mapred.AvroRecordReader
 
AvroReducer<K,V,OUT> - Class in org.apache.avro.mapred
A reducer for Avro data.
AvroReducer() - Constructor for class org.apache.avro.mapred.AvroReducer
 
AvroSerialization<T> - Class in org.apache.avro.mapred
The Serialization used by jobs configured with AvroJob.
AvroSerialization() - Constructor for class org.apache.avro.mapred.AvroSerialization
 
AvroUtf8InputFormat - Class in org.apache.avro.mapred
An InputFormat for text files.
AvroUtf8InputFormat() - Constructor for class org.apache.avro.mapred.AvroUtf8InputFormat
 
AvroValue<T> - Class in org.apache.avro.mapred
The wrapper of values for jobs configured with AvroJob .
AvroValue() - Constructor for class org.apache.avro.mapred.AvroValue
Wrap null.
AvroValue(T) - Constructor for class org.apache.avro.mapred.AvroValue
Wrap a value.
AvroWrapper<T> - Class in org.apache.avro.mapred
The wrapper of data for jobs configured with AvroJob .
AvroWrapper() - Constructor for class org.apache.avro.mapred.AvroWrapper
Wrap null.
AvroWrapper(T) - Constructor for class org.apache.avro.mapred.AvroWrapper
Wrap a datum.

B

BINARY_PREFIX - Static variable in class org.apache.avro.mapred.AvroJob
The configuration key prefix for a binary output metadata.

C

close() - Method in class org.apache.avro.mapred.AvroMapper
Subclasses can override this as desired.
close() - Method in class org.apache.avro.mapred.AvroRecordReader
 
close() - Method in class org.apache.avro.mapred.AvroReducer
Subclasses can override this as desired.
close() - Method in class org.apache.avro.mapred.FsInput
 
close() - Method in class org.apache.avro.mapred.SequenceFileReader
 
collect(T) - Method in class org.apache.avro.mapred.AvroCollector
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.avro.mapred.AvroKeyComparator
 
compare(AvroWrapper<T>, AvroWrapper<T>) - Method in class org.apache.avro.mapred.AvroKeyComparator
 
compareTo(Pair) - Method in class org.apache.avro.mapred.Pair
 
complete() - Method in interface org.apache.avro.mapred.tether.InputProtocol
 
complete() - Method in interface org.apache.avro.mapred.tether.OutputProtocol
 
configure(JobConf) - Method in class org.apache.avro.mapred.AvroMapper
Subclasses can override this as desired.
configure(JobConf) - Method in class org.apache.avro.mapred.AvroReducer
Subclasses can override this as desired.
configure(JobConf) - Method in class org.apache.avro.mapred.AvroUtf8InputFormat
 
configure(TaskType, CharSequence, CharSequence) - Method in interface org.apache.avro.mapred.tether.InputProtocol
 
configure(int) - Method in interface org.apache.avro.mapred.tether.OutputProtocol
 
count(CharSequence, CharSequence, long) - Method in interface org.apache.avro.mapred.tether.OutputProtocol
 
createKey() - Method in class org.apache.avro.mapred.AvroRecordReader
 
createValue() - Method in class org.apache.avro.mapred.AvroRecordReader
 

D

datum() - Method in class org.apache.avro.mapred.AvroWrapper
Return the wrapped datum.
datum(T) - Method in class org.apache.avro.mapred.AvroWrapper
Set the wrapped datum.
DEFAULT_DEFLATE_LEVEL - Static variable in class org.apache.avro.mapred.AvroOutputFormat
The default deflate level.
DEFLATE_LEVEL_KEY - Static variable in class org.apache.avro.mapred.AvroOutputFormat
The configuration key for Avro deflate level.

E

equals(Object) - Method in class org.apache.avro.mapred.AvroWrapper
 
equals(Object) - Method in class org.apache.avro.mapred.Pair
 
EXT - Static variable in class org.apache.avro.mapred.AvroOutputFormat
The file name extension for avro data files.

F

fail(CharSequence) - Method in interface org.apache.avro.mapred.tether.OutputProtocol
 
FsInput - Class in org.apache.avro.mapred
Adapt an FSDataInputStream to SeekableInput.
FsInput(Path, Configuration) - Constructor for class org.apache.avro.mapred.FsInput
Construct given a path and a configuration.

G

get(int) - Method in class org.apache.avro.mapred.Pair
 
getDeserializer(Class<AvroWrapper<T>>) - Method in class org.apache.avro.mapred.AvroSerialization
Returns the specified map output deserializer.
getExecutable(JobConf) - Static method in class org.apache.avro.mapred.tether.TetherJob
Get the URI of the application's executable.
getInputSchema(Configuration) - Static method in class org.apache.avro.mapred.AvroJob
Return a job's map input schema.
getKeySchema(Schema) - Static method in class org.apache.avro.mapred.Pair
Return a pair's key schema.
getMapOutputSchema(Configuration) - Static method in class org.apache.avro.mapred.AvroJob
Return a job's map output key schema.
getOutputSchema(Configuration) - Static method in class org.apache.avro.mapred.AvroJob
Return a job's output key schema.
getPairSchema(Schema, Schema) - Static method in class org.apache.avro.mapred.Pair
Get a pair schema.
getPos() - Method in class org.apache.avro.mapred.AvroRecordReader
 
getProgress() - Method in class org.apache.avro.mapred.AvroRecordReader
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.avro.mapred.AvroAsTextInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.avro.mapred.AvroInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.avro.mapred.AvroUtf8InputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class org.apache.avro.mapred.SequenceFileInputFormat
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class org.apache.avro.mapred.AvroOutputFormat
 
getSchema() - Method in class org.apache.avro.mapred.Pair
 
getSchema() - Method in class org.apache.avro.mapred.SequenceFileReader
 
getSerializer(Class<AvroWrapper<T>>) - Method in class org.apache.avro.mapred.AvroSerialization
Returns the specified output serializer.
getValueSchema(Schema) - Static method in class org.apache.avro.mapred.Pair
Return a pair's value schema.

H

hashCode() - Method in class org.apache.avro.mapred.AvroWrapper
 
hashCode() - Method in class org.apache.avro.mapred.Pair
 
hasNext() - Method in class org.apache.avro.mapred.SequenceFileReader
 

I

input(ByteBuffer, long) - Method in interface org.apache.avro.mapred.tether.InputProtocol
 
INPUT_IS_REFLECT - Static variable in class org.apache.avro.mapred.AvroJob
The configuration key for reflection-based input representation.
INPUT_SCHEMA - Static variable in class org.apache.avro.mapred.AvroJob
The configuration key for a job's input schema.
InputProtocol - Interface in org.apache.avro.mapred.tether
 
isSplitable(FileSystem, Path) - Method in class org.apache.avro.mapred.AvroUtf8InputFormat
 
iterator() - Method in class org.apache.avro.mapred.SequenceFileReader
 

K

key() - Method in class org.apache.avro.mapred.Pair
Get the key.
key(K) - Method in class org.apache.avro.mapred.Pair
Set the key.

L

length() - Method in class org.apache.avro.mapred.FsInput
 
listStatus(JobConf) - Method in class org.apache.avro.mapred.AvroAsTextInputFormat
 
listStatus(JobConf) - Method in class org.apache.avro.mapred.AvroInputFormat
 

M

map(IN, AvroCollector<OUT>, Reporter) - Method in class org.apache.avro.mapred.AvroMapper
Called with each map input datum.
MAP_OUTPUT_IS_REFLECT - Static variable in class org.apache.avro.mapred.AvroJob
The configuration key for reflection-based map output representation.
MAP_OUTPUT_SCHEMA - Static variable in class org.apache.avro.mapred.AvroJob
The configuration key for a job's intermediate schema.

N

next(AvroWrapper<T>, NullWritable) - Method in class org.apache.avro.mapred.AvroRecordReader
 
next() - Method in class org.apache.avro.mapred.SequenceFileReader
 
next(Pair<K, V>) - Method in class org.apache.avro.mapred.SequenceFileReader
 

O

org.apache.avro.mapred - package org.apache.avro.mapred
Run Hadoop MapReduce jobs over Avro data, with map and reduce functions written in Java.
org.apache.avro.mapred.tether - package org.apache.avro.mapred.tether
Run Hadoop MapReduce jobs over Avro data, with map and reduce functions run in a sub-process.
output(ByteBuffer) - Method in interface org.apache.avro.mapred.tether.OutputProtocol
 
OUTPUT_CODEC - Static variable in class org.apache.avro.mapred.AvroJob
The configuration key for a job's output compression codec.
OUTPUT_SCHEMA - Static variable in class org.apache.avro.mapred.AvroJob
The configuration key for a job's output schema.
outputPartitioned(int, ByteBuffer) - Method in interface org.apache.avro.mapred.tether.OutputProtocol
 
OutputProtocol - Interface in org.apache.avro.mapred.tether
 

P

Pair<K,V> - Class in org.apache.avro.mapred
A key/value pair.
Pair(Schema) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(K, Schema, V, Schema) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Object, Object) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Object, GenericContainer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Object, CharSequence) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Object, ByteBuffer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Object, Integer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Object, Long) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Object, Float) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Object, Double) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Object, Void) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(GenericContainer, Object) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(GenericContainer, GenericContainer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(GenericContainer, CharSequence) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(GenericContainer, ByteBuffer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(GenericContainer, Integer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(GenericContainer, Long) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(GenericContainer, Float) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(GenericContainer, Double) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(GenericContainer, Void) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(CharSequence, Object) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(CharSequence, GenericContainer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(CharSequence, CharSequence) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(CharSequence, ByteBuffer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(CharSequence, Integer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(CharSequence, Long) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(CharSequence, Float) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(CharSequence, Double) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(CharSequence, Void) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(ByteBuffer, Object) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(ByteBuffer, GenericContainer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(ByteBuffer, CharSequence) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(ByteBuffer, ByteBuffer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(ByteBuffer, Integer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(ByteBuffer, Long) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(ByteBuffer, Float) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(ByteBuffer, Double) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(ByteBuffer, Void) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Integer, Object) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Integer, GenericContainer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Integer, CharSequence) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Integer, ByteBuffer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Integer, Integer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Integer, Long) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Integer, Float) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Integer, Double) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Integer, Void) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Long, Object) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Long, GenericContainer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Long, CharSequence) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Long, ByteBuffer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Long, Integer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Long, Long) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Long, Float) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Long, Double) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Long, Void) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Float, Object) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Float, GenericContainer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Float, CharSequence) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Float, ByteBuffer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Float, Integer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Float, Long) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Float, Float) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Float, Double) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Float, Void) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Double, Object) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Double, GenericContainer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Double, CharSequence) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Double, ByteBuffer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Double, Integer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Double, Long) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Double, Float) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Double, Double) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Double, Void) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Void, Object) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Void, GenericContainer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Void, CharSequence) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Void, ByteBuffer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Void, Integer) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Void, Long) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Void, Float) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Void, Double) - Constructor for class org.apache.avro.mapred.Pair
 
Pair(Void, Void) - Constructor for class org.apache.avro.mapred.Pair
 
partitions(int) - Method in interface org.apache.avro.mapred.tether.InputProtocol
 
pastSync(long) - Method in class org.apache.avro.mapred.SequenceFileReader
 
PROTOCOL - Static variable in interface org.apache.avro.mapred.tether.InputProtocol
 
PROTOCOL - Static variable in interface org.apache.avro.mapred.tether.OutputProtocol
 
put(int, Object) - Method in class org.apache.avro.mapred.Pair
 

R

read(byte[], int, int) - Method in class org.apache.avro.mapred.FsInput
 
reduce(K, Iterable<V>, AvroCollector<OUT>, Reporter) - Method in class org.apache.avro.mapred.AvroReducer
Called with all map output values with a given key.
remove() - Method in class org.apache.avro.mapred.SequenceFileReader
 
runJob(JobConf) - Static method in class org.apache.avro.mapred.tether.TetherJob
Submit a job to the map/reduce cluster.

S

SCHEMA$ - Static variable in enum org.apache.avro.mapred.tether.TaskType
 
seek(long) - Method in class org.apache.avro.mapred.FsInput
 
SequenceFileInputFormat<K,V> - Class in org.apache.avro.mapred
An InputFormat for sequence files.
SequenceFileInputFormat() - Constructor for class org.apache.avro.mapred.SequenceFileInputFormat
 
SequenceFileReader<K,V> - Class in org.apache.avro.mapred
A FileReader for sequence files.
SequenceFileReader(File) - Constructor for class org.apache.avro.mapred.SequenceFileReader
 
SequenceFileReader(URI, Configuration) - Constructor for class org.apache.avro.mapred.SequenceFileReader
 
SequenceFileReader(SequenceFile.Reader, Configuration) - Constructor for class org.apache.avro.mapred.SequenceFileReader
 
SequenceFileRecordReader<K,V> - Class in org.apache.avro.mapred
A RecordReader for sequence files.
SequenceFileRecordReader(JobConf, FileSplit) - Constructor for class org.apache.avro.mapred.SequenceFileRecordReader
 
set(K, V) - Method in class org.apache.avro.mapred.Pair
Set both the key and value.
setCombinerClass(JobConf, Class<? extends AvroReducer>) - Static method in class org.apache.avro.mapred.AvroJob
Configure a job's combiner implementation.
setConf(Configuration) - Method in class org.apache.avro.mapred.AvroKeyComparator
 
setDeflateLevel(JobConf, int) - Static method in class org.apache.avro.mapred.AvroOutputFormat
Enable output compression using the deflate codec and specify its level.
setExecutable(JobConf, URI) - Static method in class org.apache.avro.mapred.tether.TetherJob
Set the URI for the application's executable.
setInputReflect(JobConf) - Static method in class org.apache.avro.mapred.AvroJob
Indicate that a job's input data should use reflect representation.
setInputSchema(JobConf, Schema) - Static method in class org.apache.avro.mapred.AvroJob
Configure a job's map input schema.
setInputSequenceFile(JobConf) - Static method in class org.apache.avro.mapred.AvroJob
Indicate that a job's input files are in SequenceFile format.
setMapOutputReflect(JobConf) - Static method in class org.apache.avro.mapred.AvroJob
Indicate that a job's map output data should use reflect representation.
setMapOutputSchema(JobConf, Schema) - Static method in class org.apache.avro.mapred.AvroJob
Configure a job's map output schema.
setMapperClass(JobConf, Class<? extends AvroMapper>) - Static method in class org.apache.avro.mapred.AvroJob
Configure a job's mapper implementation.
setOutputCodec(JobConf, String) - Static method in class org.apache.avro.mapred.AvroJob
Configure a job's output compression codec.
setOutputMeta(JobConf, String, String) - Static method in class org.apache.avro.mapred.AvroJob
Add metadata to job output files.
setOutputMeta(JobConf, String, long) - Static method in class org.apache.avro.mapred.AvroJob
Add metadata to job output files.
setOutputMeta(JobConf, String, byte[]) - Static method in class org.apache.avro.mapred.AvroJob
Add metadata to job output files.
setOutputSchema(JobConf, Schema) - Static method in class org.apache.avro.mapred.AvroJob
Configure a job's output schema.
setReducerClass(JobConf, Class<? extends AvroReducer>) - Static method in class org.apache.avro.mapred.AvroJob
Configure a job's reducer implementation.
setReflect(JobConf) - Static method in class org.apache.avro.mapred.AvroJob
Indicate that all a job's data should use the reflect representation.
setSyncInterval(JobConf, int) - Static method in class org.apache.avro.mapred.AvroOutputFormat
Set the sync interval to be used by the underlying DataFileWriter.
status(CharSequence) - Method in interface org.apache.avro.mapred.tether.OutputProtocol
 
submitJob(JobConf) - Static method in class org.apache.avro.mapred.tether.TetherJob
Submit a job to the Map-Reduce framework.
sync(long) - Method in class org.apache.avro.mapred.SequenceFileReader
 
SYNC_INTERVAL_KEY - Static variable in class org.apache.avro.mapred.AvroOutputFormat
The configuration key for Avro sync interval.

T

TaskType - Enum in org.apache.avro.mapred.tether
 
tell() - Method in class org.apache.avro.mapred.FsInput
 
tell() - Method in class org.apache.avro.mapred.SequenceFileReader
 
TetherJob - Class in org.apache.avro.mapred.tether
Constructs and submits tether jobs.
TetherJob() - Constructor for class org.apache.avro.mapred.tether.TetherJob
 
TEXT_PREFIX - Static variable in class org.apache.avro.mapred.AvroJob
The configuration key prefix for a text output metadata.
toString() - Method in class org.apache.avro.mapred.Pair
 

V

value() - Method in class org.apache.avro.mapred.Pair
Get the value.
value(V) - Method in class org.apache.avro.mapred.Pair
Set the value.
valueOf(String) - Static method in enum org.apache.avro.mapred.tether.TaskType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.avro.mapred.tether.TaskType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I K L M N O P R S T V

Copyright © 2011 The Apache Software Foundation. All Rights Reserved.