public class HashedStore extends ShadowNoFileLockStore
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_NUMBER_DIRECTORIES |
static char |
SHADOWCHAR |
HIDDINGCHARdoSync, scanZeroLengthFiles, syncWrites_objectStoreRoot, shareStatus| Constructor and Description |
|---|
HashedStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allObjUids(String tName,
InputObjectState state,
int match)
Given a type name initialise
state to contains all of the
Uids of objects of that type |
protected String |
genPathName(Uid objUid,
String tName,
int otype) |
protected String |
truncate(String value) |
lock, unlockcommit_state, currentState, hide_state, read_state, remove_state, reveal_state, revealedId, write_stateaddToCache, allTypes, allTypes, closeAndUnlock, createHierarchy, exists, getStoreName, openAndLock, read_committed, read_uncommitted, remove_committed, remove_uncommitted, removeFromCache, removeFromCache, renameFromTo, supressEntry, synchronousWrites, write_committed, write_uncommittedallObjUids, fullCommitNeeded, initialise, isType, locateStore, shareState, start, stop, storeDir, storeRoot, syncpublic static final char SHADOWCHAR
public static final int DEFAULT_NUMBER_DIRECTORIES
public HashedStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) throws ObjectStoreException
ObjectStoreExceptionpublic boolean allObjUids(String tName, InputObjectState state, int match) throws ObjectStoreException
state to contains all of the
Uids of objects of that typeallObjUids in interface RecoveryStoreallObjUids in class FileSystemStoretName - The type to scan for.state - The object state in which to store the Uidsmatch - The file type to look for (e.g., committed, shadowed). [StateStatus]true if no errors occurred, false
otherwise.ObjectStoreExceptionprotected String truncate(String value)
truncate in class FileSystemStoreprotected String genPathName(Uid objUid, String tName, int otype) throws ObjectStoreException
genPathName in class ShadowingStoreObjectStoreExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.