public abstract class PointsReader extends Object implements Closeable, Accountable
NULL_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(String field)
Return
PointValues for the given field . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildResources, ramBytesUsed
protected PointsReader()
public abstract void checkIntegrity() throws IOException
Note that this may be costly in terms of I/O, e.g. may involve computing a checksum value against large data files.
IOException
public abstract PointValues getValues(String field) throws IOException
PointValues
for the given field
.IOException
public PointsReader getMergeInstance()
The default implementation returns this
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.