Interface HasMasterServices
- All Known Implementing Classes:
MasterCoprocessorHost.MasterEnvironmentForCoreCoprocessors
Deprecated.
Since 2.0.0 to be removed in 3.0.0. The hope is that by 3.0.0 we will not need this
facility as CoreCoprocessors are integated into core.
Mark a class that it has a MasterServices accessor. Temporary hack until core Coprocesssors are
integrated.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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.
-