public abstract class PointsReader extends java.lang.Object implements java.io.Closeable, Accountable
| Modifier | Constructor and Description |
|---|---|
protected |
PointsReader()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
checkIntegrity()
Checks consistency of this reader.
|
PointsReader |
getMergeInstance()
Returns an instance optimized for merging.
|
abstract PointValues |
getValues(java.lang.String field)
Return
PointValues for the given field. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildResources, ramBytesUsedprotected PointsReader()
public abstract void checkIntegrity()
throws java.io.IOException
Note that this may be costly in terms of I/O, e.g. may involve computing a checksum value against large data files.
java.io.IOExceptionpublic abstract PointValues getValues(java.lang.String field) throws java.io.IOException
PointValues for the given field.java.io.IOExceptionpublic PointsReader getMergeInstance() throws java.io.IOException
The default implementation returns this
java.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.