| Modifier and Type | Field and Description |
|---|---|
protected LocalRunner.RuntimeEnv |
LocalRunner.runtimeEnv |
| Modifier and Type | Method and Description |
|---|---|
LocalRunner.RuntimeEnv |
LocalRunner.RuntimeConverter.convert(String value) |
static LocalRunner.RuntimeEnv |
LocalRunner.RuntimeEnv.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalRunner.RuntimeEnv[] |
LocalRunner.RuntimeEnv.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LocalRunner(org.apache.pulsar.common.functions.FunctionConfig functionConfig,
org.apache.pulsar.common.io.SourceConfig sourceConfig,
org.apache.pulsar.common.io.SinkConfig sinkConfig,
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) |
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.