Package org.apache.druid.data.input.impl
Class FastLineIterator.Strings
java.lang.Object
org.apache.druid.data.input.impl.FastLineIterator<String>
org.apache.druid.data.input.impl.FastLineIterator.Strings
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<String>,CloseableIterator<String>
- Enclosing class:
- FastLineIterator<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.druid.data.input.impl.FastLineIterator
FastLineIterator.Bytes, FastLineIterator.Strings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringmakeObject(byte[] bytes, int offset, int length) Methods inherited from class org.apache.druid.data.input.impl.FastLineIterator
close, hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.java.util.common.parsers.CloseableIterator
flatMap, mapMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
Strings
-
-
Method Details
-
makeObject
- Specified by:
makeObjectin classFastLineIterator<String>
-