Skip to content

Commit

Permalink
Updating REMOTE_STORE_COMPATIBILITY_MODE_SETTING value enum javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Dharmesh 💤 <sdharms@amazon.com>
  • Loading branch information
psychbot authored and Sachin Kale committed Aug 31, 2023
1 parent d07c6f6 commit 40f85c7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ public class RemoteStoreService {
Setting.Property.NodeScope
);

/**
* Node join compatibility mode introduced with remote store.
*
* @opensearch.internal
*/
public enum CompatibilityMode {
STRICT("strict"),
ALLOW_MIX("allow_mix");
Expand Down

0 comments on commit 40f85c7

Please sign in to comment.