org.apache.hadoop.hdfs
Class ShortCircuitShm.SlotId

java.lang.Object
  extended by org.apache.hadoop.hdfs.ShortCircuitShm.SlotId
Enclosing class:
ShortCircuitShm

public static class ShortCircuitShm.SlotId
extends Object

Uniquely identifies a slot.


Constructor Summary
ShortCircuitShm.SlotId(ShortCircuitShm.ShmId shmId, int slotIdx)
           
 
Method Summary
 boolean equals(Object o)
           
 ShortCircuitShm.ShmId getShmId()
           
 int getSlotIdx()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShortCircuitShm.SlotId

public ShortCircuitShm.SlotId(ShortCircuitShm.ShmId shmId,
                              int slotIdx)
Method Detail

getShmId

public ShortCircuitShm.ShmId getShmId()

getSlotIdx

public int getSlotIdx()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Apache Software Foundation. All Rights Reserved.