com.sleepycat.je.log
Class FileManager.FileMode

java.lang.Object
  extended by com.sleepycat.je.log.FileManager.FileMode
Enclosing class:
FileManager

public static class FileManager.FileMode
extends java.lang.Object


Field Summary
static FileManager.FileMode READ_MODE
           
static FileManager.FileMode READWRITE_MODE
           
static FileManager.FileMode READWRITE_ODSYNC_MODE
           
static FileManager.FileMode READWRITE_OSYNC_MODE
           
 
Method Summary
 boolean getIsWritable()
           
 java.lang.String getModeValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

getIsWritable

public boolean getIsWritable()

getModeValue

public java.lang.String getModeValue()


Copyright 2004,2008 Oracle. All rights reserved.