Find rows using an exact match on an index. If the index is a compound index, the field name is then a field expression that can be build concatenating the field names involved with a plus sign as separator between them.
@param fieldName column/field name or expression on the row. Must be indexed.
@param value exact value to find, can be Long or String
@return RowSet with results
@throws IndexNotFoundException if the field is not indexed
@throws SerializationException on io errors
@throws RecordStoreFullException if no space left on record store
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.