Class FunctionsManager

java.lang.Object
org.apache.pulsar.functions.worker.FunctionsManager

public class FunctionsManager extends Object
  • Constructor Details

    • FunctionsManager

      public FunctionsManager(org.apache.pulsar.functions.worker.WorkerConfig workerConfig) throws IOException
      Throws:
      IOException
  • Method Details

    • getFunctions

      public List<org.apache.pulsar.common.functions.FunctionDefinition> getFunctions()
    • getFunctionArchive

      public Path getFunctionArchive(String functionType)
    • reloadFunctions

      public void reloadFunctions(org.apache.pulsar.functions.worker.WorkerConfig workerConfig) throws IOException
      Throws:
      IOException