类 FetchBlockResp
- java.lang.Object
-
- com.taosdata.jdbc.ws.entity.Response
-
- com.taosdata.jdbc.ws.entity.FetchBlockResp
-
public class FetchBlockResp extends Response
-
-
构造器概要
构造器 构造器 说明 FetchBlockResp(long id, ByteBuffer buffer)
-
-
-
构造器详细资料
-
FetchBlockResp
public FetchBlockResp(long id, ByteBuffer buffer)
-
-
方法详细资料
-
getBuffer
public ByteBuffer getBuffer()
-
setBuffer
public void setBuffer(ByteBuffer buffer)
-
-