public class RetriableDirectoryCreateCommand extends RetriableCommand
description| Constructor and Description |
|---|
RetriableDirectoryCreateCommand(String description)
Constructor, taking a description of the action.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute(Object... arguments)
Implementation of RetriableCommand::doExecute().
|
execute, setRetryPolicypublic RetriableDirectoryCreateCommand(String description)
description - Verbose description of the copy operation.protected Object doExecute(Object... arguments) throws Exception
doExecute in class RetriableCommandarguments - Argument-list to the command.Exception - IOException, on failure to create the directory.Copyright © 2008–2020 Apache Software Foundation. All rights reserved.