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 a closeable iterator over elements of type
T . |
addCloseable, addCloseable, close, setSuppressCloseFailure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
combine, concat, count, empty, filter, filter, transform, whenComplete, withNoopClose, withNoopClose
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
public CloseableIterator<D> iterator()
CloseableIterable
T
.iterator
in interface java.lang.Iterable<D>
iterator
in interface CloseableIterable<D>
CloseableIterator
.