Class InstanceConfig


  • public class InstanceConfig
    extends java.lang.Object
    This is the config passed to the Java Instance. Contains all the information passed to run functions.
    • Constructor Summary

      Constructors 
      Constructor Description
      InstanceConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.pulsar.functions.proto.Function.FunctionDetails getFunctionDetails()  
      java.lang.String getInstanceName()
      Get the string representation of #getInstanceId().
      boolean hasValidMetricsPort()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InstanceConfig

        public InstanceConfig()
    • Method Detail

      • getInstanceName

        public java.lang.String getInstanceName()
        Get the string representation of #getInstanceId().
        Returns:
        the string representation of #getInstanceId().
      • getFunctionDetails

        public org.apache.pulsar.functions.proto.Function.FunctionDetails getFunctionDetails()
      • hasValidMetricsPort

        public boolean hasValidMetricsPort()