| Package | Description |
|---|---|
| org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem. |
| org.apache.hadoop.hdfs.client | |
| org.apache.hadoop.hdfs.protocolPB | |
| org.apache.hadoop.hdfs.server.datanode |
| Modifier and Type | Method and Description |
|---|---|
static ShortCircuitShm.ShmId |
ShortCircuitShm.ShmId.createRandom()
Generate a random ShmId.
|
ShortCircuitShm.ShmId |
ShortCircuitShm.getShmId() |
ShortCircuitShm.ShmId |
ShortCircuitShm.SlotId.getShmId() |
| Modifier and Type | Method and Description |
|---|---|
int |
ShortCircuitShm.ShmId.compareTo(ShortCircuitShm.ShmId other) |
| Constructor and Description |
|---|
ShortCircuitShm.SlotId(ShortCircuitShm.ShmId shmId,
int slotIdx) |
ShortCircuitShm(ShortCircuitShm.ShmId shmId,
FileInputStream stream)
Create the ShortCircuitShm.
|
| Modifier and Type | Field and Description |
|---|---|
TreeMap<ShortCircuitShm.ShmId,DfsClientShm> |
DfsClientShmManager.PerDatanodeVisitorInfo.full |
TreeMap<ShortCircuitShm.ShmId,DfsClientShm> |
DfsClientShmManager.PerDatanodeVisitorInfo.notFull |
| Modifier and Type | Method and Description |
|---|---|
static ShortCircuitShm.ShmId |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.ShortCircuitShmIdProto shmId) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.ShortCircuitShmIdProto |
PBHelper.convert(ShortCircuitShm.ShmId shmId) |
| Modifier and Type | Field and Description |
|---|---|
ShortCircuitShm.ShmId |
ShortCircuitRegistry.NewShmInfo.shmId |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.