org.apache.hadoop.io.Writable@Public
public static class AggregatedLogFormat.LogKey
extends java.lang.Object
implements org.apache.hadoop.io.Writable
| Constructor | Description |
|---|---|
LogKey() |
|
LogKey(java.lang.String keyString) |
|
LogKey(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
void |
readFields(java.io.DataInput in) |
|
java.lang.String |
toString() |
|
void |
write(java.io.DataOutput out) |
public LogKey()
public LogKey(org.apache.hadoop.yarn.api.records.ContainerId containerId)
public LogKey(java.lang.String keyString)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Private
public void write(java.io.DataOutput out)
throws java.io.IOException
write in interface org.apache.hadoop.io.Writablejava.io.IOException@Private
public void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in interface org.apache.hadoop.io.Writablejava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.