public interface BlobGCMBean
RepositoryManagementMBean
Modifier and Type | Method and Description |
---|---|
CompositeData |
checkConsistency()
Data Store consistency check
|
CompositeData |
getBlobGCStatus()
Data store garbage collection status
|
CompositeData |
getConsistencyCheckStatus()
Consistency check status
|
TabularData |
getGlobalMarkStats()
Show details of the data Store garbage collection process.
|
CompositeData |
startBlobGC(boolean markOnly)
Initiate a data store garbage collection operation.
|
CompositeData |
startBlobGC(boolean markOnly,
boolean forceBlobIdRetrieve)
Initiate a data store garbage collection operation.
|
static final String TYPE
CompositeData startBlobGC(@Name(value="markOnly") @Description(value="Set to true to only mark references and not sweep in the mark and sweep operation. This mode is to be used when the underlying BlobStore is shared between multiple different repositories. For all other cases set it to false to perform full garbage collection") boolean markOnly)
markOnly
- whether to only mark references and not sweep in the mark and sweep operation.CompositeData startBlobGC(@Name(value="markOnly") @Description(value="Set to true to only mark references and not sweep in the mark and sweep operation. This mode is to be used when the underlying BlobStore is shared between multiple different repositories. For all other cases set it to false to perform full garbage collection") boolean markOnly, @Name(value="forceBlobIdRetrieve") @Description(value="Set to true to force retrieve all ids from the datastore bypassing any local tracking") boolean forceBlobIdRetrieve)
markOnly
- whether to only mark references and not sweep in the mark and sweep operation.forceBlobIdRetrieve
- whether to force retrieve blob ids from datastoreCompositeData getBlobGCStatus()
TabularData getGlobalMarkStats()
CompositeData checkConsistency()
CompositeData getConsistencyCheckStatus()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"