public class ApiParcelUsageParcel extends Object
Constructor and Description |
---|
ApiParcelUsageParcel() |
Modifier and Type | Method and Description |
---|---|
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() |
public ApiParcelRef getParcelRef()
public void setParcelRef(ApiParcelRef parcelRef)
public int getProcessCount()
public void setProcessCount(int processCount)
public boolean isActivated()
public void setActivated(boolean activated)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.