Class MasterFeature.Binder

java.lang.Object
org.apache.hbase.thirdparty.org.glassfish.hk2.utilities.binding.AbstractBinder
org.apache.hadoop.hbase.master.http.jersey.MasterFeature.Binder
All Implemented Interfaces:
org.apache.hbase.thirdparty.org.glassfish.hk2.api.DynamicConfiguration, org.apache.hbase.thirdparty.org.glassfish.hk2.utilities.Binder
Enclosing class:
MasterFeature

private class MasterFeature.Binder extends org.apache.hbase.thirdparty.org.glassfish.hk2.utilities.binding.AbstractBinder
Register this feature's provided functionality and defines their lifetime scopes.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private <T> org.apache.hbase.thirdparty.org.glassfish.hk2.utilities.binding.ServiceBindingBuilder<T>
    bindFactory(Supplier<T> supplier)
    Helper method for smoothing over use of SupplierFactoryAdapter.
    protected void
     

    Methods inherited from class org.apache.hbase.thirdparty.org.glassfish.hk2.utilities.binding.AbstractBinder

    addActiveDescriptor, addActiveDescriptor, addActiveDescriptor, addActiveFactoryDescriptor, addIdempotentFilter, addUnbindFilter, bind, bind, bind, bind, bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, commit, install, registerTwoPhaseResources

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class org.apache.hbase.thirdparty.org.glassfish.hk2.utilities.binding.AbstractBinder
    • bindFactory

      private <T> org.apache.hbase.thirdparty.org.glassfish.hk2.utilities.binding.ServiceBindingBuilder<T> bindFactory(Supplier<T> supplier)
      Helper method for smoothing over use of SupplierFactoryAdapter. Inspired by internal implementation details of jersey itself.