Uses of Class
com.nhncorp.neptune.tabletserver.TabletServer

Packages that use TabletServer
com.nhncorp.neptune.tabletserver TabletServer 
com.nhncorp.neptune.tabletserver.action   
 

Uses of TabletServer in com.nhncorp.neptune.tabletserver
 

Constructors in com.nhncorp.neptune.tabletserver with parameters of type TabletServer
Tablet(NConfiguration conf, TableSchema table, TabletServer tabletServer, TabletInfo tabletInfo)
           
 

Uses of TabletServer in com.nhncorp.neptune.tabletserver.action
 

Methods in com.nhncorp.neptune.tabletserver.action that return TabletServer
 TabletServer TabletDropAction.getTabletServer()
           
 

Methods in com.nhncorp.neptune.tabletserver.action with parameters of type TabletServer
 void TabletDropActionIF.init(TabletServer tabletServer, TabletDropActionIF proxyObject, com.nhncorp.pleiades.client.LockService lockService, TabletInfo tabletInfo)
           
 void TabletDropAction.init(TabletServer tabletServer, TabletDropActionIF proxyObject, com.nhncorp.pleiades.client.LockService lockService, TabletInfo tabletInfo)
           
 

Constructors in com.nhncorp.neptune.tabletserver.action with parameters of type TabletServer
TabletSplitAction(Tablet tablet, TabletServer tabletServer)