com.sleepycat.je.log
Class FileManager.FileMode
java.lang.Object
com.sleepycat.je.log.FileManager.FileMode
- Enclosing class:
- FileManager
public static class FileManager.FileMode
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READ_MODE
public static final FileManager.FileMode READ_MODE
READWRITE_MODE
public static final FileManager.FileMode READWRITE_MODE
READWRITE_ODSYNC_MODE
public static final FileManager.FileMode READWRITE_ODSYNC_MODE
READWRITE_OSYNC_MODE
public static final FileManager.FileMode READWRITE_OSYNC_MODE
getIsWritable
public boolean getIsWritable()
getModeValue
public String getModeValue()
Copyright 2004,2008 Oracle. All rights reserved.