com.cloudera.api.model
Class ApiHdfsCloudReplicationArguments

java.lang.Object
  extended by com.cloudera.api.model.ApiHdfsReplicationArguments
      extended by com.cloudera.api.model.ApiHdfsCloudReplicationArguments

public class ApiHdfsCloudReplicationArguments
extends ApiHdfsReplicationArguments


Nested Class Summary
 
Nested classes/interfaces inherited from class com.cloudera.api.model.ApiHdfsReplicationArguments
ApiHdfsReplicationArguments.ReplicationStrategy
 
Constructor Summary
ApiHdfsCloudReplicationArguments()
           
ApiHdfsCloudReplicationArguments(ApiServiceRef sourceService, String sourcePath, String destinationPath, String mapreduceServiceName, Integer numMaps, String userName, String sourceAccount, String destinationAccount)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDestinationAccount()
           
 String getSourceAccount()
           
 int hashCode()
           
 void setDestinationAccount(String destinationAccount)
           
 void setSourceAccount(String sourceAccount)
           
 String toString()
           
 
Methods inherited from class com.cloudera.api.model.ApiHdfsReplicationArguments
getAbortOnError, getBandwidthPerMap, getDestinationPath, getExclusionFilters, getLogPath, getMapreduceServiceName, getNumMaps, getPreserveBlockSize, getPreservePermissions, getPreserveReplicationCount, getPreserveXAttrs, getRaiseSnapshotDiffFailures, getRemoveMissingFiles, getReplicationStrategy, getSchedulerPoolName, getSkipChecksumChecks, getSkipListingChecksumChecks, getSkipTrash, getSourcePath, getSourceService, getSourceUser, getUserName, isDryRun, setAbortOnError, setBandwidthPerMap, setDestinationPath, setDryRun, setExclusionFilters, setLogPath, setMapreduceServiceName, setNumMaps, setPreserveBlockSize, setPreservePermissions, setPreserveReplicationCount, setPreserveXAttrs, setRaiseSnapshotDiffFailures, setRemoveMissingFiles, setReplicationStrategy, setSchedulerPoolName, setSkipChecksumChecks, setSkipListingChecksumChecks, setSkipTrash, setSourcePath, setSourceService, setSourceUser, setUserName, toStringHelper
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiHdfsCloudReplicationArguments

public ApiHdfsCloudReplicationArguments()

ApiHdfsCloudReplicationArguments

public ApiHdfsCloudReplicationArguments(ApiServiceRef sourceService,
                                        String sourcePath,
                                        String destinationPath,
                                        String mapreduceServiceName,
                                        Integer numMaps,
                                        String userName,
                                        String sourceAccount,
                                        String destinationAccount)
Method Detail

getSourceAccount

public String getSourceAccount()

setSourceAccount

public void setSourceAccount(String sourceAccount)

getDestinationAccount

public String getDestinationAccount()

setDestinationAccount

public void setDestinationAccount(String destinationAccount)

toString

public String toString()
Overrides:
toString in class ApiHdfsReplicationArguments

equals

public boolean equals(Object o)
Overrides:
equals in class ApiHdfsReplicationArguments

hashCode

public int hashCode()
Overrides:
hashCode in class ApiHdfsReplicationArguments


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.