Class OpenFileEntry

java.lang.Object
org.apache.hadoop.hdfs.protocol.OpenFileEntry

@Private @Evolving public class OpenFileEntry extends Object
An open file entry for use by DFSAdmin commands.
  • Constructor Details

    • OpenFileEntry

      public OpenFileEntry(long id, String filePath, String clientName, String clientMachine)
  • Method Details

    • getId

      public long getId()
    • getFilePath

      public String getFilePath()
    • getClientMachine

      public String getClientMachine()
    • getClientName

      public String getClientName()