Module org.elasticsearch.xcore
Class SourceDestValidator.RemoteClusterMinimumVersionValidation
java.lang.Object
org.elasticsearch.xpack.core.common.validation.SourceDestValidator.RemoteClusterMinimumVersionValidation
- All Implemented Interfaces:
SourceDestValidator.SourceDestValidation
- Enclosing class:
SourceDestValidator
public static class SourceDestValidator.RemoteClusterMinimumVersionValidation
extends Object
implements SourceDestValidator.SourceDestValidation
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteClusterMinimumVersionValidation(TransportVersion minExpectedVersion, String reason) -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(org.elasticsearch.xpack.core.common.validation.SourceDestValidator.Context context, ActionListener<org.elasticsearch.xpack.core.common.validation.SourceDestValidator.Context> listener)
-
Constructor Details
-
RemoteClusterMinimumVersionValidation
-
-
Method Details
-
getMinExpectedTransportVersion
-
getReason
-
validate
public void validate(org.elasticsearch.xpack.core.common.validation.SourceDestValidator.Context context, ActionListener<org.elasticsearch.xpack.core.common.validation.SourceDestValidator.Context> listener) - Specified by:
validatein interfaceSourceDestValidator.SourceDestValidation
-