Uses of Class
org.apache.hadoop.hdfs.protocol.BlockListAsLongs
Packages that use BlockListAsLongs
Package
Description
-
Uses of BlockListAsLongs in org.apache.hadoop.hdfs.protocol
Fields in org.apache.hadoop.hdfs.protocol declared as BlockListAsLongsMethods in org.apache.hadoop.hdfs.protocol that return BlockListAsLongsModifier and TypeMethodDescriptionBlockListAsLongs.Builder.build()static BlockListAsLongsBlockListAsLongs.decodeBuffer(int numBlocks, org.apache.hadoop.thirdparty.protobuf.ByteString blocksBuf, int maxDataLength) Prepare an instance to in-place decode the given ByteString buffer.static BlockListAsLongsBlockListAsLongs.decodeBuffers(int numBlocks, List<org.apache.hadoop.thirdparty.protobuf.ByteString> blocksBufs) Prepare an instance to in-place decode the given ByteString buffers.static BlockListAsLongsBlockListAsLongs.decodeBuffers(int numBlocks, List<org.apache.hadoop.thirdparty.protobuf.ByteString> blocksBufs, int maxDataLength) Prepare an instance to in-place decode the given ByteString buffers.static BlockListAsLongsBlockListAsLongs.decodeLongs(List<Long> blocksList) Prepare an instance to in-place decode the given list of Longs.static BlockListAsLongsBlockListAsLongs.decodeLongs(List<Long> blocksList, int maxDataLength) Prepare an instance to in-place decode the given list of Longs.static BlockListAsLongsBlockListAsLongs.encode(Collection<? extends Replica> replicas) Prepare an instance to encode the collection of replicas into an efficient ByteString.static BlockListAsLongsBlockListAsLongs.readFrom(InputStream is, int maxDataLength) -
Uses of BlockListAsLongs in org.apache.hadoop.hdfs.server.blockmanagement
Methods in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type BlockListAsLongsModifier and TypeMethodDescriptionbooleanBlockManager.processReport(org.apache.hadoop.hdfs.protocol.DatanodeID nodeID, org.apache.hadoop.hdfs.server.protocol.DatanodeStorage storage, BlockListAsLongs newReport, BlockReportContext context) The given storage is reporting all its blocks. -
Uses of BlockListAsLongs in org.apache.hadoop.hdfs.server.datanode.fsdataset
Methods in org.apache.hadoop.hdfs.server.datanode.fsdataset that return types with arguments of type BlockListAsLongsModifier and TypeMethodDescriptionMap<org.apache.hadoop.hdfs.server.protocol.DatanodeStorage,BlockListAsLongs> FsDatasetSpi.getBlockReports(String bpid) Returns one block report per volume. -
Uses of BlockListAsLongs in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol that return BlockListAsLongsConstructors in org.apache.hadoop.hdfs.server.protocol with parameters of type BlockListAsLongsModifierConstructorDescriptionStorageBlockReport(org.apache.hadoop.hdfs.server.protocol.DatanodeStorage storage, BlockListAsLongs blocks)