com.nhncorp.neptune.client
Class Cell.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.Cell.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:
Cell

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

Cell.Key class

Author:
jindolk

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 Cell.Key EMPTY_KEY
           
 
Constructor Summary
Cell.Key()
           
Cell.Key(byte[] key)
           
Cell.Key(java.lang.String key)
           
 
Method Summary
 
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

EMPTY_KEY

public static final Cell.Key EMPTY_KEY
Constructor Detail

Cell.Key

public Cell.Key()

Cell.Key

public Cell.Key(byte[] key)

Cell.Key

public Cell.Key(java.lang.String key)