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
Nested ClassesModifier and TypeClassDescriptionprivate classRegister this feature's provided functionality and defines their lifetime scopes. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconfigure(org.apache.hbase.thirdparty.javax.ws.rs.core.FeatureContext context)
-
Field Details
-
supplier
-
-
Constructor Details
-
MasterFeature
-
-
Method Details
-
configure
- Specified by:
configurein interfaceorg.apache.hbase.thirdparty.javax.ws.rs.core.Feature
-