Class ClientConfig<K,​V,​T extends org.apache.avro.specific.SpecificRecord>


  • public class ClientConfig<K,​V,​T extends org.apache.avro.specific.SpecificRecord>
    extends java.lang.Object
    • Method Detail

      • getStoreName

        public java.lang.String getStoreName()
      • getR2Client

        public com.linkedin.r2.transport.common.Client getR2Client()
      • isSpeculativeQueryEnabled

        public boolean isSpeculativeQueryEnabled()
      • getSpecificValueClass

        public java.lang.Class<T> getSpecificValueClass()
      • getDeserializationExecutor

        public java.util.concurrent.Executor getDeserializationExecutor()
      • isDualReadEnabled

        public boolean isDualReadEnabled()
      • getRoutingLeakedRequestCleanupThresholdMS

        public long getRoutingLeakedRequestCleanupThresholdMS()
      • getRoutingQuotaExceededRequestCounterResetDelayMS

        public long getRoutingQuotaExceededRequestCounterResetDelayMS()
      • getRoutingErrorRequestCounterResetDelayMS

        public long getRoutingErrorRequestCounterResetDelayMS()
      • getRoutingUnavailableRequestCounterResetDelayMS

        public long getRoutingUnavailableRequestCounterResetDelayMS()
      • getRoutingPendingRequestCounterInstanceBlockThreshold

        public int getRoutingPendingRequestCounterInstanceBlockThreshold()
      • isMetadataConnWarmupEnabled

        public boolean isMetadataConnWarmupEnabled()
      • getMetadataRefreshIntervalInSeconds

        public long getMetadataRefreshIntervalInSeconds()
      • getMetadataConnWarmupTimeoutInSeconds

        public long getMetadataConnWarmupTimeoutInSeconds()
      • isLongTailRetryEnabledForSingleGet

        public boolean isLongTailRetryEnabledForSingleGet()
      • getLongTailRetryThresholdForSingleGetInMicroSeconds

        public int getLongTailRetryThresholdForSingleGetInMicroSeconds()
      • isLongTailRetryEnabledForBatchGet

        public boolean isLongTailRetryEnabledForBatchGet()
      • getLongTailRetryThresholdForBatchGetInMicroSeconds

        public int getLongTailRetryThresholdForBatchGetInMicroSeconds()
      • isLongTailRetryEnabledForCompute

        public boolean isLongTailRetryEnabledForCompute()
      • getLongTailRetryThresholdForComputeInMicroSeconds

        public int getLongTailRetryThresholdForComputeInMicroSeconds()
      • isVsonStore

        @Deprecated
        public boolean isVsonStore()
        Deprecated.
      • getD2Client

        public com.linkedin.d2.balancer.D2Client getD2Client()
      • getClusterDiscoveryD2Service

        public java.lang.String getClusterDiscoveryD2Service()
      • useGrpc

        public boolean useGrpc()
      • isProjectionFieldValidationEnabled

        public boolean isProjectionFieldValidationEnabled()
      • getLongTailRetryBudgetEnforcementWindowInMs

        public long getLongTailRetryBudgetEnforcementWindowInMs()
      • setProjectionFieldValidationEnabled

        public ClientConfig setProjectionFieldValidationEnabled​(boolean projectionFieldValidation)