org.apache.hadoop.hbase.jdbc.impl
Class RowIdImpl

java.lang.Object
  extended by org.apache.hadoop.hbase.jdbc.impl.RowIdImpl
All Implemented Interfaces:
RowId

public class RowIdImpl
extends Object
implements RowId


Constructor Summary
RowIdImpl(String keyval)
           
 
Method Summary
 boolean equals(Object o)
           
 byte[] getBytes()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowIdImpl

public RowIdImpl(String keyval)
Method Detail

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.