Package org.apache.thrift.transport
Class TFileTransport.chunkState
- java.lang.Object
-
- org.apache.thrift.transport.TFileTransport.chunkState
-
- Enclosing class:
- TFileTransport
public static class TFileTransport.chunkState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_CHUNK_SIZE
Chunk Size.
-
Constructor Summary
Constructors Constructor Description chunkState()
chunkState(int chunk_size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getChunkNum()
int
getChunkSize()
long
getOffset()
int
getRemaining()
void
seek(long offset)
void
skip(int size)
-
-
-
Field Detail
-
DEFAULT_CHUNK_SIZE
public static final int DEFAULT_CHUNK_SIZE
Chunk Size. Must be same across all implementations- See Also:
- Constant Field Values
-
-