aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/abi-spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/abi-spec.json')
-rw-r--r--container-core/abi-spec.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/container-core/abi-spec.json b/container-core/abi-spec.json
index 9c14c03ba21..6e4fc74fdc6 100644
--- a/container-core/abi-spec.json
+++ b/container-core/abi-spec.json
@@ -207,7 +207,7 @@
"public void merge(com.yahoo.container.handler.Coverage)",
"public long getDocs()",
"public long getActive()",
- "public long getSoonActive()",
+ "public long getTargetActive()",
"public boolean isDegraded()",
"public boolean isDegradedByMatchPhase()",
"public boolean isDegradedByTimeout()",
@@ -225,7 +225,7 @@
"fields": [
"protected long docs",
"protected long active",
- "protected long soonActive",
+ "protected long targetActive",
"protected int degradedReason",
"protected int nodes",
"protected int resultSets",