public interface SystemStatusService
| Modifier and Type | Method and Description |
|---|---|
Boolean |
clearAllCaches() |
Boolean |
clearCache(String cacheKey) |
List<CacheEntry> |
getCacheEntries() |
String |
getCurrentServerTime(String locale) |
String |
getMemoryStatus() |
List<QueueEntry> |
getQueueEntries() |
List<RepositoryScannerStatistics> |
getRepositoryScannerStatistics() |
String getMemoryStatus() throws ArchivaRestServiceException
ArchivaRestServiceExceptionString getCurrentServerTime(String locale) throws ArchivaRestServiceException
ArchivaRestServiceExceptionList<QueueEntry> getQueueEntries() throws ArchivaRestServiceException
ArchivaRestServiceExceptionList<CacheEntry> getCacheEntries() throws ArchivaRestServiceException
ArchivaRestServiceExceptionBoolean clearCache(String cacheKey) throws ArchivaRestServiceException
ArchivaRestServiceExceptionBoolean clearAllCaches() throws ArchivaRestServiceException
ArchivaRestServiceExceptionList<RepositoryScannerStatistics> getRepositoryScannerStatistics() throws ArchivaRestServiceException
ArchivaRestServiceExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.