public interface BlobMigrationMBean
| Modifier and Type | Method and Description |
|---|---|
@NotNull CompositeData |
getBlobMigrationStatus() |
@NotNull String |
startBlobMigration(boolean resume) |
@NotNull String |
stopBlobMigration() |
static final String TYPE
@NotNull @Description(value="Start or resume the blob migration") @NotNull 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 String stopBlobMigration()
@NotNull @NotNull CompositeData getBlobMigrationStatus() throws OpenDataException
OpenDataExceptionCopyright © 2012–2019 The Apache Software Foundation. All rights reserved.