public static interface Segment.RecordConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
consume(int number,
RecordType type,
int offset)
Consume data about a record.
|
void consume(int number,
RecordType type,
int offset)
number - the record number.type - the record type.offset - the offset where the record is stored.Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.