@PublicEvolving public interface ExecutorContext extends io.cdap.cdap.etl.api.LookupProvider, Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExecutorContext.Environment
Specifies the environment in which wrangler is running.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContextName() |
ExecutorContext.Environment |
getEnvironment() |
io.cdap.cdap.etl.api.StageMetrics |
getMetrics() |
String |
getNamespace() |
Map<String,String> |
getProperties() |
URL |
getService(String applicationId,
String serviceId)
Returns a valid service url.
|
TransientStore |
getTransientStore() |
ExecutorContext.Environment getEnvironment()
String getNamespace()
io.cdap.cdap.etl.api.StageMetrics getMetrics()
String getContextName()
Map<String,String> getProperties()
URL getService(String applicationId, String serviceId)
applicationId - id of the application to which a service url.serviceId - id of the service within application.TransientStore getTransientStore()
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.