public interface SQLRepositoryStatusMBean
Modifier and Type | Method and Description |
---|---|
String |
clearCaches()
Clears the caches.
|
BinaryManagerStatus |
gcBinaries(boolean delete)
GC the unused binaries.
|
int |
getActiveSessionsCount()
Return the opened sessions count
|
long |
getCachesSize()
Evaluate caches size
|
boolean |
isBinariesGCInProgress()
Is a GC of the binaries in progress?
|
String |
listActiveSessions()
Lists the opened sessions.
|
String |
listRemoteSessions()
Lists the remote opened sessions
|
String listActiveSessions()
String listRemoteSessions()
int getActiveSessionsCount()
String clearCaches()
long getCachesSize()
BinaryManagerStatus gcBinaries(boolean delete)
delete
- if false
don't actually delete the GCed binaries (but still return statistics about them),
if true
delete themboolean isBinariesGCInProgress()
It's only useful to call this from a separate thread from the one that called gcBinaries(boolean)
.
true
if a GC of the binaries is in progressCopyright © 2015 Nuxeo SA. All rights reserved.