Uses of Enum Class
org.apache.hadoop.hdfs.protocol.OpenFilesIterator.OpenFilesType
Packages that use OpenFilesIterator.OpenFilesType
Package
Description
This package provides the administrative APIs for HDFS.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of OpenFilesIterator.OpenFilesType in org.apache.hadoop.hdfs.client
Method parameters in org.apache.hadoop.hdfs.client with type arguments of type OpenFilesIterator.OpenFilesTypeModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.hdfs.protocol.OpenFileEntry>HdfsAdmin.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes) Deprecated.org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.hdfs.protocol.OpenFileEntry>HdfsAdmin.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path) -
Uses of OpenFilesIterator.OpenFilesType in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return OpenFilesIterator.OpenFilesTypeModifier and TypeMethodDescriptionOpenFilesIterator.OpenFilesType.valueOf(short num) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static OpenFilesIterator.OpenFilesType[]OpenFilesIterator.OpenFilesType.values()Returns an array containing the constants of this enum class, in the order they are declared.