Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-24888 API cleanup for 3.0.0
  3. HBASE-26661

Remove deprecated methods in MasterObserver

    XMLWordPrintableJSON

Details

    • Incompatible change, Reviewed
    • Hide
      Removed the below methods in MasterObserver

      void preModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) throws IOException;

      void postModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) throws IOException;

      void preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) throws IOException;

      void postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) throws IOException;

      void preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) throws IOException;

      void postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) throws IOException;
      Show
      Removed the below methods in MasterObserver void preModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) throws IOException; void postModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) throws IOException; void preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) throws IOException; void postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) throws IOException; void preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) throws IOException; void postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) throws IOException;

    Description

      We have several methods which are marked as deprecated and should be removed in 3.0.0.

      Attachments

        Issue Links

          Activity

            People

              sunyuting yuting sun
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: