Class MongoDaoModuleDefaults

java.lang.Object
dev.getelements.elements.dao.mongo.MongoDaoModuleDefaults
All Implemented Interfaces:
ModuleDefaults, Supplier<Properties>

public class MongoDaoModuleDefaults extends Object implements ModuleDefaults
Created by patricktwohig on 5/25/17.
  • Field Details

    • OPTISMITIC_RETRY_COUNT

      public static final int OPTISMITIC_RETRY_COUNT
      See Also:
    • DEFAULT_FALLOFF_TIME_MIN_MS

      public static final int DEFAULT_FALLOFF_TIME_MIN_MS
      See Also:
    • DEFAULT_FALLOFF_TIME_MAX_MS

      public static final int DEFAULT_FALLOFF_TIME_MAX_MS
      See Also:
  • Constructor Details

    • MongoDaoModuleDefaults

      public MongoDaoModuleDefaults()
  • Method Details