Interface ImmutableRecordBatch

All Superinterfaces:
Iterable<ImmutableRecordBatchEntry>
All Known Subinterfaces:
MutableRecordBatch
All Known Implementing Classes:
RecordBatch

public interface ImmutableRecordBatch extends Iterable<ImmutableRecordBatchEntry>
Represents an unmodifiable batch of records, which extends the Iterable<ImmutableRecordBatchEntry> in order to make sure that the contained entries can be accessed.