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

Packages that use TabletServerInfo
com.nhncorp.neptune.master Neptune Master Server 
com.nhncorp.neptune.tabletserver TabletServer 
 

Uses of TabletServerInfo in com.nhncorp.neptune.master
 

Methods in com.nhncorp.neptune.master that return TabletServerInfo
 TabletServerInfo[] TableManagerProtocol.getTabletServerInfos()
           
 TabletServerInfo[] NeptuneMaster.getTabletServerInfos()
           
 

Uses of TabletServerInfo in com.nhncorp.neptune.tabletserver
 

Methods in com.nhncorp.neptune.tabletserver with parameters of type TabletServerInfo
 int TabletServerInfo.TabletServerInfoComparator.compare(TabletServerInfo tabletServerInfo1, TabletServerInfo tabletServerInfo2)
           
 int TabletServerInfo.compareTo(TabletServerInfo o)