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)
BlobGCMBean
startBlobGC
in interface BlobGCMBean
markOnly
- whether to only mark references and not sweep in the mark and sweep operation.public javax.management.openmbean.CompositeData getBlobGCStatus()
BlobGCMBean
getBlobGCStatus
in interface BlobGCMBean
public javax.management.openmbean.TabularData getGlobalMarkStats()
BlobGCMBean
getGlobalMarkStats
in interface BlobGCMBean
public javax.management.openmbean.CompositeData checkConsistency()
BlobGCMBean
checkConsistency
in interface BlobGCMBean
public javax.management.openmbean.CompositeData getConsistencyCheckStatus()
BlobGCMBean
getConsistencyCheckStatus
in interface BlobGCMBean
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"