Interface BlobMigrationMBean

  • All Known Implementing Classes:
    BlobMigration

    public interface BlobMigrationMBean
    • Method Detail

      • startBlobMigration

        @NotNull
        @Description("Start or resume the blob migration")
        @NotNull java.lang.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 java.lang.String stopBlobMigration()
      • getBlobMigrationStatus

        @NotNull
        @NotNull javax.management.openmbean.CompositeData getBlobMigrationStatus()
                                                                          throws javax.management.openmbean.OpenDataException
        Throws:
        javax.management.openmbean.OpenDataException