Interface GenericRefreshProtocol

All Known Implementing Classes:
GenericRefreshProtocolClientSideTranslatorPB

@Private @Evolving public interface GenericRefreshProtocol
Protocol which is used to refresh arbitrary things at runtime.
  • Field Summary

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

    Modifier and Type
    Method
    Description
    refresh(String identifier, String[] args)
    Refresh the resource based on identity passed in.
  • Field Details

  • Method Details

    • refresh

      Collection<RefreshResponse> refresh(String identifier, String[] args) throws IOException
      Refresh the resource based on identity passed in.
      Parameters:
      identifier - input identifier.
      args - input args.
      Returns:
      Collection RefreshResponse.
      Throws:
      IOException - raised on errors performing I/O.