-
Returns the enum constant of this class with the specified name.
LocalRunner.RuntimeEnv.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
LocalRunner(org.apache.pulsar.common.functions.FunctionConfig functionConfig,
org.apache.pulsar.common.io.SourceConfig sourceConfig,
org.apache.pulsar.common.io.SinkConfig sinkConfig,
String stateStorageImplClass,
String stateStorageServiceUrl,
String brokerServiceUrl,
String clientAuthPlugin,
String clientAuthParams,
boolean useTls,
boolean tlsAllowInsecureConnection,
boolean tlsHostNameVerificationEnabled,
String tlsTrustCertFilePath,
int instanceIdOffset,
LocalRunner.RuntimeEnv runtimeEnv,
String secretsProviderClassName,
String secretsProviderConfig,
String narExtractionDirectory,
String connectorsDirectory,
String functionsDirectory,
Integer metricsPortStart,
boolean exitOnError)