org.opensearch.migrations.commands.EvaluateArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of MetadataMigration Show documentation
Show all versions of MetadataMigration Show documentation
Everything opensearch migrations
The newest version!
package org.opensearch.migrations.commands;
import org.opensearch.migrations.MigrateOrEvaluateArgs;
import com.beust.jcommander.Parameters;
@Parameters(commandNames = "evaluate", commandDescription = "Inspects items from a source to determine which can be placed on a target cluster")
public class EvaluateArgs extends MigrateOrEvaluateArgs {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy