Uses of Interface
com.nhncorp.neptune.fs.ChangeLogFileSystemIF

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

Uses of ChangeLogFileSystemIF in com.nhncorp.neptune.fs
 

Classes in com.nhncorp.neptune.fs that implement ChangeLogFileSystemIF
 class ChangeLogFileSystem
           
 class LocalChangeLogFileSystem
          로컬 파일시스템을 change log 사용.
 class PipeBasedChangeLogFileSystem
          Changelog 처리를 위한 파일시스템 클라이언트 현재 구성은 Neptune에서 자체 개발된 고속의 append 가능한 change log용 파일시스템을 별도로 구축하여 사용하고 있다.
 

Methods in com.nhncorp.neptune.fs that return ChangeLogFileSystemIF
static ChangeLogFileSystemIF ChangeLogFileSystem.getChangeLogFileSystem(NConfiguration conf, TabletServerIF tabletServer, com.nhncorp.pleiades.client.LockService lockService)
           
 

Methods in com.nhncorp.neptune.fs with parameters of type ChangeLogFileSystemIF
 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 ChangeLogFileSystemIF in com.nhncorp.neptune.fs.old
 

Classes in com.nhncorp.neptune.fs.old that implement ChangeLogFileSystemIF
 class FileBasedChangeLogFileSystem
           
 

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

Uses of ChangeLogFileSystemIF in com.nhncorp.neptune.tabletserver
 

Methods in com.nhncorp.neptune.tabletserver that return ChangeLogFileSystemIF
 ChangeLogFileSystemIF MemorySSTableIF.getChangeLogFileSystem()
           
 ChangeLogFileSystemIF MemorySSTable.getChangeLogFileSystem()
           
 

Methods in com.nhncorp.neptune.tabletserver with parameters of type ChangeLogFileSystemIF
static void Tablet.deleteChangeLog(ChangeLogFileSystemIF changeLogFileSystem, java.lang.String tableName, java.lang.String tabletName)