public interface LocalResourceStatus
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.yarn.api.records.SerializedException | getException() | 
| org.apache.hadoop.yarn.api.records.URL | getLocalPath() | 
| long | getLocalSize() | 
| org.apache.hadoop.yarn.api.records.LocalResource | getResource() | 
| ResourceStatusType | getStatus() | 
| void | setException(org.apache.hadoop.yarn.api.records.SerializedException exception) | 
| void | setLocalPath(org.apache.hadoop.yarn.api.records.URL localPath) | 
| void | setLocalSize(long size) | 
| void | setResource(org.apache.hadoop.yarn.api.records.LocalResource resource) | 
| void | setStatus(ResourceStatusType status) | 
org.apache.hadoop.yarn.api.records.LocalResource getResource()
ResourceStatusType getStatus()
org.apache.hadoop.yarn.api.records.URL getLocalPath()
long getLocalSize()
org.apache.hadoop.yarn.api.records.SerializedException getException()
void setResource(org.apache.hadoop.yarn.api.records.LocalResource resource)
void setStatus(ResourceStatusType status)
void setLocalPath(org.apache.hadoop.yarn.api.records.URL localPath)
void setLocalSize(long size)
void setException(org.apache.hadoop.yarn.api.records.SerializedException exception)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.