Uses of Class
org.apache.hadoop.hdfs.shortcircuit.ShortCircuitReplicaInfo
Packages that use ShortCircuitReplicaInfo
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ShortCircuitReplicaInfo in org.apache.hadoop.hdfs.client.impl
Methods in org.apache.hadoop.hdfs.client.impl that return ShortCircuitReplicaInfoModifier and TypeMethodDescriptionBlockReaderFactory.createShortCircuitReplicaInfo()Fetch a pair of short-circuit block descriptors from a local DataNode. -
Uses of ShortCircuitReplicaInfo in org.apache.hadoop.hdfs.shortcircuit
Methods in org.apache.hadoop.hdfs.shortcircuit that return ShortCircuitReplicaInfoModifier and TypeMethodDescriptionShortCircuitCache.ShortCircuitReplicaCreator.createShortCircuitReplicaInfo()Attempt to create a ShortCircuitReplica object.protected ShortCircuitReplicaInfoShortCircuitCache.fetch(ExtendedBlockId key, org.apache.hadoop.util.Waitable<ShortCircuitReplicaInfo> waitable) Fetch an existing ReplicaInfo object.ShortCircuitCache.fetchOrCreate(ExtendedBlockId key, ShortCircuitCache.ShortCircuitReplicaCreator creator) Fetch or create a replica.Method parameters in org.apache.hadoop.hdfs.shortcircuit with type arguments of type ShortCircuitReplicaInfoModifier and TypeMethodDescriptionprotected ShortCircuitReplicaInfoShortCircuitCache.fetch(ExtendedBlockId key, org.apache.hadoop.util.Waitable<ShortCircuitReplicaInfo> waitable) Fetch an existing ReplicaInfo object.