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

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

Uses of ChangeLog in com.nhncorp.neptune.changelog
 

Methods in com.nhncorp.neptune.changelog that return ChangeLog
 ChangeLog TransactionData.getChangeLogAt(int curLogIndex)
           
 

Methods in com.nhncorp.neptune.changelog with parameters of type ChangeLog
 void ChangeLogClient.append(ChangeLog changeLog)
           
 

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

Methods in com.nhncorp.neptune.changelog.previous that return ChangeLog
 ChangeLog FileChangeLogManager.nextChangeLog()
          ChangeLog 파일로 부터 ChangeLog 레코드를 읽는다.
 ChangeLog FileChangeLogServerIF.nextChangeLog(java.lang.String tabletName)
           
 ChangeLog FileChangeLogServer.nextChangeLog(java.lang.String tabletName)
          ChangeLog 파일로 부터 ChangeLog 레코드를 읽는다.
 ChangeLog ChangeLogServerIF.nextChangeLog(java.lang.String tabletName)
           
 

Methods in com.nhncorp.neptune.changelog.previous with parameters of type ChangeLog
 java.lang.String FileChangeLogManager.addChangeLog(java.lang.String txId, int seq, ChangeLog changeLog)
           
 java.lang.String FileChangeLogServerIF.addChangeLog(java.lang.String tabletName, java.lang.String txId, int seq, ChangeLog changeLog)
           
 java.lang.String FileChangeLogServer.addChangeLog(java.lang.String tabletName, java.lang.String txId, int seq, ChangeLog changeLog)
           
 java.lang.String ChangeLogServerIF.addChangeLog(java.lang.String tabletName, java.lang.String txId, int seq, ChangeLog changeLog)
           
 

Uses of ChangeLog in com.nhncorp.neptune.fs
 

Methods in com.nhncorp.neptune.fs that return ChangeLog
 ChangeLog PipeBasedChangeLogFileSystem.nextChangeLog(java.lang.String tabletName)
           
 ChangeLog LocalChangeLogFileSystem.nextChangeLog(java.lang.String src)
           
 ChangeLog ChangeLogFileSystemIF.nextChangeLog(java.lang.String tabletName)
          read 모드로 오픈된 ChangeLog 저장소로부터 ChangeLog 레코드를 읽는다.
 

Methods in com.nhncorp.neptune.fs with parameters of type ChangeLog
 boolean PipeBasedChangeLogFileSystem.addChangeLog(java.lang.String tabletName, java.lang.String txId, int seq, ChangeLog changeLog)
           
 boolean LocalChangeLogFileSystem.addChangeLog(java.lang.String src, java.lang.String txId, int seq, ChangeLog changeLog)
           
 boolean ChangeLogFileSystemIF.addChangeLog(java.lang.String tabletName, java.lang.String txId, int seq, ChangeLog changeLog)
          ChangeLog를 저장한다.
 

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

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

Methods in com.nhncorp.neptune.fs.old with parameters of type ChangeLog
 boolean FileBasedChangeLogFileSystem.addChangeLog(java.lang.String tabletName, java.lang.String txId, int seq, ChangeLog changeLog)
           
 

Uses of ChangeLog in com.nhncorp.neptune.tabletserver
 

Methods in com.nhncorp.neptune.tabletserver that return types with arguments of type ChangeLog
 java.util.List<ChangeLog> TxValue.getChangeLogs()
           
 

Methods in com.nhncorp.neptune.tabletserver with parameters of type ChangeLog
 void TxValue.addChangeLog(ChangeLog changeLog)
           
 boolean Tablet.apply(Row.Key rowKey, TxId txId, ChangeLog[] changeLogList, boolean saveLog)
           
 boolean TabletServer.apply(java.lang.String tabletName, Row.Key rowKey, TxId txId, ChangeLog[] changeLogList, boolean saveLog)
           
 boolean DataServiceProtocol.apply(java.lang.String tabletName, Row.Key rowKey, TxId txId, ChangeLog[] changeLogList, boolean saveLog)
           
 void TabletServer.commit(TxId txId, ChangeLog[] changeLogList, boolean saveLog)
           
 void Tablet.commit(TxId txId, ChangeLog[] changeLogList, boolean saveLog)
          트렌젝션을 종료한다.
 void MemorySSTableIF.commit(TxId txId, ChangeLog[] changeLogList, boolean saveLog)
           
 void MemorySSTable.commit(TxId txId, ChangeLog[] changeLogList, boolean saveLog)
           
 void DataServiceProtocol.commit(TxId id, ChangeLog[] changeLogList, boolean saveLog)