public interface BlobMigrationMBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE |
Modifier and Type | Method and Description |
---|---|
@NotNull javax.management.openmbean.CompositeData |
getBlobMigrationStatus() |
@NotNull java.lang.String |
startBlobMigration(boolean resume) |
@NotNull java.lang.String |
stopBlobMigration() |
static final java.lang.String TYPE
@NotNull @Description(value="Start or resume the blob migration") @NotNull java.lang.String startBlobMigration(@Name(value="resume") @Description(value="true to resume stopped migration or false to start it from scratch") boolean resume)
@NotNull @Description(value="Stop the blob migration") @NotNull java.lang.String stopBlobMigration()
@NotNull @NotNull javax.management.openmbean.CompositeData getBlobMigrationStatus() throws javax.management.openmbean.OpenDataException
javax.management.openmbean.OpenDataException
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.