org.apache.blur.thirdparty.thrift_0_9_0.transport
Class TFileTransport.chunkState
java.lang.Object
org.apache.blur.thirdparty.thrift_0_9_0.transport.TFileTransport.chunkState
- Enclosing class:
- TFileTransport
public static class TFileTransport.chunkState
- extends Object
DEFAULT_CHUNK_SIZE
public static final int DEFAULT_CHUNK_SIZE
- Chunk Size. Must be same across all implementations
- See Also:
- Constant Field Values
TFileTransport.chunkState
public TFileTransport.chunkState()
TFileTransport.chunkState
public TFileTransport.chunkState(int chunk_size)
skip
public void skip(int size)
seek
public void seek(long offset)
getChunkSize
public int getChunkSize()
getChunkNum
public int getChunkNum()
getRemaining
public int getRemaining()
getOffset
public long getOffset()
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.