summaryrefslogtreecommitdiffstats
path: root/config-model-api
diff options
context:
space:
mode:
Diffstat (limited to 'config-model-api')
-rw-r--r--config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java b/config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java
index 8ccd1e67ba1..7d0228721aa 100644
--- a/config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java
+++ b/config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java
@@ -62,9 +62,6 @@ public interface ModelContext {
// TODO: Only needed for LbServicesProducerTest
default boolean useDedicatedNodeForLogserver() { return true; }
- // TODO Remove when 7.225 is last
- default boolean useAdaptiveDispatch() { return true; }
-
default Optional<EndpointCertificateSecrets> endpointCertificateSecrets() { return Optional.empty(); }
// TODO Revisit in May or June 2020
@@ -78,19 +75,6 @@ public interface ModelContext {
// TODO Revisit in May or June 2020
double queueSizeFactor();
- // TODO Remove when 7.229 is last
- default double defaultSoftStartSeconds() { return 0; }
-
- // TODO Remove when 7.226 is last
- default double defaultTopKProbability() {
- return 0.9999;
- }
-
- // TODO Remove when 7.238 is last
- default String docprocLoadBalancerType() {
- return "adaptive";
- }
-
/// Default setting for the gc-options attribute if not specified explicit by application
String jvmGCOptions();
@@ -101,9 +85,6 @@ public interface ModelContext {
boolean skipMbusRequestThread();
boolean skipMbusReplyThread();
- // TODO Remove when 7.247 is last
- default boolean useDistributorBtreeDb() { return true; }
-
boolean useContentNodeBtreeDb();
boolean useThreePhaseUpdates();