Class RemoveSettingsCommand
java.lang.Object
org.elasticsearch.cli.Command
org.elasticsearch.cli.EnvironmentAwareCommand
org.elasticsearch.cluster.coordination.ElasticsearchNodeCommand
org.elasticsearch.cluster.coordination.RemoveSettingsCommand
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- 
Nested Class SummaryNested classes/interfaces inherited from class org.elasticsearch.cluster.coordination.ElasticsearchNodeCommandElasticsearchNodeCommand.UnknownCondition, ElasticsearchNodeCommand.UnknownMetadataCustom
- 
Field SummaryFields inherited from class org.elasticsearch.cluster.coordination.ElasticsearchNodeCommandABORTED_BY_USER_MSG, CS_MISSING_MSG, DELIMITER, FAILED_TO_OBTAIN_NODE_LOCK_MSG, namedXContentRegistryFields inherited from class org.elasticsearch.cli.Commanddescription, parser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidprocessNodePaths(org.elasticsearch.cli.Terminal terminal, Path[] dataPaths, int nodeLockId, joptsimple.OptionSet options, Environment env)Process the paths.Methods inherited from class org.elasticsearch.cluster.coordination.ElasticsearchNodeCommandclusterState, confirm, createPersistedClusterStateService, execute, loadTermAndClusterState, processNodePaths, toNodePaths, validateBeforeLockMethods inherited from class org.elasticsearch.cli.EnvironmentAwareCommandcreateEnv, createEnv, executeMethods inherited from class org.elasticsearch.cli.CommandaddShutdownHook, close, exit, main, printAdditionalHelp
- 
Constructor Details- 
RemoveSettingsCommandpublic RemoveSettingsCommand()
 
- 
- 
Method Details- 
processNodePathsprotected void processNodePaths(org.elasticsearch.cli.Terminal terminal, Path[] dataPaths, int nodeLockId, joptsimple.OptionSet options, Environment env) throws IOException, org.elasticsearch.cli.UserExceptionDescription copied from class:ElasticsearchNodeCommandProcess the paths. Locks for the paths is held during this method invocation.- Specified by:
- processNodePathsin class- ElasticsearchNodeCommand
- Parameters:
- terminal- the terminal to use for messages
- dataPaths- the paths of the node to process
- options- the command line options
- env- the env of the node to process
- Throws:
- IOException
- org.elasticsearch.cli.UserException
 
 
-