public interface FieldConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
consumeField(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader eventBasedThriftReader,
short id,
byte type)
called by the EventBasedThriftReader when reading a field from a Struct
|
void consumeField(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader eventBasedThriftReader,
short id,
byte type)
throws org.apache.thrift.TException
protocol - the underlying protocoleventBasedThriftReader - the reader to delegate to further calls.id - the id of the fieldtype - the type of the fieldorg.apache.thrift.TException - if any thrift related error occurs during the readingCopyright © 2024 The Apache Software Foundation. All rights reserved.