|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatusGetOpts | |
|---|---|
| org.apache.tez.dag.api | |
| org.apache.tez.dag.api.client | |
| org.apache.tez.dag.api.client.rpc | |
| Uses of StatusGetOpts in org.apache.tez.dag.api |
|---|
| Methods in org.apache.tez.dag.api that return StatusGetOpts | |
|---|---|
static StatusGetOpts |
DagTypeConverters.convertStatusGetOptsFromProto(DAGProtos.StatusGetOptsProto proto)
|
| Methods in org.apache.tez.dag.api that return types with arguments of type StatusGetOpts | |
|---|---|
static Set<StatusGetOpts> |
DagTypeConverters.convertStatusGetOptsFromProto(List<DAGProtos.StatusGetOptsProto> protoList)
|
| Methods in org.apache.tez.dag.api with parameters of type StatusGetOpts | |
|---|---|
static DAGProtos.StatusGetOptsProto |
DagTypeConverters.convertStatusGetOptsToProto(StatusGetOpts statusGetOpts)
|
| Method parameters in org.apache.tez.dag.api with type arguments of type StatusGetOpts | |
|---|---|
static List<DAGProtos.StatusGetOptsProto> |
DagTypeConverters.convertStatusGetOptsToProto(Set<StatusGetOpts> statusGetOpts)
|
| Uses of StatusGetOpts in org.apache.tez.dag.api.client |
|---|
| Methods in org.apache.tez.dag.api.client that return StatusGetOpts | |
|---|---|
static StatusGetOpts |
StatusGetOpts.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatusGetOpts[] |
StatusGetOpts.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Method parameters in org.apache.tez.dag.api.client with type arguments of type StatusGetOpts | |
|---|---|
DAGStatus |
DAGClient.getDAGStatus(Set<StatusGetOpts> statusOptions)
Get the status of the specified DAG |
VertexStatus |
DAGClient.getVertexStatus(String vertexName,
Set<StatusGetOpts> statusOptions)
Get the status of a Vertex of a DAG |
| Uses of StatusGetOpts in org.apache.tez.dag.api.client.rpc |
|---|
| Method parameters in org.apache.tez.dag.api.client.rpc with type arguments of type StatusGetOpts | |
|---|---|
DAGStatus |
DAGClientRPCImpl.getDAGStatus(Set<StatusGetOpts> statusOptions)
|
VertexStatus |
DAGClientRPCImpl.getVertexStatus(String vertexName,
Set<StatusGetOpts> statusOptions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||