Interface RefreshCallQueueProtocol

All Known Implementing Classes:
RefreshCallQueueProtocolClientSideTranslatorPB

@LimitedPrivate("HDFS") @Evolving public interface RefreshCallQueueProtocol
Protocol which is used to refresh the call queue in use currently.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
    Version 1: Initial version
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Refresh the callqueue.
  • Field Details

  • Method Details

    • refreshCallQueue

      void refreshCallQueue() throws IOException
      Refresh the callqueue.
      Throws:
      IOException - raised on errors performing I/O.