Interface HasMasterServices

All Known Implementing Classes:
MasterCoprocessorHost.MasterEnvironmentForCoreCoprocessors

@Deprecated @Private public interface HasMasterServices
Deprecated.
Since 2.0.0 to be removed in 4.0.0. The hope was that by 3.0.0 we will not need this facility as CoreCoprocessors are integated into core but we failed, so delay the removal to 4.0.0.
Mark a class that it has a MasterServices accessor. Temporary hack until core Coprocesssors are integrated.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns An instance of RegionServerServices, an object NOT for Coprocessor consumption.
  • Method Details

    • getMasterServices

      Deprecated.
      Returns An instance of RegionServerServices, an object NOT for Coprocessor consumption.