com.cloudera.api.model
Class ApiProcess

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

public class ApiProcess
extends Object

A process represents a unix process to be managed by the Cloudera Manager agents. A process can be a daemon, e.g. if it is associated with a running role. It can also be a one-off process which is expected to start, run and finish.


Constructor Summary
ApiProcess()
           
 
Method Summary
 boolean equals(Object o)
           
 List<String> getConfigFiles()
          List of config files supplied to the process.
 int hashCode()
           
 void setConfigFiles(List<String> configFiles)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiProcess

public ApiProcess()
Method Detail

getConfigFiles

public List<String> getConfigFiles()
List of config files supplied to the process.


setConfigFiles

public void setConfigFiles(List<String> configFiles)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


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