public class RepositoryManagerImpl extends Object implements RepositoryManager
| Modifier and Type | Method and Description | 
|---|---|
| DataStoreGarbageCollector | createDataStoreGarbageCollector()Create a data store garbage collector for this repository. | 
| void | stop()Shuts down the repository. | 
public DataStoreGarbageCollector createDataStoreGarbageCollector() throws RepositoryException
RepositoryManagercreateDataStoreGarbageCollector in interface RepositoryManagerRepositoryExceptionpublic void stop()
RepositoryManagerPossible errors are logged rather than thrown as exceptions as there is little that a client application could do in such a case.
stop in interface RepositoryManagerCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.