Uses of Class
org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.SlotId
Packages that use ShortCircuitShm.SlotId
Package
Description
-
Uses of ShortCircuitShm.SlotId in org.apache.hadoop.hdfs.protocol.datatransfer
Methods in org.apache.hadoop.hdfs.protocol.datatransfer with parameters of type ShortCircuitShm.SlotIdModifier and TypeMethodDescriptionvoidDataTransferProtocol.releaseShortCircuitFds(ShortCircuitShm.SlotId slotId) Release a pair of short-circuit FDs requested earlier.voidSender.releaseShortCircuitFds(ShortCircuitShm.SlotId slotId) voidDataTransferProtocol.requestShortCircuitFds(ExtendedBlock blk, org.apache.hadoop.security.token.Token<BlockTokenIdentifier> blockToken, ShortCircuitShm.SlotId slotId, int maxVersion, boolean supportsReceiptVerification) Request short circuit access file descriptors from a DataNode.voidSender.requestShortCircuitFds(ExtendedBlock blk, org.apache.hadoop.security.token.Token<BlockTokenIdentifier> blockToken, ShortCircuitShm.SlotId slotId, int maxVersion, boolean supportsReceiptVerification) -
Uses of ShortCircuitShm.SlotId in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return ShortCircuitShm.SlotIdModifier and TypeMethodDescriptionstatic ShortCircuitShm.SlotIdPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.ShortCircuitShmSlotProto slotId) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type ShortCircuitShm.SlotIdModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.DataTransferProtos.ShortCircuitShmSlotProtoPBHelperClient.convert(ShortCircuitShm.SlotId slotId) -
Uses of ShortCircuitShm.SlotId in org.apache.hadoop.hdfs.shortcircuit
Methods in org.apache.hadoop.hdfs.shortcircuit that return ShortCircuitShm.SlotIdModifier and TypeMethodDescriptionShortCircuitShm.Slot.getSlotId()Get the SlotId of this slot, containing both shmId and slotIdx.