public final class ExtendedBlockId extends Object
Constructor and Description |
---|
ExtendedBlockId(long blockId,
String bpId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ExtendedBlockId |
fromExtendedBlock(org.apache.hadoop.hdfs.protocol.ExtendedBlock block) |
long |
getBlockId() |
String |
getBlockPoolId() |
int |
hashCode() |
String |
toString() |
public ExtendedBlockId(long blockId, String bpId)
public static ExtendedBlockId fromExtendedBlock(org.apache.hadoop.hdfs.protocol.ExtendedBlock block)
public long getBlockId()
public String getBlockPoolId()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.