| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudera.api.model.ApiParcelUsageParcel
public class ApiParcelUsageParcel
This object is used to represent a parcel within an ApiParcelUsage.
| Constructor Summary | |
|---|---|
| ApiParcelUsageParcel() | |
| Method Summary | |
|---|---|
|  boolean | equals(Object o) | 
|  ApiParcelRef | getParcelRef()Reference to the corresponding Parcel object. | 
|  int | getProcessCount()How many running processes on the cluster are using the parcel. | 
|  int | hashCode() | 
|  boolean | isActivated()Is this parcel currently activated on the cluster. | 
|  void | setActivated(boolean activated) | 
|  void | setParcelRef(ApiParcelRef parcelRef) | 
|  void | setProcessCount(int processCount) | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ApiParcelUsageParcel()
| Method Detail | 
|---|
public ApiParcelRef getParcelRef()
public void setParcelRef(ApiParcelRef parcelRef)
public int getProcessCount()
public void setProcessCount(int processCount)
public boolean isActivated()
public void setActivated(boolean activated)
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||