Class BlobStoreModule

  • All Implemented Interfaces:
    com.google.inject.Module

    public class BlobStoreModule
    extends com.google.inject.PrivateModule
    Guice module for constructing a BlobStore.

    Requires the following external references:

    • BlobStoreConfiguration
    • DataCenterConfiguration
    • CacheRegistry
    • DataStore
    • @SystemBlobStore BlobStore
    • HealthCheckRegistry
    • LeaderServiceTask
    • LifeCycleRegistry
    • TaskRegistry
    • @SelfHostAndPort HostAndPort
    • Curator CuratorFramework
    Exports the following:
    • BlobStore
    • Constructor Summary

      Constructors 
      Constructor Description
      BlobStoreModule​(com.bazaarvoice.emodb.common.dropwizard.service.EmoServiceMode serviceMode, java.lang.String metricsGroup, com.codahale.metrics.MetricRegistry metricRegistry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure()  
      • Methods inherited from class com.google.inject.PrivateModule

        addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
      • Methods inherited from class java.lang.Object

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

      • BlobStoreModule

        public BlobStoreModule​(com.bazaarvoice.emodb.common.dropwizard.service.EmoServiceMode serviceMode,
                               java.lang.String metricsGroup,
                               com.codahale.metrics.MetricRegistry metricRegistry)
    • Method Detail

      • configure

        protected void configure()
        Specified by:
        configure in class com.google.inject.PrivateModule