public interface ActiveDeletedBlobCollectorMBean
RepositoryManagementMBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE |
Modifier and Type | Method and Description |
---|---|
@NotNull javax.management.openmbean.CompositeData |
cancelActiveCollection()
Cancel a running collection of deleted lucene index blobs operation.
|
void |
flagActiveDeletionSafe()
Resets the in-memory flag so that new blobs are not flagged anymore and hence
would get marked for active deletion when active deletion is active.
|
void |
flagActiveDeletionUnsafeForCurrentState()
Flag current blobs (head state) referred by all indexes so that they won't
be marked to be collected by active deletion later.
|
@NotNull javax.management.openmbean.CompositeData |
getActiveCollectionStatus()
Status of collection of deleted lucene index blobs.
|
@NotNull boolean |
isActiveDeletionUnsafe() |
boolean |
isDisabled()
Whether active deletion is disabled.
|
@NotNull javax.management.openmbean.CompositeData |
startActiveCollection()
Initiate collection operation of deleted lucene index blobs
|
static final java.lang.String TYPE
@NotNull @NotNull javax.management.openmbean.CompositeData startActiveCollection()
@NotNull @NotNull javax.management.openmbean.CompositeData cancelActiveCollection()
@NotNull @NotNull javax.management.openmbean.CompositeData getActiveCollectionStatus()
@NotNull @NotNull boolean isActiveDeletionUnsafe()
@NotNull void flagActiveDeletionUnsafeForCurrentState()
void flagActiveDeletionSafe()
boolean isDisabled()
Copyright © 2010 - 2020 Adobe. All Rights Reserved