Class FileUnderConstructionFeature

java.lang.Object
org.apache.hadoop.hdfs.server.namenode.FileUnderConstructionFeature
All Implemented Interfaces:
INode.Feature

@Private public class FileUnderConstructionFeature extends Object implements INode.Feature
Feature for under-construction file.
  • Constructor Details

    • FileUnderConstructionFeature

      public FileUnderConstructionFeature(String clientName, String clientMachine)
  • Method Details

    • getClientName

      public String getClientName()
    • getClientMachine

      public String getClientMachine()