com.cloudera.api.model
Class ApiRollEditsArgs

java.lang.Object
  extended by com.cloudera.api.model.ApiRollEditsArgs

public class ApiRollEditsArgs
extends Object

Arguments used for the Roll Edits command.


Constructor Summary
ApiRollEditsArgs()
           
 
Method Summary
 boolean equals(Object o)
           
 String getNameservice()
          Nameservice whose edits need to be rolled.
 int hashCode()
           
 void setNameservice(String nameservice)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiRollEditsArgs

public ApiRollEditsArgs()
Method Detail

getNameservice

public String getNameservice()
Nameservice whose edits need to be rolled. Required only if HDFS service is federated.


setNameservice

public void setNameservice(String nameservice)

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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