Interface BlobMigrationMBean

All Known Implementing Classes:
BlobMigration

public interface BlobMigrationMBean
  • Field Details

  • Method Details

    • startBlobMigration

      @NotNull @Description("Start or resume the blob migration") @NotNull String startBlobMigration(@Name("resume") @Description("true to resume stopped migration or false to start it from scratch") boolean resume)
    • stopBlobMigration

      @NotNull @Description("Stop the blob migration") @NotNull String stopBlobMigration()
    • getBlobMigrationStatus

      @NotNull @NotNull CompositeData getBlobMigrationStatus() throws OpenDataException
      Throws:
      OpenDataException