Class ReplicatedStoreModule

java.lang.Object
io.airlift.discovery.store.ReplicatedStoreModule
All Implemented Interfaces:
com.google.inject.Module

public class ReplicatedStoreModule extends Object implements com.google.inject.Module
Expects a LocalStore to be bound elsewhere. Provides a DistributedStore with the specified annotation.
  • Constructor Details

  • Method Details

    • configure

      public void configure(com.google.inject.Binder binder)
      Specified by:
      configure in interface com.google.inject.Module