public class ImportAction extends ZooKeeperCommandSupport
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
nregex |
protected String |
source |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute() |
protected void |
doExecute(org.apache.curator.framework.CuratorFramework zk) |
org.apache.curator.framework.CuratorFramework |
getCurator() |
String |
getSource() |
String |
getTarget() |
boolean |
isFilesystem() |
boolean |
isVerbose() |
void |
setFilesystem(boolean filesystem) |
void |
setSource(String source) |
void |
setTarget(String target) |
void |
setVerbose(boolean verbose) |
getConnectionRetryTime, getPermFromString, getPermString, loadUrl, parseACLs, setConnectionRetryTime, setCuratorpublic org.apache.curator.framework.CuratorFramework getCurator()
getCurator in class ZooKeeperCommandSupportprotected void doExecute(org.apache.curator.framework.CuratorFramework zk)
throws Exception
doExecute in class ZooKeeperCommandSupportExceptionpublic boolean isFilesystem()
public void setFilesystem(boolean filesystem)
public String getSource()
public void setSource(String source)
public String getTarget()
public void setTarget(String target)
public boolean isVerbose()
public void setVerbose(boolean verbose)
protected Object doExecute() throws Exception
doExecute in class ZooKeeperCommandSupportExceptionCopyright © 2011–2014 Red Hat. All rights reserved.