HADOOP-18577. Followup: javadoc fix (#5232)
Fixes a javadoc error which came with HADOOP-18577. ABFS: Add probes of readahead fix (#5205) Part of the HADOOP-18521 ABFS readahead fix; MUST be included. Contributed by Steve Loughran
This commit is contained in:
parent
bfc916e7b0
commit
c59444b160
|
@ -37,8 +37,8 @@ public final class InternalConstants {
|
|||
* {@code "fs.capability.etags.available"}.
|
||||
* <ol>
|
||||
* <li>{@value}: store is safe</li>
|
||||
* <li>!etags: store is safe</li>
|
||||
* <li>etags && !{@value}: store is <i>UNSAFE</i></li>
|
||||
* <li>no etags: store is safe</li>
|
||||
* <li>etags and not {@value}: store is <i>UNSAFE</i></li>
|
||||
* </ol>
|
||||
*/
|
||||
public static final String CAPABILITY_SAFE_READAHEAD =
|
||||
|
|
Loading…
Reference in New Issue