Class UpdateMountTableEntryResponse

java.lang.Object
org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryResponse
Direct Known Subclasses:
UpdateMountTableEntryResponsePBImpl

public abstract class UpdateMountTableEntryResponse extends Object
API response for updating the destination of an existing mount point in the state store.
  • Constructor Details

    • UpdateMountTableEntryResponse

      public UpdateMountTableEntryResponse()
  • Method Details

    • newInstance

      public static UpdateMountTableEntryResponse newInstance() throws IOException
      Throws:
      IOException
    • getStatus

      @Public @Unstable public abstract boolean getStatus()
    • setStatus

      @Public @Unstable public abstract void setStatus(boolean result)