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
IOExceptionpublic Class<? extends Writable> readType() throws IOException
IOExceptionpublic BytesWritable readBytes(BytesWritable bw) throws IOException
IOExceptionpublic BytesWritable readBytes() throws IOException
IOExceptionpublic ByteWritable readByte(ByteWritable bw) throws IOException
IOExceptionpublic ByteWritable readByte() throws IOException
IOExceptionpublic BooleanWritable readBoolean(BooleanWritable bw) throws IOException
IOExceptionpublic BooleanWritable readBoolean() throws IOException
IOExceptionpublic IntWritable readInt(IntWritable iw) throws IOException
IOExceptionpublic IntWritable readInt() throws IOException
IOExceptionpublic VIntWritable readVInt(VIntWritable iw) throws IOException
IOExceptionpublic VIntWritable readVInt() throws IOException
IOExceptionpublic LongWritable readLong(LongWritable lw) throws IOException
IOExceptionpublic LongWritable readLong() throws IOException
IOExceptionpublic VLongWritable readVLong(VLongWritable lw) throws IOException
IOExceptionpublic VLongWritable readVLong() throws IOException
IOExceptionpublic FloatWritable readFloat(FloatWritable fw) throws IOException
IOExceptionpublic FloatWritable readFloat() throws IOException
IOExceptionpublic DoubleWritable readDouble(DoubleWritable dw) throws IOException
IOExceptionpublic DoubleWritable readDouble() throws IOException
IOExceptionpublic Text readText(Text t) throws IOException
IOExceptionpublic Text readText() throws IOException
IOExceptionpublic ArrayWritable readArray(ArrayWritable aw) throws IOException
IOExceptionpublic ArrayWritable readArray() throws IOException
IOExceptionpublic MapWritable readMap(MapWritable mw) throws IOException
IOExceptionpublic MapWritable readMap() throws IOException
IOExceptionpublic SortedMapWritable readSortedMap(SortedMapWritable mw) throws IOException
IOExceptionpublic SortedMapWritable readSortedMap() throws IOException
IOExceptionpublic Writable readWritable(Writable writable) throws IOException
IOExceptionpublic Writable readWritable() throws IOException
IOExceptionpublic Configuration getConf()
ConfigurablegetConf 在接口中 Configurablepublic void setConf(Configuration conf)
ConfigurablesetConf 在接口中 ConfigurableCopyright © 2009 The Apache Software Foundation