wt.fv
Class FvProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bywt.util.WTProperties
                  extended bywt.fv.FvProperties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class FvProperties
extends WTProperties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
static int CLEANUP_BUF_SIZE
           
static String CLEANUP_TEMP_DIR
           
static String DEFAULT_VAULT_DIR
           
static String DUMP_FILE
           
static int FILE_SIZE_THRESHOLD
           
static boolean FORCE_ONE_VAULT
           
static int FV_FILES_TRESHOLD
           
static boolean LOCAL_REPLICA
           
static boolean LOG_APPEND
           
static boolean LOG_ENABLED
           
static String LOG_FILE
           
static String PROPERTY_PREFIX
           
static boolean PURGE_LOG_APPEND
           
static boolean PURGE_LOG_ENABLED
           
static String PURGE_LOG_FILE
           
static int PURGE_UNREFERENCED_FVITEM_INTERVAL
           
static int PURGE_UNREFERENCED_FVITEM_OLDER_THAN
           
static boolean PURGE_UNREFERENCED_FVITEMS
           
static int READ_BUFFER_SIZE
           
private static String RESOURCE
           
static boolean REVAULT_ON_CHANGE
           
static int REVAULT_QUERY_SIZE
           
static int REVAULTING_LOCK_TIME
           
static boolean USE_FV_FILES_TRESHOLD
           
static boolean VERBOSE
           
static boolean VERBOSE_PROPERTIES
           
private static String versionID
           
 
Fields inherited from class wt.util.WTProperties
RESOURCE_NAME, SERVER_CODEBASE_LOCATOR, SERVER_CODEBASE_PROPERTY
 
Fields inherited from class java.util.Properties
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
private FvProperties()
           
private FvProperties(Properties defaults)
           
 
Method Summary
private static void logProperties()
           
 
Methods inherited from class wt.util.WTProperties
appendPropertyToFile, appendPropertyToFile, copyFile, getAppletProperties, getLocalProperties, getProperty, getProperty, getProperty, getServerCodebase, getServerCodebase, getServerProperties, getServerProperties, getURL, list, main, parseArgs, propertyNames, reset, setLocalPropertiesOnly, setVerbose, store, store, store, substitute
 
Methods inherited from class java.util.Properties
getProperty, list, list, load, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

PROPERTY_PREFIX

public static final String PROPERTY_PREFIX
See Also:
Constant Field Values

VERBOSE_PROPERTIES

public static boolean VERBOSE_PROPERTIES

VERBOSE

public static boolean VERBOSE

READ_BUFFER_SIZE

public static int READ_BUFFER_SIZE

CLEANUP_TEMP_DIR

public static String CLEANUP_TEMP_DIR

CLEANUP_BUF_SIZE

public static int CLEANUP_BUF_SIZE

LOG_ENABLED

public static boolean LOG_ENABLED

LOG_APPEND

public static boolean LOG_APPEND

LOG_FILE

public static String LOG_FILE

DUMP_FILE

public static String DUMP_FILE

REVAULT_QUERY_SIZE

public static int REVAULT_QUERY_SIZE

REVAULTING_LOCK_TIME

public static int REVAULTING_LOCK_TIME

PURGE_LOG_FILE

public static String PURGE_LOG_FILE

PURGE_LOG_ENABLED

public static boolean PURGE_LOG_ENABLED

PURGE_LOG_APPEND

public static boolean PURGE_LOG_APPEND

PURGE_UNREFERENCED_FVITEMS

public static boolean PURGE_UNREFERENCED_FVITEMS

DEFAULT_VAULT_DIR

public static String DEFAULT_VAULT_DIR

PURGE_UNREFERENCED_FVITEM_INTERVAL

public static int PURGE_UNREFERENCED_FVITEM_INTERVAL

PURGE_UNREFERENCED_FVITEM_OLDER_THAN

public static int PURGE_UNREFERENCED_FVITEM_OLDER_THAN

FILE_SIZE_THRESHOLD

public static int FILE_SIZE_THRESHOLD

REVAULT_ON_CHANGE

public static boolean REVAULT_ON_CHANGE

FORCE_ONE_VAULT

public static boolean FORCE_ONE_VAULT

USE_FV_FILES_TRESHOLD

public static boolean USE_FV_FILES_TRESHOLD

FV_FILES_TRESHOLD

public static int FV_FILES_TRESHOLD

LOCAL_REPLICA

public static boolean LOCAL_REPLICA
Constructor Detail

FvProperties

private FvProperties()

FvProperties

private FvProperties(Properties defaults)
Method Detail

logProperties

private static void logProperties()