Uses of Interface
com.nhncorp.neptune.tabletserver.TabletServerIF

Packages that use TabletServerIF
com.nhncorp.neptune.fs neptune의 데이터 파일을 저장하는 file system에 대한 인터페이스 정의 및 이를 구현한 class 
com.nhncorp.neptune.fs.old   
com.nhncorp.neptune.tabletserver TabletServer 
com.nhncorp.neptune.tabletserver.action   
 

Uses of TabletServerIF in com.nhncorp.neptune.fs
 

Methods in com.nhncorp.neptune.fs with parameters of type TabletServerIF
static ChangeLogFileSystemIF ChangeLogFileSystem.getChangeLogFileSystem(NConfiguration conf, TabletServerIF tabletServer, com.nhncorp.pleiades.client.LockService lockService)
           
 void PipeBasedChangeLogFileSystem.init(ChangeLogFileSystemIF systemIF, NConfiguration conf, TabletServerIF tabletServer, com.nhncorp.pleiades.client.LockService lockService)
           
 void LocalChangeLogFileSystem.init(ChangeLogFileSystemIF systemIF, NConfiguration conf, TabletServerIF tabletServer, com.nhncorp.pleiades.client.LockService lockService)
           
 void ChangeLogFileSystemIF.init(ChangeLogFileSystemIF systemIF, NConfiguration conf, TabletServerIF tabletServer, com.nhncorp.pleiades.client.LockService lockService)
           
 

Uses of TabletServerIF in com.nhncorp.neptune.fs.old
 

Methods in com.nhncorp.neptune.fs.old that return TabletServerIF
 TabletServerIF FileBasedChangeLogFileSystem.getTabletServer()
           
 

Methods in com.nhncorp.neptune.fs.old with parameters of type TabletServerIF
 void FileBasedChangeLogFileSystem.init(ChangeLogFileSystemIF proxyObject, NConfiguration conf, TabletServerIF tabletServer, com.nhncorp.pleiades.client.LockService lockService)
           
 

Uses of TabletServerIF in com.nhncorp.neptune.tabletserver
 

Classes in com.nhncorp.neptune.tabletserver that implement TabletServerIF
 class TabletServer
          Tablet을 관리하는 메인 서버
Neptune을 구성하는 세가지 데몬(NeptuneMaster, TabletServer, ChangeLogServer) 서버 중 하나이다.
 

Methods in com.nhncorp.neptune.tabletserver that return TabletServerIF
 TabletServerIF Tablet.getTabletServer()
           
 TabletServerIF MemorySSTable.getTabletServer()
           
 TabletServerIF DiskSSTable.getTabletServer()
           
 

Methods in com.nhncorp.neptune.tabletserver with parameters of type TabletServerIF
 void DiskSSTableIF.init(TabletServerIF tabletServer, DiskSSTableIF proxyObject, NConfiguration conf, TabletInfo tabletInfo, int numOfVersion)
           
 void DiskSSTable.init(TabletServerIF tabletServer, DiskSSTableIF proxyObject, NConfiguration conf, TabletInfo tabletInfo, int numOfVersion)
           
 void TabletServerIF.init(TabletServerIF tabletServer, NConfiguration conf)
           
 void TabletServer.init(TabletServerIF proxyObject, NConfiguration conf)
           
 void MemorySSTableIF.init(TabletServerIF tabletServer, NConfiguration conf, TabletInfo tabletInfo, int nemOfVersion)
           
 void MemorySSTable.init(TabletServerIF tabletServer, NConfiguration conf, TabletInfo tabletInfo, int numOfVersion)
           
 

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

Methods in com.nhncorp.neptune.tabletserver.action that return TabletServerIF
 TabletServerIF MinorCompactionAction.getTabletServer()