public class FSRepresentationCacheManager extends java.lang.Object implements IFSRepresentationCacheManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REP_CACHE_TABLE |
| Constructor and Description |
|---|
FSRepresentationCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
createRepresentationCache(java.io.File path) |
FSRepresentation |
getRepresentationByHash(java.lang.String hash) |
void |
insert(FSRepresentation representation,
boolean rejectDup) |
static IFSRepresentationCacheManager |
openRepresentationCache(FSFS fsfs) |
void |
runReadTransaction(IFSSqlJetTransaction transaction) |
void |
runWriteTransaction(IFSSqlJetTransaction transaction) |
public static final java.lang.String REP_CACHE_TABLE
public static IFSRepresentationCacheManager openRepresentationCache(FSFS fsfs) throws SVNException
SVNExceptionpublic static void createRepresentationCache(java.io.File path)
throws SVNException
SVNExceptionpublic void insert(FSRepresentation representation, boolean rejectDup) throws SVNException
insert in interface IFSRepresentationCacheManagerSVNExceptionpublic void close()
throws SVNException
close in interface IFSRepresentationCacheManagerSVNExceptionpublic FSRepresentation getRepresentationByHash(java.lang.String hash) throws SVNException
getRepresentationByHash in interface IFSRepresentationCacheManagerSVNExceptionpublic void runWriteTransaction(IFSSqlJetTransaction transaction) throws SVNException
runWriteTransaction in interface IFSRepresentationCacheManagerSVNExceptionpublic void runReadTransaction(IFSSqlJetTransaction transaction) throws SVNException
runReadTransaction in interface IFSRepresentationCacheManagerSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.