public class TypedBytesWritableInput extends Object implements Configurable
TypedBytesInput
构造器和说明 |
---|
TypedBytesWritableInput(DataInput din)
Creates a new instance of TypedBytesWritableInput.
|
TypedBytesWritableInput(TypedBytesInput in)
Creates a new instance of TypedBytesWritableInput.
|
public TypedBytesWritableInput(TypedBytesInput in)
public TypedBytesWritableInput(DataInput din)
public static TypedBytesWritableInput get(TypedBytesInput in)
TypedBytesInput
.in
- typed bytes input objectTypedBytesInput
.public static TypedBytesWritableInput get(DataInput in)
DataInput
.in
- data input objectDataInput
.public Writable read() throws IOException
IOException
public Class<? extends Writable> readType() throws IOException
IOException
public BytesWritable readBytes(BytesWritable bw) throws IOException
IOException
public BytesWritable readBytes() throws IOException
IOException
public ByteWritable readByte(ByteWritable bw) throws IOException
IOException
public ByteWritable readByte() throws IOException
IOException
public BooleanWritable readBoolean(BooleanWritable bw) throws IOException
IOException
public BooleanWritable readBoolean() throws IOException
IOException
public IntWritable readInt(IntWritable iw) throws IOException
IOException
public IntWritable readInt() throws IOException
IOException
public VIntWritable readVInt(VIntWritable iw) throws IOException
IOException
public VIntWritable readVInt() throws IOException
IOException
public LongWritable readLong(LongWritable lw) throws IOException
IOException
public LongWritable readLong() throws IOException
IOException
public VLongWritable readVLong(VLongWritable lw) throws IOException
IOException
public VLongWritable readVLong() throws IOException
IOException
public FloatWritable readFloat(FloatWritable fw) throws IOException
IOException
public FloatWritable readFloat() throws IOException
IOException
public DoubleWritable readDouble(DoubleWritable dw) throws IOException
IOException
public DoubleWritable readDouble() throws IOException
IOException
public Text readText(Text t) throws IOException
IOException
public Text readText() throws IOException
IOException
public ArrayWritable readArray(ArrayWritable aw) throws IOException
IOException
public ArrayWritable readArray() throws IOException
IOException
public MapWritable readMap(MapWritable mw) throws IOException
IOException
public MapWritable readMap() throws IOException
IOException
public SortedMapWritable readSortedMap(SortedMapWritable mw) throws IOException
IOException
public SortedMapWritable readSortedMap() throws IOException
IOException
public Writable readWritable(Writable writable) throws IOException
IOException
public Writable readWritable() throws IOException
IOException
public Configuration getConf()
Configurable
getConf
在接口中 Configurable
public void setConf(Configuration conf)
Configurable
setConf
在接口中 Configurable
Copyright © 2009 The Apache Software Foundation