Interface KeyValueServiceConfig

  • All Known Subinterfaces:
    KeyValueServiceConfigHelper

    public interface KeyValueServiceConfig
    Marker interface for various AtlasDb KeyValueService config objects.
    • Method Detail

      • concurrentGetRangesThreadPoolSize

        int concurrentGetRangesThreadPoolSize()
        The size of the thread pool used for concurrently running range requests.
      • defaultGetRangesConcurrency

        default int defaultGetRangesConcurrency()
        The maximum number of threads from the pool of concurrentGetRangesThreadPoolSize() to use for a single getRanges request when the user does not explicitly provide a value.