| Package | Description |
|---|---|
| com.linkedin.restli.client.config |
| Modifier and Type | Method and Description |
|---|---|
ConfigValue<Boolean> |
RequestConfigBuilder.getBatchingEnabled() |
ConfigValue<Integer> |
RequestConfig.getMaxBatchSize() |
ConfigValue<Integer> |
RequestConfigBuilder.getMaxBatchSize() |
ConfigValue<Long> |
RequestConfig.getTimeoutMs() |
ConfigValue<Long> |
RequestConfigBuilder.getTimeoutMs() |
ConfigValue<Boolean> |
RequestConfig.isBatchingEnabled() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfigValue<Integer>> |
RequestConfigOverrides.getMaxBatchSize() |
Optional<ConfigValue<Long>> |
RequestConfigOverrides.getTimeoutMs() |
Optional<ConfigValue<Boolean>> |
RequestConfigOverrides.isBatchingEnabled() |
| Modifier and Type | Method and Description |
|---|---|
RequestConfigBuilder |
RequestConfigBuilder.setBatchingEnabled(ConfigValue<Boolean> batchingEnabled) |
RequestConfigBuilder |
RequestConfigBuilder.setMaxBatchSize(ConfigValue<Integer> maxBatchSize) |
RequestConfigBuilder |
RequestConfigBuilder.setTimeoutMs(ConfigValue<Long> timeoutMs) |
Copyright © 2018. All rights reserved.