blob: 5677a47d29bfeda11d38471a63633f3e64a66f0d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_292) on Tue Jun 15 06:01:44 GMT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CommonPathCapabilities (Apache Hadoop Common 3.3.1 API)</title>
<meta name="date" content="2021-06-15">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CommonPathCapabilities (Apache Hadoop Common 3.3.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CommonPathCapabilities.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/hadoop/fs/CommonPathCapabilities.html" target="_top">Frames</a></li>
<li><a href="CommonPathCapabilities.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.hadoop.fs</div>
<h2 title="Class CommonPathCapabilities" class="title">Class CommonPathCapabilities</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.hadoop.fs.CommonPathCapabilities</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public final class <span class="typeNameLabel">CommonPathCapabilities</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">Common path capabilities.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#ABORTABLE_STREAM">ABORTABLE_STREAM</a></span></code>
<div class="block">Stream abort() capability implemented by <a href="../../../../org/apache/hadoop/fs/Abortable.html#abort--"><code>Abortable.abort()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_ACLS">FS_ACLS</a></span></code>
<div class="block">Does the store support
<code>FileSystem.setAcl(Path, List)</code>,
<code>FileSystem.getAclStatus(Path)</code>
and related methods?
Value: "fs.capability.paths.acls".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_APPEND">FS_APPEND</a></span></code>
<div class="block">Does the store support <code>FileSystem.append(Path)</code>?
Value: "fs.capability.paths.append".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_CHECKSUMS">FS_CHECKSUMS</a></span></code>
<div class="block">Does the store support <code>FileSystem.getFileChecksum(Path)</code>?
Value: "fs.capability.paths.checksums".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_CONCAT">FS_CONCAT</a></span></code>
<div class="block">Does the store support <code>FileSystem.concat(Path, Path[])</code>?
Value: "fs.capability.paths.concat".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_EXPERIMENTAL_BATCH_LISTING">FS_EXPERIMENTAL_BATCH_LISTING</a></span></code>
<div class="block">Probe for support for <a href="../../../../org/apache/hadoop/fs/BatchListingOperations.html" title="interface in org.apache.hadoop.fs"><code>BatchListingOperations</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_LIST_CORRUPT_FILE_BLOCKS">FS_LIST_CORRUPT_FILE_BLOCKS</a></span></code>
<div class="block">Does the store support <code>FileSystem.listCorruptFileBlocks(Path)</code> ()}?
Value: "fs.capability.paths.list-corrupt-file-blocks".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_MULTIPART_UPLOADER">FS_MULTIPART_UPLOADER</a></span></code>
<div class="block">Does the store support multipart uploading?
Value: "fs.capability.multipart.uploader".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_PATHHANDLES">FS_PATHHANDLES</a></span></code>
<div class="block">Does the store support
<code>FileSystem.createPathHandle(FileStatus, Options.HandleOpt...)</code>
and related methods?
Value: "fs.capability.paths.pathhandles".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_PERMISSIONS">FS_PERMISSIONS</a></span></code>
<div class="block">Does the store support <code>FileSystem.setPermission(Path, FsPermission)</code>
and related methods?
Value: "fs.capability.paths.permissions".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_READ_ONLY_CONNECTOR">FS_READ_ONLY_CONNECTOR</a></span></code>
<div class="block">Does this filesystem connector only support filesystem read operations?
For example, the <code>HttpFileSystem</code> is always read-only.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_SNAPSHOTS">FS_SNAPSHOTS</a></span></code>
<div class="block">Does the store support snapshots through
<code>FileSystem.createSnapshot(Path)</code> and related methods??
Value: "fs.capability.paths.snapshots".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_STORAGEPOLICY">FS_STORAGEPOLICY</a></span></code>
<div class="block">Does the store support <code>FileSystem.setStoragePolicy(Path, String)</code>
and related methods?
Value: "fs.capability.paths.storagepolicy".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_SYMLINKS">FS_SYMLINKS</a></span></code>
<div class="block">Does the store support symlinks through
<code>FileSystem.createSymlink(Path, Path, boolean)</code> and related methods?
Value: "fs.capability.paths.symlinks".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_TRUNCATE">FS_TRUNCATE</a></span></code>
<div class="block">Does the store support <code>FileSystem#truncate(Path, long)</code> ?
Value: "fs.capability.paths.truncate".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/hadoop/fs/CommonPathCapabilities.html#FS_XATTRS">FS_XATTRS</a></span></code>
<div class="block">Does the store support XAttributes through
<code>FileSystem#.setXAttr()</code> and related methods?
Value: "fs.capability.paths.xattrs".</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="FS_ACLS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_ACLS</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_ACLS</pre>
<div class="block">Does the store support
<code>FileSystem.setAcl(Path, List)</code>,
<code>FileSystem.getAclStatus(Path)</code>
and related methods?
Value: "fs.capability.paths.acls".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_ACLS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_APPEND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_APPEND</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_APPEND</pre>
<div class="block">Does the store support <code>FileSystem.append(Path)</code>?
Value: "fs.capability.paths.append".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_APPEND">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_CHECKSUMS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_CHECKSUMS</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_CHECKSUMS</pre>
<div class="block">Does the store support <code>FileSystem.getFileChecksum(Path)</code>?
Value: "fs.capability.paths.checksums".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_CHECKSUMS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_CONCAT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_CONCAT</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_CONCAT</pre>
<div class="block">Does the store support <code>FileSystem.concat(Path, Path[])</code>?
Value: "fs.capability.paths.concat".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_CONCAT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_LIST_CORRUPT_FILE_BLOCKS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_LIST_CORRUPT_FILE_BLOCKS</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_LIST_CORRUPT_FILE_BLOCKS</pre>
<div class="block">Does the store support <code>FileSystem.listCorruptFileBlocks(Path)</code> ()}?
Value: "fs.capability.paths.list-corrupt-file-blocks".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_LIST_CORRUPT_FILE_BLOCKS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_PATHHANDLES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_PATHHANDLES</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_PATHHANDLES</pre>
<div class="block">Does the store support
<code>FileSystem.createPathHandle(FileStatus, Options.HandleOpt...)</code>
and related methods?
Value: "fs.capability.paths.pathhandles".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_PATHHANDLES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_PERMISSIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_PERMISSIONS</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_PERMISSIONS</pre>
<div class="block">Does the store support <code>FileSystem.setPermission(Path, FsPermission)</code>
and related methods?
Value: "fs.capability.paths.permissions".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_PERMISSIONS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_READ_ONLY_CONNECTOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_READ_ONLY_CONNECTOR</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_READ_ONLY_CONNECTOR</pre>
<div class="block">Does this filesystem connector only support filesystem read operations?
For example, the <code>HttpFileSystem</code> is always read-only.
This is different from "is the specific instance and path read only?",
which must be determined by checking permissions (where supported), or
attempting write operations under a path.
Value: "fs.capability.paths.read-only-connector".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_READ_ONLY_CONNECTOR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_SNAPSHOTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_SNAPSHOTS</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_SNAPSHOTS</pre>
<div class="block">Does the store support snapshots through
<code>FileSystem.createSnapshot(Path)</code> and related methods??
Value: "fs.capability.paths.snapshots".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_SNAPSHOTS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_STORAGEPOLICY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_STORAGEPOLICY</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_STORAGEPOLICY</pre>
<div class="block">Does the store support <code>FileSystem.setStoragePolicy(Path, String)</code>
and related methods?
Value: "fs.capability.paths.storagepolicy".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_STORAGEPOLICY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_SYMLINKS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_SYMLINKS</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_SYMLINKS</pre>
<div class="block">Does the store support symlinks through
<code>FileSystem.createSymlink(Path, Path, boolean)</code> and related methods?
Value: "fs.capability.paths.symlinks".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_SYMLINKS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_TRUNCATE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_TRUNCATE</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_TRUNCATE</pre>
<div class="block">Does the store support <code>FileSystem#truncate(Path, long)</code> ?
Value: "fs.capability.paths.truncate".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_TRUNCATE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_XATTRS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_XATTRS</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_XATTRS</pre>
<div class="block">Does the store support XAttributes through
<code>FileSystem#.setXAttr()</code> and related methods?
Value: "fs.capability.paths.xattrs".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_XATTRS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_EXPERIMENTAL_BATCH_LISTING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_EXPERIMENTAL_BATCH_LISTING</h4>
<pre>@InterfaceStability.Unstable
public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_EXPERIMENTAL_BATCH_LISTING</pre>
<div class="block">Probe for support for <a href="../../../../org/apache/hadoop/fs/BatchListingOperations.html" title="interface in org.apache.hadoop.fs"><code>BatchListingOperations</code></a>.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_EXPERIMENTAL_BATCH_LISTING">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FS_MULTIPART_UPLOADER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FS_MULTIPART_UPLOADER</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> FS_MULTIPART_UPLOADER</pre>
<div class="block">Does the store support multipart uploading?
Value: "fs.capability.multipart.uploader".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.FS_MULTIPART_UPLOADER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="ABORTABLE_STREAM">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ABORTABLE_STREAM</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ABORTABLE_STREAM</pre>
<div class="block">Stream abort() capability implemented by <a href="../../../../org/apache/hadoop/fs/Abortable.html#abort--"><code>Abortable.abort()</code></a>.
Value: "fs.capability.outputstream.abortable".</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.hadoop.fs.CommonPathCapabilities.ABORTABLE_STREAM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CommonPathCapabilities.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/hadoop/fs/CommonConfigurationKeysPublic.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/hadoop/fs/ContentSummary.html" title="class in org.apache.hadoop.fs"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/hadoop/fs/CommonPathCapabilities.html" target="_top">Frames</a></li>
<li><a href="CommonPathCapabilities.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2021 <a href="https://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>