public class FetchRawBlockResp extends Response
| Constructor and Description |
|---|
FetchRawBlockResp(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
getBuffer() |
int |
getCode() |
List<String> |
getColumnNames() |
ConsumerRecords<TMQEnhMap> |
getEhnMapList(PollResp pollResp,
ZoneId zoneId,
boolean varcharAsString) |
ConsumerRecords<TMQEnhMap> |
getEhnMapListInner(PollResp pollResp,
ZoneId zoneId,
boolean varcharAsString) |
List<RestfulResultSet.Field> |
getFields() |
String |
getMessage() |
RestfulResultSetMetaData |
getMetaData() |
byte |
getPrecision() |
List<List<Object>> |
getResultData() |
int |
getRows() |
String |
getTableName() |
long |
getTime() |
short |
getVersion() |
void |
init() |
void |
parseBlockInfos() |
void |
setBuffer(io.netty.buffer.ByteBuf buffer) |
public void init()
public io.netty.buffer.ByteBuf getBuffer()
public void setBuffer(io.netty.buffer.ByteBuf buffer)
public long getTime()
public int getCode()
public String getMessage()
public short getVersion()
public void parseBlockInfos()
throws SQLException
SQLExceptionpublic ConsumerRecords<TMQEnhMap> getEhnMapListInner(PollResp pollResp, ZoneId zoneId, boolean varcharAsString) throws SQLException
SQLExceptionpublic ConsumerRecords<TMQEnhMap> getEhnMapList(PollResp pollResp, ZoneId zoneId, boolean varcharAsString) throws SQLException
SQLExceptionpublic RestfulResultSetMetaData getMetaData()
public List<RestfulResultSet.Field> getFields()
public byte getPrecision()
public int getRows()
public String getTableName()
Copyright © 2025. All rights reserved.