Uses of Class
org.apache.parquet.format.event.TypedConsumer.ListConsumer
-
Packages that use TypedConsumer.ListConsumer Package Description org.apache.parquet.format.event -
-
Uses of TypedConsumer.ListConsumer in org.apache.parquet.format.event
Methods in org.apache.parquet.format.event that return TypedConsumer.ListConsumer Modifier and Type Method Description static TypedConsumer.ListConsumerConsumers. listElementsOf(TypedConsumer consumer)To consume list elements one by onestatic <T extends org.apache.thrift.TBase<T,? extends org.apache.thrift.TFieldIdEnum>>
TypedConsumer.ListConsumerConsumers. listOf(Class<T> c, Consumers.Consumer<List<T>> consumer)To consume a list of elementsMethods in org.apache.parquet.format.event with parameters of type TypedConsumer.ListConsumer Modifier and Type Method Description voidEventBasedThriftReader. readListContent(TypedConsumer.ListConsumer eventConsumer, org.apache.thrift.protocol.TList tList)reads the list content (elements) from the underlying protocol and passes the events to the list event consumer
-