org.apache.hadoop.hdfs.shortcircuit
Class ShortCircuitShm.SlotId
java.lang.Object
org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.SlotId
- Enclosing class:
- ShortCircuitShm
public static class ShortCircuitShm.SlotId
- extends Object
Uniquely identifies a slot.
ShortCircuitShm.SlotId
public ShortCircuitShm.SlotId(ShortCircuitShm.ShmId shmId,
int slotIdx)
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.