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