public interface BlobGCMBean
RepositoryManagementMBean| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
javax.management.openmbean.CompositeData |
checkConsistency()
Data Store consistency check
|
javax.management.openmbean.CompositeData |
getBlobGCStatus()
Data store garbage collection status
|
javax.management.openmbean.CompositeData |
getConsistencyCheckStatus()
Consistency check status
|
javax.management.openmbean.TabularData |
getGlobalMarkStats()
Show details of the data Store garbage collection process.
|
javax.management.openmbean.CompositeData |
startBlobGC(boolean markOnly)
Initiate a data store garbage collection operation.
|
static final java.lang.String TYPE
javax.management.openmbean.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.javax.management.openmbean.CompositeData getBlobGCStatus()
javax.management.openmbean.TabularData getGlobalMarkStats()
javax.management.openmbean.CompositeData checkConsistency()
javax.management.openmbean.CompositeData getConsistencyCheckStatus()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"