org.apache.hadoop.hbase.jdbc.impl
Class RowIdImpl
java.lang.Object
org.apache.hadoop.hbase.jdbc.impl.RowIdImpl
- All Implemented Interfaces:
- RowId
public class RowIdImpl
- extends Object
- implements RowId
RowIdImpl
public RowIdImpl(String keyval)
getBytes
public byte[] getBytes()
- Specified by:
getBytes in interface RowId
toString
public String toString()
- Specified by:
toString in interface RowId- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Specified by:
equals in interface RowId- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface RowId- Overrides:
hashCode in class Object
Copyright © 2011. All Rights Reserved.