org.apache.hadoop.yarn.logaggregation
Class AggregatedLogFormat.LogKey

java.lang.Object
  extended by org.apache.hadoop.yarn.logaggregation.AggregatedLogFormat.LogKey
All Implemented Interfaces:
Writable
Enclosing class:
AggregatedLogFormat

@InterfaceAudience.Public
public static class AggregatedLogFormat.LogKey
extends Object
implements Writable


Constructor Summary
AggregatedLogFormat.LogKey()
           
AggregatedLogFormat.LogKey(ContainerId containerId)
           
AggregatedLogFormat.LogKey(String keyString)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregatedLogFormat.LogKey

public AggregatedLogFormat.LogKey()

AggregatedLogFormat.LogKey

public AggregatedLogFormat.LogKey(ContainerId containerId)

AggregatedLogFormat.LogKey

public AggregatedLogFormat.LogKey(String keyString)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Apache Software Foundation. All Rights Reserved.