com.nhncorp.neptune.client
Class Row.Key

java.lang.Object
  extended by com.nhncorp.neptune.common.io.NText
      extended by com.nhncorp.neptune.client.AbstractKey
          extended by com.nhncorp.neptune.client.Row.Key
All Implemented Interfaces:
com.nhncorp.neptune.common.io.NWritable, com.nhncorp.neptune.common.io.NWritableComparable, java.lang.Comparable, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable
Enclosing class:
Row

public static class Row.Key
extends com.nhncorp.neptune.client.AbstractKey

Row.Key class


Nested Class Summary
 
Nested classes/interfaces inherited from class com.nhncorp.neptune.common.io.NText
com.nhncorp.neptune.common.io.NText.Comparator
 
Field Summary
static Row.Key MAX_KEY
           
static Row.Key MIN_KEY
           
 
Constructor Summary
Row.Key()
           
Row.Key(byte[] bytes)
           
Row.Key(byte[] bytes, int pos, int length)
           
Row.Key(java.lang.String key)
           
 
Method Summary
 boolean isMaxValue()
           
 
Methods inherited from class com.nhncorp.neptune.client.AbstractKey
getByteSize, isEmpty
 
Methods inherited from class com.nhncorp.neptune.common.io.NText
bytesToCodePoint, charAt, compareTo, decode, decode, decode, encode, encode, equals, find, find, getAllocatedSize, getBytes, getLength, hashCode, readFields, readString, set, set, set, set, skip, toString, utf8Length, validateUTF8, validateUTF8, write, writeString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MIN_KEY

public static final Row.Key MIN_KEY

MAX_KEY

public static final Row.Key MAX_KEY
Constructor Detail

Row.Key

public Row.Key()

Row.Key

public Row.Key(byte[] bytes)

Row.Key

public Row.Key(byte[] bytes,
               int pos,
               int length)

Row.Key

public Row.Key(java.lang.String key)
Method Detail

isMaxValue

public boolean isMaxValue()