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
Method parameters in org.apache.hadoop.hdfs with type arguments of type OpenFilesIterator.OpenFilesTypeModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<OpenFileEntry>DFSClient.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes) Get a remote iterator to the open files list by type, managed by NameNode.org.apache.hadoop.fs.RemoteIterator<OpenFileEntry>DFSClient.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path) Get a remote iterator to the open files list by type and path, managed by NameNode.org.apache.hadoop.fs.RemoteIterator<OpenFileEntry>DistributedFileSystem.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes) Deprecated.org.apache.hadoop.fs.RemoteIterator<OpenFileEntry>DistributedFileSystem.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path) org.apache.hadoop.fs.RemoteIterator<OpenFileEntry>ViewDistributedFileSystem.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes) Deprecated.org.apache.hadoop.fs.RemoteIterator<OpenFileEntry>ViewDistributedFileSystem.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path) -
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<OpenFileEntry>HdfsAdmin.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes) Deprecated.org.apache.hadoop.fs.RemoteIterator<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.Method parameters in org.apache.hadoop.hdfs.protocol with type arguments of type OpenFilesIterator.OpenFilesTypeModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<OpenFileEntry>ClientProtocol.listOpenFiles(long prevId, EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path) List open files in the system in batches.Constructor parameters in org.apache.hadoop.hdfs.protocol with type arguments of type OpenFilesIterator.OpenFilesTypeModifierConstructorDescriptionOpenFilesIterator(ClientProtocol namenode, org.apache.hadoop.tracing.Tracer tracer, EnumSet<OpenFilesIterator.OpenFilesType> types, String path) -
Uses of OpenFilesIterator.OpenFilesType in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type OpenFilesIterator.OpenFilesTypeModifier and TypeMethodDescriptionPBHelperClient.convertOpenFileTypes(List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.OpenFilesTypeProto> openFilesTypeProtos) Method parameters in org.apache.hadoop.hdfs.protocolPB with type arguments of type OpenFilesIterator.OpenFilesTypeModifier and TypeMethodDescriptionstatic List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.OpenFilesTypeProto>PBHelperClient.convertOpenFileTypes(EnumSet<OpenFilesIterator.OpenFilesType> types) org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<OpenFileEntry>ClientNamenodeProtocolTranslatorPB.listOpenFiles(long prevId, EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path)