com.nhncorp.neptune.fs
Class ChangeLogFileSystem

java.lang.Object
  extended by com.nhncorp.neptune.fs.ChangeLogFileSystem
All Implemented Interfaces:
ProxyObject, ChangeLogFileSystemIF
Direct Known Subclasses:
LocalChangeLogFileSystem

public abstract class ChangeLogFileSystem
extends java.lang.Object
implements ChangeLogFileSystemIF


Field Summary
 
Fields inherited from interface com.nhncorp.neptune.fs.ChangeLogFileSystemIF
ADD_OK
 
Constructor Summary
ChangeLogFileSystem()
           
 
Method Summary
static ChangeLogFileSystemIF getChangeLogFileSystem(NConfiguration conf, TabletServerIF tabletServer, com.nhncorp.pleiades.client.LockService lockService)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.nhncorp.neptune.fs.ChangeLogFileSystemIF
addChangeLog, close, delete, endMinorCompaction, exists, finishAdding, format, getChangeLogServerInfo, getChangeLogStatus, init, nextChangeLog, open, open, startMinorCompaction, verifyChangelog
 
Methods inherited from interface com.nhncorp.neptune.common.aop.ProxyObject
getTestHandlerKey
 

Constructor Detail

ChangeLogFileSystem

public ChangeLogFileSystem()
Method Detail

getChangeLogFileSystem

public static ChangeLogFileSystemIF getChangeLogFileSystem(NConfiguration conf,
                                                           TabletServerIF tabletServer,
                                                           com.nhncorp.pleiades.client.LockService lockService)
                                                    throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception