public abstract class PointsReader extends PointValues implements Closeable, Accountable
PointValues.IntersectVisitor, PointValues.RelationMAX_DIMENSIONS, MAX_NUM_BYTES| 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.
|
getBytesPerDimension, getDocCount, getDocCount, getMaxPackedValue, getMaxPackedValue, getMinPackedValue, getMinPackedValue, getNumDimensions, intersect, size, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildResources, ramBytesUsedprotected 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.
IOExceptionpublic PointsReader getMergeInstance() throws IOException
The default implementation returns this
IOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.