Fetch the columns associated with this key for the specified column family. This method basically sets up an iterator internally and then provides an iterator like interface to iterate over the columns.
@param key key we are interested in.
@param cf column family we are interested in.
@throws IOException
@throws ColumnFamilyNotDefinedException
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.