Interface ImmutableRecordBatch
- All Superinterfaces:
Iterable<ImmutableRecordBatchEntry>
- All Known Subinterfaces:
MutableRecordBatch
- All Known Implementing Classes:
RecordBatch
Represents an unmodifiable batch of records, which extends the
Iterable<ImmutableRecordBatchEntry> in order to make sure that the contained entries can be accessed.-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
entries
List<ImmutableRecordBatchEntry> entries()
-