public class BlobGC extends AnnotatedStandardMBean implements BlobGCMBean
BlobGCMBean based on a BlobGarbageCollector.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONSISTENCY_OP_NAME |
static java.lang.String |
OP_NAME |
| Constructor and Description |
|---|
BlobGC(BlobGarbageCollector blobGarbageCollector,
java.util.concurrent.Executor executor) |
| 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.
|
public static final java.lang.String OP_NAME
public static final java.lang.String CONSISTENCY_OP_NAME
public BlobGC(BlobGarbageCollector blobGarbageCollector, java.util.concurrent.Executor executor)
blobGarbageCollector - Blob garbage collectorexecutor - executor for running the garbage collection taskpublic javax.management.openmbean.CompositeData startBlobGC(boolean markOnly)
BlobGCMBeanstartBlobGC in interface BlobGCMBeanmarkOnly - whether to only mark references and not sweep in the mark and sweep operation.public javax.management.openmbean.CompositeData getBlobGCStatus()
BlobGCMBeangetBlobGCStatus in interface BlobGCMBeanpublic javax.management.openmbean.TabularData getGlobalMarkStats()
BlobGCMBeangetGlobalMarkStats in interface BlobGCMBeanpublic javax.management.openmbean.CompositeData checkConsistency()
BlobGCMBeancheckConsistency in interface BlobGCMBeanpublic javax.management.openmbean.CompositeData getConsistencyCheckStatus()
BlobGCMBeangetConsistencyCheckStatus in interface BlobGCMBean"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"