slfan1989 commented on PR #4438: URL: https://github.com/apache/hadoop/pull/4438#issuecomment-1159337745
readLock ``` getVolume(final ExtendedBlock b) getStoredBlock(String bpid, long blkid) Set<? extends Replica> deepCopyReplica(String bpid) getBlockInputStream(ExtendedBlock b, long seekOffset) moveBlockAcrossStorage(ExtendedBlock block, StorageType targetStorageType, String targetStorageId) moveBlockAcrossVolumes(ExtendedBlock block, FsVolumeSpi destination) ReplicaHandler createRbw(StorageType storageType, String storageId, ExtendedBlock b, boolean allowLazyPersist) Map<DatanodeStorage, BlockListAsLongs> getBlockReports(String bpid) public List<ReplicaInfo> getFinalizedBlocks(String bpid) public boolean contains(final ExtendedBlock block) public String getReplicaString(String bpid, long blockId) public long getReplicaVisibleLength(final ExtendedBlock block) public BlockLocalPathInfo getBlockLocalPathInfo(ExtendedBlock block) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
