HDFS-12507. StripedBlockUtil.java:694: warning - Tag @link: reference not found: StripingCell. Contributed by Mukul Kumar Singh
This commit is contained in:
parent
bfd1a72ba8
commit
3baae4322e
|
@ -575,7 +575,7 @@ public class StripedBlockUtil {
|
||||||
* TODO: consider parity cells
|
* TODO: consider parity cells
|
||||||
*/
|
*/
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static class StripingCell {
|
public static class StripingCell {
|
||||||
final ErasureCodingPolicy ecPolicy;
|
final ErasureCodingPolicy ecPolicy;
|
||||||
/** Logical order in a block group, used when doing I/O to a block group. */
|
/** Logical order in a block group, used when doing I/O to a block group. */
|
||||||
final int idxInBlkGroup;
|
final int idxInBlkGroup;
|
||||||
|
|
Loading…
Reference in New Issue