summaryrefslogtreecommitdiffstats
path: root/config/src/main/java/com/yahoo/vespa/config/protocol/JRTClientConfigRequest.java
diff options
context:
space:
mode:
Diffstat (limited to 'config/src/main/java/com/yahoo/vespa/config/protocol/JRTClientConfigRequest.java')
-rw-r--r--config/src/main/java/com/yahoo/vespa/config/protocol/JRTClientConfigRequest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/src/main/java/com/yahoo/vespa/config/protocol/JRTClientConfigRequest.java b/config/src/main/java/com/yahoo/vespa/config/protocol/JRTClientConfigRequest.java
index ab47fec0641..8f85e2353a5 100644
--- a/config/src/main/java/com/yahoo/vespa/config/protocol/JRTClientConfigRequest.java
+++ b/config/src/main/java/com/yahoo/vespa/config/protocol/JRTClientConfigRequest.java
@@ -56,6 +56,9 @@ public interface JRTClientConfigRequest extends JRTConfigRequest {
/** Returns whether this config change is due to an internal change not an application package change */
boolean responseIsInternalRedeploy();
+ /** Returns true if this config should only be applied at the last restart, false if it should be applied immediately */
+ boolean responseIsApplyOnRestart();
+
/**
* Get the config md5 of the config returned by the server. Return an empty string if no response has been returned.
*