Uses of Interface
org.apache.hadoop.hdfs.web.resources.HttpOpParam.Op
Packages that use HttpOpParam.Op
-
Uses of HttpOpParam.Op in org.apache.hadoop.hdfs.web
Fields in org.apache.hadoop.hdfs.web declared as HttpOpParam.OpModifier and TypeFieldDescriptionprotected final HttpOpParam.OpWebHdfsFileSystem.AbstractRunner.op -
Uses of HttpOpParam.Op in org.apache.hadoop.hdfs.web.resources
Classes in org.apache.hadoop.hdfs.web.resources with type parameters of type HttpOpParam.OpModifier and TypeClassDescriptionclassHttpOpParam<E extends Enum<E> & HttpOpParam.Op>Http operation parameter.Classes in org.apache.hadoop.hdfs.web.resources that implement HttpOpParam.OpModifier and TypeClassDescriptionstatic enumDelete operations.static enumGet operations.static classExpects HTTP response 307 "Temporary Redirect".static enumPost operations.static enumPut operations.Methods in org.apache.hadoop.hdfs.web.resources with parameters of type HttpOpParam.OpModifier and TypeMethodDescriptionHttpOpParam.TemporaryRedirectOp.valueOf(HttpOpParam.Op op) Get an object for the given op.