org.apache.accumulo.server.trace
public class TraceFSDataInputStream extends org.apache.hadoop.fs.FSDataInputStream
in| Constructor and Description |
|---|
TraceFSDataInputStream(org.apache.hadoop.fs.FSDataInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
read(long position,
byte[] buffer,
int offset,
int length) |
void |
readFully(long position,
byte[] buffer) |
void |
readFully(long position,
byte[] buffer,
int offset,
int length) |
void |
seek(long desired) |
boolean |
seekToNewSource(long targetPos) |
getFileDescriptor, getPos, getWrappedStream, read, setDropBehind, setReadaheadread, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skippublic TraceFSDataInputStream(org.apache.hadoop.fs.FSDataInputStream in)
throws IOException
IOExceptionpublic void seek(long desired)
throws IOException
seek in interface org.apache.hadoop.fs.Seekableseek in class org.apache.hadoop.fs.FSDataInputStreamIOExceptionpublic int read(long position,
byte[] buffer,
int offset,
int length)
throws IOException
read in interface org.apache.hadoop.fs.PositionedReadableread in class org.apache.hadoop.fs.FSDataInputStreamIOExceptionpublic void readFully(long position,
byte[] buffer,
int offset,
int length)
throws IOException
readFully in interface org.apache.hadoop.fs.PositionedReadablereadFully in class org.apache.hadoop.fs.FSDataInputStreamIOExceptionpublic void readFully(long position,
byte[] buffer)
throws IOException
readFully in interface org.apache.hadoop.fs.PositionedReadablereadFully in class org.apache.hadoop.fs.FSDataInputStreamIOExceptionpublic boolean seekToNewSource(long targetPos)
throws IOException
seekToNewSource in interface org.apache.hadoop.fs.SeekableseekToNewSource in class org.apache.hadoop.fs.FSDataInputStreamIOExceptionCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.