Uses of Class
com.nhncorp.neptune.changelog.pipe.ChangeLogFileChannel

Packages that use ChangeLogFileChannel
com.nhncorp.neptune.changelog.pipe Change log server pipe utils 
 

Uses of ChangeLogFileChannel in com.nhncorp.neptune.changelog.pipe
 

Methods in com.nhncorp.neptune.changelog.pipe that return ChangeLogFileChannel
static ChangeLogFileChannel ChangeLogFileChannel.createChannel(java.lang.String tabletName, java.lang.String path, java.lang.String fileName)
           
 

Methods in com.nhncorp.neptune.changelog.pipe with parameters of type ChangeLogFileChannel
 void FileAppendThread.register(ChangeLogFileChannel ch, java.nio.ByteBuffer[] bufferList)