public class AvroIterable<D> extends CloseableGroup implements CloseableIterable<D>
CloseableIterable.ConcatCloseableIterable<E>| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata() |
CloseableIterator<D> |
iterator()
Returns an closeable iterator over elements of type
T. |
addCloseable, closeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcombine, concat, empty, filter, transform, withNoopClose, withNoopClosepublic java.util.Map<java.lang.String,java.lang.String> getMetadata()
public CloseableIterator<D> iterator()
CloseableIterableT.iterator in interface java.lang.Iterable<D>iterator in interface CloseableIterable<D>CloseableIterator.