@Deprecated public interface FieldConsumer
Modifier and Type | Method and Description |
---|---|
void |
consumeField(org.apache.thrift.protocol.TProtocol protocol,
EventBasedThriftReader eventBasedThriftReader,
short id,
byte type)
Deprecated.
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
Copyright © 2021 The Apache Software Foundation. All rights reserved.