Uses of Class
org.apache.hadoop.hdfs.protocol.Block
Packages that use Block
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of Block in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return BlockModifier and TypeMethodDescriptionExtendedBlock.getLocalBlock()static BlockExtendedBlock.getLocalBlock(ExtendedBlock b) Methods in org.apache.hadoop.hdfs.protocol with parameters of type BlockModifier and TypeMethodDescriptionintCompares this Block with the specified Block for order.static booleanBlock.matchingIdAndGenStamp(Block a, Block b) A helper function to determine if two blocks are equal, based on the block ID and the generation stamp.voidstatic StringA helper method to output the string representation of the Block portion of a derived class' instance.Constructors in org.apache.hadoop.hdfs.protocol with parameters of type Block -
Uses of Block in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return BlockModifier and TypeMethodDescriptionstatic BlockPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto b) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type Block -
Uses of Block in org.apache.hadoop.hdfs.util
Methods in org.apache.hadoop.hdfs.util with parameters of type Block