public class TezLocalResource extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
TezLocalResource() |
TezLocalResource(URI uri,
long size,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize() |
long |
getTimestamp() |
URI |
getUri() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
public TezLocalResource()
public TezLocalResource(URI uri, long size, long timestamp)
public URI getUri()
public long getSize()
public long getTimestamp()
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.