Uses of Class
com.nhncorp.neptune.common.io.NText

Packages that use NText
com.nhncorp.neptune.client Neptune Client API, Shell, Scanner, Utility 
com.nhncorp.neptune.common.io Most classes in this package from Apache Hadoop. 
 

Uses of NText in com.nhncorp.neptune.client
 

Subclasses of NText in com.nhncorp.neptune.client
 class AbstractKey
          모든 Key class의 최상위 클래스
static class Cell.Key
          Cell의 Key를 저장하는 클래스
static class Row.Key
          Row의 Key를 저장하는 클래스
 

Uses of NText in com.nhncorp.neptune.common.io
 

Methods in com.nhncorp.neptune.common.io with parameters of type NText
 void NText.set(NText other)
          copy a text.
 

Constructors in com.nhncorp.neptune.common.io with parameters of type NText
NText(NText utf8)
          Construct from another text.