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
RepositoryManager
createDataStoreGarbageCollector
in interface RepositoryManager
RepositoryException
public void stop()
RepositoryManager
Possible 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 RepositoryManager
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.