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 @@ private InternalConstants() {
|
|||||||
* {@code "fs.capability.etags.available"}.
|
* {@code "fs.capability.etags.available"}.
|
||||||
* <ol>
|
* <ol>
|
||||||
* <li>{@value}: store is safe</li>
|
* <li>{@value}: store is safe</li>
|
||||||
* <li>!etags: store is safe</li>
|
* <li>no etags: store is safe</li>
|
||||||
* <li>etags && !{@value}: store is <i>UNSAFE</i></li>
|
* <li>etags and not {@value}: store is <i>UNSAFE</i></li>
|
||||||
* </ol>
|
* </ol>
|
||||||
*/
|
*/
|
||||||
public static final String CAPABILITY_SAFE_READAHEAD =
|
public static final String CAPABILITY_SAFE_READAHEAD =
|
||||||
|
Loading…
Reference in New Issue
Block a user