Class MasterFeature
java.lang.Object
org.apache.hadoop.hbase.master.http.jersey.MasterFeature
- All Implemented Interfaces:
org.apache.hbase.thirdparty.javax.ws.rs.core.Feature
@Private
public class MasterFeature
extends Object
implements org.apache.hbase.thirdparty.javax.ws.rs.core.Feature
Implements a Singleton binding to the provided instance of
HMaster
for both
HMaster
and MasterServices
injections.-
Nested Class Summary
Modifier and TypeClassDescriptionprivate class
Register this feature's provided functionality and defines their lifetime scopes. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.apache.hbase.thirdparty.javax.ws.rs.core.FeatureContext context)
-
Field Details
-
supplier
-
-
Constructor Details
-
MasterFeature
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceorg.apache.hbase.thirdparty.javax.ws.rs.core.Feature
-