This class models all of the necessary information for persisting data in Accumulo (following the common index model) and is used internally within GeoWave as an intermediary object between the direct storage format and the native data format. It also contains information about the persisted object within a particular index such as the insertion ID in the index and the number of duplicates for this entry in the index, and is used when reading data from the index.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.