public class FSRepresentationCacheManager extends Object implements IFSRepresentationCacheManager
| Modifier and Type | Field and Description |
|---|---|
static String |
REP_CACHE_TABLE |
| Constructor and Description |
|---|
FSRepresentationCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
createRepresentationCache(File path) |
FSRepresentation |
getRepresentationByHash(String hash) |
void |
insert(FSRepresentation representation,
boolean rejectDup) |
static IFSRepresentationCacheManager |
openRepresentationCache(FSFS fsfs) |
void |
runReadTransaction(IFSSqlJetTransaction transaction) |
void |
runWriteTransaction(IFSSqlJetTransaction transaction) |
public static final String REP_CACHE_TABLE
public static IFSRepresentationCacheManager openRepresentationCache(FSFS fsfs) throws SVNException
SVNExceptionpublic static void createRepresentationCache(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(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 © 2025. All rights reserved.