Uses of Class
com.nhncorp.neptune.changelog.previous.ChangeLogStatus

Packages that use ChangeLogStatus
com.nhncorp.neptune.changelog.previous 사용하지 않는 change log server 
com.nhncorp.neptune.fs neptune의 데이터 파일을 저장하는 file system에 대한 인터페이스 정의 및 이를 구현한 class 
com.nhncorp.neptune.fs.old   
 

Uses of ChangeLogStatus in com.nhncorp.neptune.changelog.previous
 

Methods in com.nhncorp.neptune.changelog.previous that return ChangeLogStatus
 ChangeLogStatus FileChangeLogManager.getChangeLogStatus()
           
 ChangeLogStatus FileChangeLogServerIF.getChangeLogStatus(java.lang.String tabletName)
           
 ChangeLogStatus FileChangeLogServer.getChangeLogStatus(java.lang.String tabletName)
           
 

Uses of ChangeLogStatus in com.nhncorp.neptune.fs
 

Methods in com.nhncorp.neptune.fs that return ChangeLogStatus
 ChangeLogStatus PipeBasedChangeLogFileSystem.verifyChangelog(java.lang.String tabletName)
           
 ChangeLogStatus LocalChangeLogFileSystem.verifyChangelog(java.lang.String tabletName)
           
 ChangeLogStatus ChangeLogFileSystemIF.verifyChangelog(java.lang.String tabletName)
          여러개의 복사본들 사이에 동기화가 되어 있는지 확인한다.
 

Methods in com.nhncorp.neptune.fs that return types with arguments of type ChangeLogStatus
 java.util.List<ChangeLogStatus> PipeBasedChangeLogFileSystem.getChangeLogStatus(java.lang.String tabletName)
           
 java.util.List<ChangeLogStatus> LocalChangeLogFileSystem.getChangeLogStatus(java.lang.String tabletName)
           
 java.util.List<ChangeLogStatus> ChangeLogFileSystemIF.getChangeLogStatus(java.lang.String tabletName)
           
 

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

Methods in com.nhncorp.neptune.fs.old that return ChangeLogStatus
 ChangeLogStatus FileBasedChangeLogFileSystem.verifyChangelog(java.lang.String tabletName)
           
 

Methods in com.nhncorp.neptune.fs.old that return types with arguments of type ChangeLogStatus
 java.util.List<ChangeLogStatus> FileBasedChangeLogFileSystem.getChangeLogStatus(java.lang.String tabletName)