Uses of Class
org.apache.hadoop.hdfs.protocol.OpenFileEntry
Packages that use OpenFileEntry
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 OpenFileEntry in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return types with arguments of type OpenFileEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<OpenFileEntry>DFSClient.listOpenFiles()Deprecated.org.apache.hadoop.fs.RemoteIterator<OpenFileEntry>DFSClient.listOpenFiles(String path) Get a remote iterator to the open files list by path, managed by NameNode.org.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()Deprecated.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()Deprecated.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 OpenFileEntry in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return types with arguments of type OpenFileEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<OpenFileEntry>HdfsAdmin.listOpenFiles()Deprecated.org.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 OpenFileEntry in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return types with arguments of type OpenFileEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<OpenFileEntry>ClientProtocol.listOpenFiles(long prevId) Deprecated.org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<OpenFileEntry>ClientProtocol.listOpenFiles(long prevId, EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path) List open files in the system in batches.org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<OpenFileEntry>OpenFilesIterator.makeRequest(Long prevId) Methods in org.apache.hadoop.hdfs.protocol with parameters of type OpenFileEntry -
Uses of OpenFileEntry in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return OpenFileEntryModifier and TypeMethodDescriptionstatic OpenFileEntryPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.OpenFilesBatchResponseProto proto) Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type OpenFileEntryModifier and TypeMethodDescriptionorg.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<OpenFileEntry>ClientNamenodeProtocolTranslatorPB.listOpenFiles(long prevId) Deprecated.org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries<OpenFileEntry>ClientNamenodeProtocolTranslatorPB.listOpenFiles(long prevId, EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes, String path) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type OpenFileEntryModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.OpenFilesBatchResponseProtoPBHelperClient.convert(OpenFileEntry openFileEntry)