Package | Description |
---|---|
org.apache.parquet.format.event |
Modifier and Type | Method and Description |
---|---|
static TypedConsumer.ListConsumer |
Consumers.listElementsOf(TypedConsumer consumer)
Deprecated.
To consume list elements one by one
|
static <T extends org.apache.thrift.TBase<T,? extends org.apache.thrift.TFieldIdEnum>> |
Consumers.listOf(Class<T> c,
Consumers.Consumer<List<T>> consumer)
Deprecated.
To consume a list of elements
|
Modifier and Type | Method and Description |
---|---|
void |
EventBasedThriftReader.readListContent(TypedConsumer.ListConsumer eventConsumer,
org.apache.thrift.protocol.TList tList)
Deprecated.
reads the list content (elements) from the underlying protocol and passes the events to the list event consumer
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.