Uses of Class
com.nhncorp.neptune.client.NTable

Packages that use NTable
com.nhncorp.neptune.client Neptune Client API, Shell, Scanner, Utility 
 

Uses of NTable in com.nhncorp.neptune.client
 

Methods in com.nhncorp.neptune.client that return NTable
static NTable NTable.openTable(NConfiguration conf, java.lang.String tableName)
          Returns NTable instance if exists, otherwise returns null.
static NTable NTable.openTable(NConfiguration conf, TableSchema tableSchema, boolean create)
          Returns NTable instance if exists, otherwise returns null.