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 intDEFAULT_CHUNK_SIZEChunk Size.
-
Constructor Summary
Constructors Constructor Description ChunkState()ChunkState(int chunk_size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChunkNum()intgetChunkSize()longgetOffset()intgetRemaining()voidseek(long offset)voidskip(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
-
-