Interface BlobMigrationMBean

  • All Known Implementing Classes:
    BlobMigration

    public interface BlobMigrationMBean
    • Method Detail

      • 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()