Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Z 

A

ActiveJobTracker - Class in ai.databand.spark
 
ActiveJobTracker() - Constructor for class ai.databand.spark.ActiveJobTracker
 
addTaskRuns(AddTaskRuns) - Method in interface ai.databand.DbndApi
 
addTaskRuns(String, String, List<TaskRun>, List<TaskDefinition>, List<List<String>>, List<List<String>>) - Method in class ai.databand.DbndClient
Add task runs (method executions).
AddTaskRuns - Class in ai.databand.schema
 
AddTaskRuns(TaskRunsInfo) - Constructor for class ai.databand.schema.AddTaskRuns
 
addUpstream(TaskRun) - Method in class ai.databand.schema.TaskRun
 
afterPipeline() - Method in class ai.databand.DbndWrapper
 
afterPipeline(int) - Method in class ai.databand.DbndWrapper
This method is useful when stopping pipelines running from the Databricks Notebooks.
afterTask(String, Object) - Method in class ai.databand.DbndWrapper
 
ai.databand - package ai.databand
 
ai.databand.azkaban - package ai.databand.azkaban
 
ai.databand.config - package ai.databand.config
 
ai.databand.id - package ai.databand.id
 
ai.databand.log - package ai.databand.log
 
ai.databand.parameters - package ai.databand.parameters
 
ai.databand.schema - package ai.databand.schema
 
ai.databand.schema.auth - package ai.databand.schema.auth
 
ai.databand.schema.histograms - package ai.databand.schema.histograms
 
ai.databand.schema.jackson - package ai.databand.schema.jackson
 
ai.databand.schema.tasks - package ai.databand.schema.tasks
 
ai.databand.spark - package ai.databand.spark
 
AIRFLOW_CTX_DAG_ID - Static variable in class ai.databand.DbndPropertyNames
 
AIRFLOW_CTX_EXECUTION_DATE - Static variable in class ai.databand.DbndPropertyNames
 
AIRFLOW_CTX_TASK_ID - Static variable in class ai.databand.DbndPropertyNames
 
AIRFLOW_CTX_TRY_NUMBER - Static variable in class ai.databand.DbndPropertyNames
 
AIRFLOW_CTX_UID - Static variable in class ai.databand.DbndPropertyNames
Airflow context env variables.
airflowContext() - Method in class ai.databand.config.DbndConfig
 
AirflowTaskContext - Class in ai.databand.schema
 
AirflowTaskContext(String, String, String, String, String, String) - Constructor for class ai.databand.schema.AirflowTaskContext
 
ALL() - Static method in class ai.databand.log.HistogramRequest
Generate report for all columns.
ALL_BOOLEAN() - Static method in class ai.databand.log.HistogramRequest
Generate report only for boolean columns.
ALL_NUMERIC() - Static method in class ai.databand.log.HistogramRequest
Generate report only for numeric columns.
ALL_STRING() - Static method in class ai.databand.log.HistogramRequest
Generate report only for string columns.
allRdds(RDD<?>) - Static method in class ai.databand.spark.ActiveJobTracker
Recursively extract all rdds from job.
api() - Method in class ai.databand.ApiWithTokenBuilder
 
api() - Method in class ai.databand.DbndClient
API client.
ApiWithTokenBuilder - Class in ai.databand
This api builder is used in unit tests.
ApiWithTokenBuilder() - Constructor for class ai.databand.ApiWithTokenBuilder
 
append(LoggingEvent) - Method in class ai.databand.DbndLogAppender
 
appendInternal(LoggingEvent) - Method in class ai.databand.DbndLogAppender
 
appendLog(String) - Method in class ai.databand.schema.TaskRun
 
appendMetrics(Map<String, Object>) - Method in class ai.databand.schema.TaskRun
 
appendPrefixedMetrics(Map<String, Object>) - Method in class ai.databand.schema.TaskRun
 
approxDistinct() - Method in class ai.databand.log.HistogramRequest
Use approximate distinct calculation method.
AzkabanApi - Interface in ai.databand.azkaban
 
AzkabanClient - Class in ai.databand.azkaban
Stateful client
AzkabanClient(String) - Constructor for class ai.databand.azkaban.AzkabanClient
 
azkabanContext() - Method in class ai.databand.config.DbndConfig
 
azkabanInstanceId() - Method in class ai.databand.schema.AzkabanTaskContext
 
azkabanInstanceUuid() - Method in class ai.databand.schema.AzkabanTaskContext
 
AzkabanTaskContext - Class in ai.databand.schema
 
AzkabanTaskContext(String, String, String, String, String, DbndConfig) - Constructor for class ai.databand.schema.AzkabanTaskContext
 
azkabanUrl() - Method in class ai.databand.schema.AzkabanTaskContext
 

B

beforePipeline(String, String, Object[]) - Method in class ai.databand.DbndWrapper
 
beforeTask(String, String, Object[]) - Method in class ai.databand.DbndWrapper
 
build() - Method in class ai.databand.DbndApiBuilder
 
buildAirflowJobRunUid() - Method in class ai.databand.schema.AirflowTaskContext
def get_job_run_uid(dag_id, execution_date): if airflow_instance_uid is None: return uuid.uuid5(NAMESPACE_DBND_RUN, "{}:{}".format(dag_id, execution_date)) else: return uuid.uuid5(NAMESPACE_DBND_RUN, "{}:{}:{}".format(airflow_instance_uid, dag_id, execution_date))
buildAirflowJobUid(AirflowTaskContext) - Method in class ai.databand.schema.AirflowTaskContext
def get_job_uid(dag_id): if airflow_server_info_uid: return uuid.uuid5(NAMESPACE_DBND_JOB, "{}:{}".format(airflow_server_info_uid, dag_id)) else: return uuid.uuid5(NAMESPACE_DBND_JOB, dag_id)
buildAirflowTaskDefUid(AirflowTaskContext) - Method in class ai.databand.schema.AirflowTaskContext
def get_task_def_uid(dag_id, task_id): return uuid.uuid5(NAMESPACE_DBND_TASK_DEF, "{}.{}".format(dag_id, task_id))
buildAirflowTaskRunAttemptUid(String, AirflowTaskContext) - Method in class ai.databand.schema.AirflowTaskContext
def get_task_run_attempt_uid(run_uid, dag_id, task_id, try_number): return uuid.uuid5(run_uid, "{}.{}:{}".format(dag_id, task_id, try_number))
buildAirflowTaskRunUid(String) - Method in class ai.databand.schema.AirflowTaskContext
def get_task_run_uid(run_uid, dag_id, task_id): return uuid.uuid5(run_uid, "{}.{}".format(dag_id, task_id))
buildRootRun(Method, Object[]) - Method in class ai.databand.DefaultDbndRun
Builds root run.
buildRunAndDefinition(Method, Object[], boolean) - Method in class ai.databand.DefaultDbndRun
 
buildTaskParamDefinitions(Method) - Method in class ai.databand.DefaultDbndRun
 
buildTaskRunParamsAndTargets(Method, Object[], String, String, String, String) - Method in class ai.databand.DefaultDbndRun
 
bytesToUuid(byte[]) - Static method in class ai.databand.id.Uuid5Raw
Convert byte array to UUID using unrolled loop.

C

categoricalHistograms(Class<?>) - Method in class ai.databand.parameters.Histogram
 
cleanup() - Method in class ai.databand.DbndWrapper
 
close() - Method in class ai.databand.DbndLogAppender
 
cmd() - Method in class ai.databand.config.DbndConfig
 
ColumnStats - Class in ai.databand.schema
 
ColumnStats() - Constructor for class ai.databand.schema.ColumnStats
 
ColumnSummary - Class in ai.databand.schema.histograms
 
ColumnSummary(long, long, long, long, String) - Constructor for class ai.databand.schema.histograms.ColumnSummary
 
compact(Dataset<Row>) - Method in class ai.databand.parameters.DatasetPreview
 
compact(Object) - Method in class ai.databand.parameters.NullPreview
 
compact(Object) - Method in class ai.databand.parameters.ObjectPreview
 
compact(String[]) - Method in class ai.databand.parameters.StringArrayPreview
 
compact(String) - Method in class ai.databand.parameters.StringPreview
 
compact(T) - Method in interface ai.databand.parameters.TaskParameterPreview
 
completeTask(Method, Object) - Method in interface ai.databand.DbndRun
Set task state to 'completed'.
completeTask(Method, Object) - Method in class ai.databand.DefaultDbndRun
 
completeTask(Method, Object) - Method in class ai.databand.NoopDbndRun
 
config() - Method in class ai.databand.DbndWrapper
 
createPersonalAccessToken(CreateTokenReq, String, String) - Method in interface ai.databand.DbndApi
 
createProject(String, String, String) - Method in interface ai.databand.azkaban.AzkabanApi
 
createProject(String, String, String) - Method in class ai.databand.azkaban.AzkabanClient
 
CreateProjectRes - Class in ai.databand.azkaban
 
CreateProjectRes() - Constructor for class ai.databand.azkaban.CreateProjectRes
 
CreateTokenReq - Class in ai.databand.schema.auth
 
CreateTokenReq() - Constructor for class ai.databand.schema.auth.CreateTokenReq
 
CreateTokenReq(String, String) - Constructor for class ai.databand.schema.auth.CreateTokenReq
 
CreateTokenRes - Class in ai.databand.schema.auth
 
CreateTokenRes() - Constructor for class ai.databand.schema.auth.CreateTokenRes
 
csrfToken() - Method in class ai.databand.config.DbndConfig
 
csrfToken() - Method in interface ai.databand.DbndApi
 
currentRun() - Method in class ai.databand.DbndWrapper
 

D

Data() - Constructor for class ai.databand.schema.DatasetOperationRes.Data
 
databandJobName() - Method in class ai.databand.schema.AzkabanTaskContext
 
databandProjectName() - Method in class ai.databand.schema.AzkabanTaskContext
Databand project name may be different from the Azkaban project name.
databandTaskContext() - Method in class ai.databand.config.DbndConfig
 
DatabandTaskContext - Class in ai.databand.schema
 
DatabandTaskContext(String, String, String, String) - Constructor for class ai.databand.schema.DatabandTaskContext
 
databandUrl() - Method in class ai.databand.config.DbndConfig
 
DatasetOperationPreview - Class in ai.databand.parameters
 
DatasetOperationPreview() - Constructor for class ai.databand.parameters.DatasetOperationPreview
 
DatasetOperationRes - Class in ai.databand.schema
 
DatasetOperationRes() - Constructor for class ai.databand.schema.DatasetOperationRes
 
DatasetOperationRes.Data - Class in ai.databand.schema
 
DatasetOperationRes.Issue - Class in ai.databand.schema
 
DatasetOperationSchema - Class in ai.databand.schema
 
DatasetOperationSchema(List<String>, Map<String, String>, List<Long>) - Constructor for class ai.databand.schema.DatasetOperationSchema
 
DatasetOperationStatus - Enum in ai.databand.schema
 
DatasetOperationType - Enum in ai.databand.schema
 
DatasetPreview - Class in ai.databand.parameters
 
DatasetPreview() - Constructor for class ai.databand.parameters.DatasetPreview
 
DBND__AZKABAN__SYNC_FLOWS - Static variable in class ai.databand.DbndPropertyNames
List of Azkaban flows to sync.
DBND__AZKABAN__SYNC_PROJECTS - Static variable in class ai.databand.DbndPropertyNames
List of Azkaban projects to sync.
DBND__CORE__DATABAND_ACCESS_TOKEN - Static variable in class ai.databand.DbndPropertyNames
Databand tracker personal access token.
DBND__CORE__DATABAND_URL - Static variable in class ai.databand.DbndPropertyNames
Databand tracker URL.
DBND__CSRF_TOKEN - Static variable in class ai.databand.DbndPropertyNames
Databand csrf token.
DBND__LOG__PREVIEW_HEAD_BYTES - Static variable in class ai.databand.DbndPropertyNames
Max head size of the log file, bytes to be sent to server.
DBND__LOG__PREVIEW_TAIL_BYTES - Static variable in class ai.databand.DbndPropertyNames
Max tail size of the log file, bytes to be sent to server.
DBND__RUN__JOB_NAME - Static variable in class ai.databand.DbndPropertyNames
Override run name.
DBND__RUN__NAME - Static variable in class ai.databand.DbndPropertyNames
Override run name.
DBND__SESSION_COOKIE - Static variable in class ai.databand.DbndPropertyNames
Databand session cookie.
DBND__SPARK__IO_TRACKING_ENABLED - Static variable in class ai.databand.DbndPropertyNames
Turn on advanced Spark I/O tracking.
DBND__TRACKING - Static variable in class ai.databand.DbndPropertyNames
Tracking enabled flag.
DBND__TRACKING__DATA_PREVIEW - Static variable in class ai.databand.DbndPropertyNames
Deprecated.
use DBND__TRACKING__LOG_VALUE_PREVIEW instead
DBND__TRACKING__ENABLED - Static variable in class ai.databand.DbndPropertyNames
Tracking enabled flag;
DBND__TRACKING__LOG_VALUE_PREVIEW - Static variable in class ai.databand.DbndPropertyNames
Calculate and log value preview.
DBND__TRACKING__PROJECT - Static variable in class ai.databand.DbndPropertyNames
Project name.
DBND__VERBOSE - Static variable in class ai.databand.DbndPropertyNames
Turn on verbose logging for tracking requests.
DBND_INTERNAL_ALIAS - Static variable in class ai.databand.DbndPropertyNames
Databand internal alias.
DBND_PARENT_TASK_RUN_ATTEMPT_UID - Static variable in class ai.databand.DbndPropertyNames
 
DBND_PARENT_TASK_RUN_UID - Static variable in class ai.databand.DbndPropertyNames
 
DBND_ROOT_RUN_UID - Static variable in class ai.databand.DbndPropertyNames
Databand context env variables.
DBND_TRACE_ID - Static variable in class ai.databand.DbndPropertyNames
 
DbndAgentConfig - Class in ai.databand.config
 
DbndAgentConfig(String) - Constructor for class ai.databand.config.DbndAgentConfig
 
DbndApi - Interface in ai.databand
 
DbndApiBuilder - Class in ai.databand
 
DbndApiBuilder(DbndConfig) - Constructor for class ai.databand.DbndApiBuilder
 
DbndClient - Class in ai.databand
DBND tracking API client.
DbndClient(DbndConfig) - Constructor for class ai.databand.DbndClient
 
DbndConfig - Class in ai.databand.config
Databand configuration.
DbndConfig() - Constructor for class ai.databand.config.DbndConfig
Default override order, from higher priority to lowest: 1.
DbndConfig(PropertiesSource) - Constructor for class ai.databand.config.DbndConfig
 
DbndConfig(PropertiesSource, String) - Constructor for class ai.databand.config.DbndConfig
 
DbndLogAppender - Class in ai.databand
 
DbndLogAppender(DbndWrapper) - Constructor for class ai.databand.DbndLogAppender
 
DbndLogger - Class in ai.databand.log
Report metrics and dataframes to Databand.
DbndLogger() - Constructor for class ai.databand.log.DbndLogger
 
DbndPropertyNames - Class in ai.databand
 
DbndPropertyNames() - Constructor for class ai.databand.DbndPropertyNames
 
DbndRun - Interface in ai.databand
DBND run.
DbndSparkConf - Class in ai.databand.config
Spark config properties source.
DbndSparkConf(PropertiesSource) - Constructor for class ai.databand.config.DbndSparkConf
 
DbndSparkListener - Class in ai.databand.spark
Spark listener to report all spark-generated metrics for stages to Databand.
DbndSparkListener(DbndWrapper) - Constructor for class ai.databand.spark.DbndSparkListener
 
DbndSparkListener() - Constructor for class ai.databand.spark.DbndSparkListener
 
DbndSparkQueryExecutionListener - Class in ai.databand.spark
 
DbndSparkQueryExecutionListener(DbndWrapper) - Constructor for class ai.databand.spark.DbndSparkQueryExecutionListener
 
DbndSparkQueryExecutionListener() - Constructor for class ai.databand.spark.DbndSparkQueryExecutionListener
 
DbndWrapper - Class in ai.databand
AspectJ wrapper for @Pipeline and @Task annonations.
DbndWrapper() - Constructor for class ai.databand.DbndWrapper
 
DEFAULT() - Static method in class ai.databand.log.HistogramRequest
Default request assumes all columns.
DefaultDbndRun - Class in ai.databand
 
DefaultDbndRun(DbndClient, DbndConfig) - Constructor for class ai.databand.DefaultDbndRun
 
deserialize(JsonParser, DeserializationContext) - Method in class ai.databand.schema.jackson.LocalDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class ai.databand.schema.jackson.ZonedDateTimeDeserializer
 
dimensions(Dataset<Row>) - Method in class ai.databand.parameters.DatasetPreview
This method calculates the exact size of the dataframe.
dimensions(Object) - Method in class ai.databand.parameters.NullPreview
 
dimensions(Object) - Method in class ai.databand.parameters.ObjectPreview
 
dimensions(String[]) - Method in class ai.databand.parameters.StringArrayPreview
 
dimensions(String) - Method in class ai.databand.parameters.StringPreview
 
dimensions(T) - Method in interface ai.databand.parameters.TaskParameterPreview
 
driverTaskDefinitionUid() - Method in class ai.databand.schema.AzkabanTaskContext
 
driverTaskRunAttemptUid() - Method in class ai.databand.schema.AzkabanTaskContext
Driver task (flow) attempt UID.
driverTaskRunEnvUid() - Method in class ai.databand.schema.AzkabanTaskContext
 
driverTaskUid() - Method in class ai.databand.schema.AzkabanTaskContext
Driver task (flow) UID.

E

EMPTY_ERROR_LOG_MSG - Static variable in class ai.databand.log.TruncatedLog
 
EMPTY_LOG_MSG - Static variable in class ai.databand.log.TruncatedLog
 
Env - Class in ai.databand.config
Environment variables properties source.
Env(PropertiesSource) - Constructor for class ai.databand.config.Env
 
Env() - Constructor for class ai.databand.config.Env
 
equals(Object) - Method in class ai.databand.id.Uuid5
 
error(Throwable) - Method in interface ai.databand.DbndRun
Stop run.
error(Throwable) - Method in class ai.databand.DefaultDbndRun
 
error(Throwable) - Method in class ai.databand.NoopDbndRun
 
ErrorInfo - Class in ai.databand.schema
 
ErrorInfo() - Constructor for class ai.databand.schema.ErrorInfo
 
ErrorInfo(String, String, Boolean, String, String, String, Boolean, String) - Constructor for class ai.databand.schema.ErrorInfo
 
errorPipeline(Throwable) - Method in class ai.databand.DbndWrapper
 
errorTask(Method, Throwable) - Method in interface ai.databand.DbndRun
Set task state to 'error'.
errorTask(String, Throwable) - Method in class ai.databand.DbndWrapper
 
errorTask(Method, Throwable) - Method in class ai.databand.DefaultDbndRun
 
errorTask(Method, Throwable) - Method in class ai.databand.NoopDbndRun
 
excludeColumns(Collection<String>) - Method in class ai.databand.log.HistogramRequest
Exclude columns from calculations.
exctractPath(String) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
Extract data path from spark query plan.
executeFlow(String, String, String) - Method in interface ai.databand.azkaban.AzkabanApi
 
executeFlow(String, String, String) - Method in class ai.databand.azkaban.AzkabanClient
 
ExecuteFlowRes - Class in ai.databand.azkaban
 
ExecuteFlowRes() - Constructor for class ai.databand.azkaban.ExecuteFlowRes
 
executionId() - Method in class ai.databand.schema.AzkabanTaskContext
 
extractChildFromShuffle(SparkPlan) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
Shuffle queries was introduced in Spark 3 and doesn't have "children" nodes.
extractColumnStats(StructType, long) - Method in class ai.databand.parameters.DatasetOperationPreview
 
extractDataFromJdbcRdd(JDBCRDD) - Static method in class ai.databand.spark.ActiveJobTracker
 
extractFinalFromAdaptive(SparkPlan) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
Adaptive plans was introduced in Spark 2.4.8+ and turned on by default on some configurations.
extractIoInfo(SparkPlanInfo) - Method in class ai.databand.spark.DbndSparkListener
input location path read schema data format
extractSchema(StructType, long) - Method in class ai.databand.parameters.DatasetOperationPreview
 
extractSourceCode(Method) - Method in class ai.databand.DefaultDbndRun
 
extractStackTrace(Throwable) - Method in class ai.databand.DefaultDbndRun
 

F

FAILED - Static variable in interface ai.databand.schema.TaskStates
 
fetchFlowExecution(String, Integer) - Method in interface ai.databand.azkaban.AzkabanApi
 
fetchFlowExecution(String, Integer) - Method in class ai.databand.azkaban.AzkabanClient
 
FetchFlowExecutionRes - Class in ai.databand.azkaban
 
FetchFlowExecutionRes() - Constructor for class ai.databand.azkaban.FetchFlowExecutionRes
 
findMethodByName(String, String) - Method in class ai.databand.DbndWrapper
 
flowId() - Method in class ai.databand.schema.AzkabanTaskContext
 
flowUuid() - Method in class ai.databand.schema.AzkabanTaskContext
 
forceStop() - Method in class ai.databand.DbndWrapper
Convenient wrapper with the proper naming for using in the Databricks Notebooks instead of cryptic afterPipeline().
forJob(String) - Method in class ai.databand.schema.AzkabanTaskContext
 
FORMATTER - Static variable in class ai.databand.schema.jackson.ZonedDateTimeSerializer
 
fromString(UUID, String) - Static method in class ai.databand.id.Uuid5Raw
UUID5 is UUID(SHA-1(namespace + name)).
full(Dataset<Row>) - Method in class ai.databand.parameters.DatasetPreview
 
full(Object) - Method in class ai.databand.parameters.NullPreview
 
full(Object) - Method in class ai.databand.parameters.ObjectPreview
 
full(String[]) - Method in class ai.databand.parameters.StringArrayPreview
 
full(String) - Method in class ai.databand.parameters.StringPreview
 
full(T) - Method in interface ai.databand.parameters.TaskParameterPreview
 

G

get(Class<?>) - Method in class ai.databand.parameters.ParametersPreview
 
get_25() - Method in class ai.databand.schema.histograms.NumericSummary
 
get_50() - Method in class ai.databand.schema.histograms.NumericSummary
 
get_75() - Method in class ai.databand.schema.histograms.NumericSummary
 
getAfContext() - Method in class ai.databand.schema.InitRunArgs
 
getAfOperatorUid() - Method in class ai.databand.schema.AirflowTaskContext
 
getAirflowInstanceUid() - Method in class ai.databand.schema.AirflowTaskContext
 
getAirflowName() - Method in class ai.databand.schema.AirflowTaskContext
 
getAllChildren(SparkPlan) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
DFS across spark plan nodes.
getAttempts() - Method in class ai.databand.schema.Tasks
 
getChildren() - Method in class ai.databand.schema.TaskFullGraph
 
getClassVersion() - Method in class ai.databand.schema.TaskDefinition
 
getCloudType() - Method in class ai.databand.schema.NewRunInfo
 
getCmdLine() - Method in class ai.databand.schema.TaskRunEnv
 
getColumnName() - Method in class ai.databand.schema.ColumnStats
 
getColumns() - Method in class ai.databand.schema.DatasetOperationSchema
 
getColumnsStats() - Method in class ai.databand.schema.DatasetOperationRes
 
getColumnsStats() - Method in class ai.databand.schema.LogDataset
 
getColumnType() - Method in class ai.databand.schema.ColumnStats
 
getCommandLine() - Method in class ai.databand.schema.TaskRun
 
getCount() - Method in class ai.databand.schema.histograms.ColumnSummary
 
getCount() - Method in class ai.databand.schema.histograms.NumericSummary
 
getCount() - Method in interface ai.databand.schema.histograms.Summary
 
getDagId() - Method in class ai.databand.schema.AirflowTaskContext
 
getDagId() - Method in class ai.databand.schema.NewRunInfo
 
getData() - Method in class ai.databand.schema.DatasetOperationRes.Issue
 
getData() - Method in class ai.databand.schema.GetRunsResponse
 
getData() - Method in class ai.databand.schema.MetricsForAlertsResponse
 
getData() - Method in class ai.databand.schema.PaginatedData
 
getDataband_version() - Method in class ai.databand.schema.TaskRunEnv
 
getDatabandError() - Method in class ai.databand.schema.ErrorInfo
 
getDataDimensions() - Method in class ai.databand.schema.LogDataset
 
getDataDimensions() - Method in class ai.databand.schema.LogTarget
 
getDataDimensions() - Method in class ai.databand.schema.TargetOperation
 
getDataHash() - Method in class ai.databand.schema.LogTarget
 
getDataHash() - Method in class ai.databand.schema.TargetOperation
 
getDataSchema() - Method in class ai.databand.schema.LogDataset
 
getDataSchema() - Method in class ai.databand.schema.LogTarget
 
getDataSchema() - Method in class ai.databand.schema.TargetOperation
 
getDatasetPath() - Method in class ai.databand.schema.DatasetOperationRes
 
getDatasetsInfo() - Method in class ai.databand.schema.LogDatasets
 
getDefaultValue() - Method in class ai.databand.schema.TaskParamDefinition
 
getDescription() - Method in class ai.databand.schema.NewRunInfo
 
getDescription() - Method in class ai.databand.schema.TaskParamDefinition
 
getDistinct() - Method in class ai.databand.schema.histograms.ColumnSummary
 
getDistinct() - Method in class ai.databand.schema.histograms.NumericSummary
 
getDistinct() - Method in interface ai.databand.schema.histograms.Summary
 
getDistinctCount() - Method in class ai.databand.schema.ColumnStats
 
getDownstreamTrId() - Method in class ai.databand.schema.NodeRelationInfo
 
getDriverName() - Method in class ai.databand.schema.NewRunInfo
 
getDriverTask() - Method in interface ai.databand.DbndRun
Retrieve driver task.
getDriverTask() - Method in class ai.databand.DefaultDbndRun
 
getDriverTask() - Method in class ai.databand.NoopDbndRun
 
getDriverTaskUid() - Method in class ai.databand.schema.InitRunArgs
 
getDtypes() - Method in class ai.databand.schema.DatasetOperationSchema
 
getEndDate() - Method in class ai.databand.schema.TaskRun
 
getEndTime() - Method in class ai.databand.schema.NewRunInfo
 
getEnv() - Method in class ai.databand.schema.TaskRun
 
getEnv() - Method in class ai.databand.schema.TrackingSource
 
getEnvName() - Method in class ai.databand.schema.NewRunInfo
 
getError() - Method in class ai.databand.azkaban.UploadProjectRes
 
getError() - Method in class ai.databand.schema.TaskRunAttempt
 
getError() - Method in class ai.databand.schema.TaskRunAttemptUpdate
 
getExcludeColumns() - Method in class ai.databand.log.HistogramRequest
 
getExcType() - Method in class ai.databand.schema.ErrorInfo
 
getExecId() - Method in class ai.databand.azkaban.ExecuteFlowRes
 
getExecutionDate() - Method in class ai.databand.schema.AirflowTaskContext
 
getExecutionDate() - Method in class ai.databand.schema.NewRunInfo
 
getExecutionDate() - Method in class ai.databand.schema.TaskRun
 
getExternalLinks() - Method in class ai.databand.schema.TaskRun
 
getExternalLinksDict() - Method in class ai.databand.schema.SaveExternalLinks
 
getExternalLinksDict() - Method in class ai.databand.schema.TaskRunAttemptUpdate
 
getFamily() - Method in class ai.databand.schema.TaskDefinition
 
getFlow() - Method in class ai.databand.azkaban.ExecuteFlowRes
 
getFunctionalCall() - Method in class ai.databand.schema.TaskRun
 
getGroup() - Method in class ai.databand.schema.TaskParamDefinition
 
getHasDownstreams() - Method in class ai.databand.schema.TaskRun
 
getHasUpstreams() - Method in class ai.databand.schema.TaskRun
 
getHeartbeat() - Method in class ai.databand.schema.TaskRunEnv
 
getHelpMsg() - Method in class ai.databand.schema.ErrorInfo
 
getId() - Method in class ai.databand.schema.NodeInfo
 
getId() - Method in class ai.databand.schema.NodeRelationInfo
 
getId() - Method in class ai.databand.schema.TaskRunAttempt
 
getIncludeColumns() - Method in class ai.databand.log.HistogramRequest
 
getInitArgs() - Method in class ai.databand.schema.InitRun
 
getInteger(String, Integer) - Method in class ai.databand.config.DbndConfig
 
getIsDynamic() - Method in class ai.databand.schema.TaskRun
 
getIsReused() - Method in class ai.databand.schema.TaskRun
 
getIsRoot() - Method in class ai.databand.schema.TaskRun
 
getIsSkipped() - Method in class ai.databand.schema.TaskRun
 
getIssues() - Method in class ai.databand.schema.DatasetOperationRes
 
getIsSystem() - Method in class ai.databand.schema.TaskRun
 
getJobName() - Method in class ai.databand.schema.NewRunInfo
 
getKey() - Method in class ai.databand.schema.Metric
 
getKind() - Method in class ai.databand.schema.TaskParamDefinition
 
getLabel() - Method in class ai.databand.schema.auth.CreateTokenReq
 
getLatestOperationStatus() - Method in class ai.databand.schema.DatasetOperationRes
 
getLatestRootTaskRunUid() - Method in class ai.databand.schema.Job
 
getLatestRunUid() - Method in class ai.databand.schema.Job
 
getLatestTaskRunAttemptId() - Method in class ai.databand.schema.TaskRun
 
getLifespan() - Method in class ai.databand.schema.auth.CreateTokenReq
 
getLogBody() - Method in class ai.databand.schema.SaveTaskRunLog
 
getLogBody() - Method in class ai.databand.schema.TaskRunAttemptLog
 
getLogLocal() - Method in class ai.databand.schema.TaskRun
 
getLogRemote() - Method in class ai.databand.schema.TaskRun
 
getMachine() - Method in class ai.databand.schema.TaskRunEnv
 
getMax() - Method in class ai.databand.schema.histograms.NumericSummary
 
getMaxValue() - Method in class ai.databand.schema.ColumnStats
 
getMean() - Method in class ai.databand.schema.histograms.NumericSummary
 
getMeanValue() - Method in class ai.databand.schema.ColumnStats
 
getMessage() - Method in class ai.databand.azkaban.CreateProjectRes
 
getMessage() - Method in class ai.databand.azkaban.ExecuteFlowRes
 
getMeta() - Method in class ai.databand.schema.PaginatedData
 
getMetric() - Method in class ai.databand.schema.LogMetric
 
getMetricName() - Method in class ai.databand.schema.MetricForAlerts
 
getMetrics() - Method in class ai.databand.schema.TaskRun
 
getMetrics() - Method in class ai.databand.schema.TasksMetricsResponse
 
getMetricsInfo() - Method in class ai.databand.schema.LogMetrics
 
getMin() - Method in class ai.databand.schema.histograms.NumericSummary
 
getMinValue() - Method in class ai.databand.schema.ColumnStats
 
getModuleSource() - Method in class ai.databand.schema.TaskDefinition
 
getModuleSourceHash() - Method in class ai.databand.schema.TaskDefinition
 
getMostFreqValue() - Method in class ai.databand.schema.ColumnStats
 
getMostFreqValueCount() - Method in class ai.databand.schema.ColumnStats
 
getMsg() - Method in class ai.databand.schema.ErrorInfo
 
getName() - Method in class ai.databand.schema.Job
 
getName() - Method in class ai.databand.schema.NewRunInfo
 
getName() - Method in class ai.databand.schema.TaskDefinition
 
getName() - Method in class ai.databand.schema.TaskParamDefinition
 
getName() - Method in class ai.databand.schema.TaskRun
 
getName() - Method in class ai.databand.schema.TaskRunParam
 
getName() - Method in class ai.databand.schema.TrackingSource
 
getNested() - Method in class ai.databand.schema.ErrorInfo
 
getNewRunInfo() - Method in class ai.databand.schema.InitRunArgs
 
getNodesInfo() - Method in class ai.databand.schema.TaskFullGraph
 
getNonNull() - Method in class ai.databand.schema.histograms.ColumnSummary
 
getNonNull() - Method in class ai.databand.schema.histograms.NumericSummary
 
getNonNull() - Method in interface ai.databand.schema.histograms.Summary
 
getNullCount() - Method in class ai.databand.schema.histograms.ColumnSummary
 
getNullCount() - Method in class ai.databand.schema.histograms.NumericSummary
 
getNullCount() - Method in interface ai.databand.schema.histograms.Summary
 
getOperationError() - Method in class ai.databand.schema.DatasetOperationRes.Data
 
getOperationError() - Method in class ai.databand.schema.LogDataset
 
getOperationPath() - Method in class ai.databand.schema.LogDataset
 
getOperations() - Method in class ai.databand.schema.DatasetOperationRes
 
getOperationSource() - Method in class ai.databand.schema.DatasetOperationRes
 
getOperationSource() - Method in class ai.databand.schema.LogDataset
 
getOperationStatus() - Method in class ai.databand.schema.LogDataset
 
getOperationStatus() - Method in class ai.databand.schema.LogTarget
 
getOperationType() - Method in class ai.databand.schema.DatasetOperationRes
 
getOperationType() - Method in class ai.databand.schema.LogDataset
 
getOperationType() - Method in class ai.databand.schema.LogTarget
 
getOperationType() - Method in class ai.databand.schema.TargetOperation
 
getOutputSignature() - Method in class ai.databand.schema.TaskRun
 
getParameterName() - Method in class ai.databand.schema.TaskRunParam
 
getParamName() - Method in class ai.databand.schema.LogTarget
 
getParamName() - Method in class ai.databand.schema.TargetOperation
 
getParentChildMap() - Method in class ai.databand.schema.TaskRunsInfo
 
getPassword() - Method in class ai.databand.schema.auth.LoginReq
 
getPath() - Method in class ai.databand.schema.TargetOperation
 
getPath() - Method in class ai.databand.spark.SparkIOSource
 
getPlanVerboseString(LogicalPlan) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
This is workaround for Spark 3.
getProject() - Method in class ai.databand.azkaban.ExecuteFlowRes
 
getProjectId() - Method in class ai.databand.azkaban.UploadProjectRes
 
getProjectName() - Method in class ai.databand.schema.NewRunInfo
 
getProjectName() - Method in class ai.databand.schema.Run
 
getProjectRoot() - Method in class ai.databand.schema.TaskRunEnv
 
getProperties() - Method in class ai.databand.spark.SparkIOSource
 
getQuartile1() - Method in class ai.databand.schema.ColumnStats
 
getQuartile2() - Method in class ai.databand.schema.ColumnStats
 
getQuartile3() - Method in class ai.databand.schema.ColumnStats
 
getRecords() - Method in class ai.databand.schema.DatasetOperationRes
 
getRecordsCount() - Method in class ai.databand.schema.ColumnStats
 
getRoot() - Method in class ai.databand.schema.TaskFullGraph
 
getRootRun() - Method in class ai.databand.schema.NewRunInfo
 
getRootRunUid() - Method in class ai.databand.schema.DatabandTaskContext
 
getRootRunUid() - Method in class ai.databand.schema.InitRunArgs
 
getRootRunUid() - Method in class ai.databand.schema.RootRun
 
getRootRunUid() - Method in class ai.databand.schema.Run
 
getRootRunUid() - Method in class ai.databand.schema.TaskRunsInfo
 
getRootRunUrl() - Method in class ai.databand.schema.RootRun
 
getRootTaskRunAttemptUid() - Method in class ai.databand.schema.RootRun
 
getRootTaskRunUid() - Method in class ai.databand.schema.RootRun
 
getRootTaskRunUid() - Method in class ai.databand.schema.TaskFullGraph
 
GetRunsResponse - Class in ai.databand.schema
 
GetRunsResponse() - Constructor for class ai.databand.schema.GetRunsResponse
 
getRunUid() - Method in class ai.databand.schema.InitRunArgs
 
getRunUid() - Method in class ai.databand.schema.LogDataset
 
getRunUid() - Method in class ai.databand.schema.LogTarget
 
getRunUid() - Method in class ai.databand.schema.NewRunInfo
 
getRunUid() - Method in class ai.databand.schema.SetRunState
 
getRunUid() - Method in class ai.databand.schema.TargetOperation
 
getRunUid() - Method in class ai.databand.schema.TaskRun
 
getRunUid() - Method in class ai.databand.schema.TaskRunsInfo
 
getScheduledRun() - Method in class ai.databand.schema.NewRunInfo
 
getSessionId() - Method in class ai.databand.azkaban.LoginRes
 
getShape() - Method in class ai.databand.schema.DatasetOperationSchema
 
getShowExcInfo() - Method in class ai.databand.schema.ErrorInfo
 
getSource() - Method in class ai.databand.schema.InitRunArgs
 
getSource() - Method in class ai.databand.schema.LogMetric
 
getSource() - Method in class ai.databand.schema.TaskDefinition
 
getSourceContext() - Method in class ai.databand.schema.TaskRunsInfo
 
getSourceHash() - Method in class ai.databand.schema.TaskDefinition
 
getSourceInstanceUid() - Method in class ai.databand.schema.TrackingSource
 
getSourceType() - Method in class ai.databand.schema.TrackingSource
 
getStartDate() - Method in class ai.databand.schema.TaskRun
 
getStartDate() - Method in class ai.databand.schema.TaskRunAttemptUpdate
 
getStartTime() - Method in class ai.databand.schema.NewRunInfo
 
getState() - Method in class ai.databand.schema.NewRunInfo
 
getState() - Method in class ai.databand.schema.NodeInfo
 
getState() - Method in class ai.databand.schema.SetRunState
 
getState() - Method in class ai.databand.schema.TaskRun
 
getState() - Method in class ai.databand.schema.TaskRunAttemptUpdate
 
getStatus() - Method in class ai.databand.azkaban.CreateProjectRes
 
getStatus() - Method in class ai.databand.azkaban.FetchFlowExecutionRes
 
getStatus() - Method in class ai.databand.azkaban.LoginRes
 
getStatus() - Method in class ai.databand.schema.auth.LoginRes
 
getStd() - Method in class ai.databand.schema.histograms.NumericSummary
 
getStddev() - Method in class ai.databand.schema.histograms.NumericSummary
 
getStdValue() - Method in class ai.databand.schema.ColumnStats
 
getSummaries() - Method in class ai.databand.parameters.Histogram
 
getTargetDate() - Method in class ai.databand.schema.NewRunInfo
 
getTargetDate() - Method in class ai.databand.schema.TaskRun
 
getTargetPath() - Method in class ai.databand.schema.LogTarget
 
getTargets() - Method in class ai.databand.schema.TaskRunsInfo
 
getTargetsInfo() - Method in class ai.databand.schema.LogTargets
 
getTargetsOperations() - Method in class ai.databand.schema.Tasks
 
getTargetsUids() - Method in class ai.databand.schema.TaskRunParam
 
getTargetUid() - Method in class ai.databand.schema.TargetOperation
 
getTaskAfId() - Method in class ai.databand.schema.TaskRun
 
getTaskDefinitions() - Method in class ai.databand.schema.TaskRunsInfo
 
getTaskDefinitionUid() - Method in class ai.databand.schema.TaskDefinition
 
getTaskDefinitionUid() - Method in class ai.databand.schema.TaskRun
 
getTaskDefUid() - Method in class ai.databand.schema.LogTarget
 
getTaskExecutor() - Method in class ai.databand.schema.NewRunInfo
 
getTaskId() - Method in class ai.databand.schema.AirflowTaskContext
 
getTaskId() - Method in class ai.databand.schema.NodeInfo
 
getTaskId() - Method in class ai.databand.schema.TaskRun
 
getTaskId() - Method in class ai.databand.schema.TaskRunAttemptLog
 
getTaskInstances() - Method in class ai.databand.schema.Tasks
 
getTaskLog() - Method in class ai.databand.schema.TaskRun
 
getTaskName(Method) - Method in interface ai.databand.DbndRun
Extract task name either from method name or annotation value.
getTaskName(Method) - Method in class ai.databand.DefaultDbndRun
 
getTaskName(Method) - Method in class ai.databand.NoopDbndRun
 
getTaskName() - Method in class ai.databand.schema.MetricForAlerts
 
getTaskParamDefinitions() - Method in class ai.databand.schema.TaskDefinition
 
getTaskRunAttemptUid() - Method in class ai.databand.schema.DatabandTaskContext
 
getTaskRunAttemptUid() - Method in class ai.databand.schema.LogDataset
 
getTaskRunAttemptUid() - Method in class ai.databand.schema.LogMetric
 
getTaskRunAttemptUid() - Method in class ai.databand.schema.LogTarget
 
getTaskRunAttemptUid() - Method in class ai.databand.schema.SaveExternalLinks
 
getTaskRunAttemptUid() - Method in class ai.databand.schema.SaveTaskRunLog
 
getTaskRunAttemptUid() - Method in class ai.databand.schema.TaskRun
 
getTaskRunAttemptUid() - Method in class ai.databand.schema.TaskRunAttemptLog
 
getTaskRunAttemptUid() - Method in class ai.databand.schema.TaskRunAttemptUpdate
 
getTaskRunAttemptUpdates() - Method in class ai.databand.schema.UpdateTaskRunAttempts
 
getTaskRunEnv() - Method in class ai.databand.schema.InitRunArgs
 
getTaskRunEnvUid() - Method in class ai.databand.schema.TaskRunsInfo
 
getTaskRunName() - Method in class ai.databand.schema.DatasetOperationRes
 
getTaskRunName() - Method in class ai.databand.schema.LogDataset
 
getTaskRunName() - Method in class ai.databand.schema.LogTarget
 
getTaskRunName() - Method in class ai.databand.schema.TargetOperation
 
getTaskRunParams() - Method in class ai.databand.schema.TaskRun
 
getTaskRunParamUid() - Method in class ai.databand.schema.TargetOperation
 
getTaskRuns() - Method in class ai.databand.schema.TaskRunsInfo
 
getTaskRunsInfo() - Method in class ai.databand.schema.AddTaskRuns
 
getTaskRunsInfo() - Method in class ai.databand.schema.InitRunArgs
 
getTaskRunUid() - Method in class ai.databand.schema.DatabandTaskContext
 
getTaskRunUid() - Method in class ai.databand.schema.DatasetOperationRes
 
getTaskRunUid() - Method in class ai.databand.schema.LogDataset
 
getTaskRunUid() - Method in class ai.databand.schema.LogTarget
 
getTaskRunUid() - Method in class ai.databand.schema.TargetOperation
 
getTaskRunUid() - Method in class ai.databand.schema.TaskRun
 
getTaskRunUid() - Method in class ai.databand.schema.TaskRunAttemptUpdate
 
getTaskSignature() - Method in class ai.databand.schema.TaskRun
 
GetTasksReq - Class in ai.databand.schema.tasks
 
GetTasksReq(List<String>) - Constructor for class ai.databand.schema.tasks.GetTasksReq
 
getTaskUid() - Method in class ai.databand.schema.TaskRunAttemptLog
 
getTaskUids() - Method in class ai.databand.schema.tasks.GetTasksReq
 
getTimestamp() - Method in class ai.databand.schema.Metric
 
getTimeStamp() - Method in class ai.databand.schema.SetRunState
 
getTimestamp() - Method in class ai.databand.schema.TaskRunAttemptUpdate
 
getToken() - Method in class ai.databand.schema.auth.CreateTokenRes
 
getTotal() - Method in class ai.databand.schema.PaginationMeta
 
getTraceback() - Method in class ai.databand.schema.ErrorInfo
 
getTraceId() - Method in class ai.databand.config.DbndConfig
 
getTraceId() - Method in class ai.databand.schema.DatabandTaskContext
 
getTrackingSource() - Method in class ai.databand.schema.InitRunArgs
 
getTrackingSource() - Method in class ai.databand.spark.SparkIOSource
 
getTrigger() - Method in class ai.databand.schema.NewRunInfo
 
getTryNumber() - Method in class ai.databand.schema.AirflowTaskContext
 
getType() - Method in class ai.databand.schema.DatasetOperationRes.Issue
 
getType() - Method in class ai.databand.schema.DatasetOperationSchema
 
getType() - Method in class ai.databand.schema.histograms.ColumnSummary
 
getType() - Method in class ai.databand.schema.histograms.NumericSummary
 
getType() - Method in interface ai.databand.schema.histograms.Summary
 
getType() - Method in class ai.databand.schema.TaskDefinition
 
getUid() - Method in class ai.databand.schema.auth.CreateTokenRes
 
getUid() - Method in class ai.databand.schema.NodeInfo
 
getUid() - Method in class ai.databand.schema.TargetOperation
 
getUid() - Method in class ai.databand.schema.TaskRun
 
getUid() - Method in class ai.databand.schema.TaskRunEnv
 
getUids() - Method in class ai.databand.schema.TasksMetricsRequest
 
getUniqueCount() - Method in class ai.databand.schema.ColumnStats
 
getUpstreams() - Method in class ai.databand.schema.TaskFullGraph
 
getUpstreamsMap() - Method in class ai.databand.schema.TaskRunsInfo
 
getUpstreamTrId() - Method in class ai.databand.schema.NodeRelationInfo
 
getUrl() - Method in class ai.databand.schema.TrackingSource
 
getUser() - Method in class ai.databand.schema.Job
 
getUser() - Method in class ai.databand.schema.NewRunInfo
 
getUser() - Method in class ai.databand.schema.TaskRunEnv
 
getUserCodeTraceback() - Method in class ai.databand.schema.ErrorInfo
 
getUserCodeVersion() - Method in class ai.databand.schema.TaskRunEnv
 
getUserData() - Method in class ai.databand.schema.TaskRunEnv
 
getUsername() - Method in class ai.databand.schema.auth.LoginReq
 
getValue(String) - Method in class ai.databand.config.DbndConfig
 
getValue(String) - Method in class ai.databand.config.DbndSparkConf
 
getValue(String) - Method in class ai.databand.config.Env
 
getValue(String) - Method in class ai.databand.config.JavaOpts
 
getValue(String) - Method in class ai.databand.config.NormalizedProps
 
getValue(String) - Method in interface ai.databand.config.PropertiesSource
 
getValue(String) - Method in class ai.databand.config.SimpleProps
 
getValue() - Method in class ai.databand.schema.Metric
 
getValue() - Method in class ai.databand.schema.TaskRunParam
 
getValueFloat() - Method in class ai.databand.schema.Metric
 
getValueInt() - Method in class ai.databand.schema.Metric
 
getValueJson() - Method in class ai.databand.schema.Metric
 
getValueOrigin() - Method in class ai.databand.schema.TaskRunParam
 
getValuePreview() - Method in class ai.databand.schema.LogDataset
 
getValuePreview() - Method in class ai.databand.schema.LogTarget
 
getValuePreview() - Method in class ai.databand.schema.TargetOperation
 
getValueStr() - Method in class ai.databand.schema.Metric
 
getValueType() - Method in class ai.databand.schema.TaskParamDefinition
 
getVersion() - Method in class ai.databand.azkaban.UploadProjectRes
 
getVersion() - Method in class ai.databand.schema.NewRunInfo
 
getVersion() - Method in class ai.databand.schema.TaskRun
 
getWithHistograms() - Method in class ai.databand.log.LogDatasetRequest
 
getWithPartition() - Method in class ai.databand.log.LogDatasetRequest
 
getWithPartition() - Method in class ai.databand.schema.LogDataset
 
getWithPreview() - Method in class ai.databand.log.LogDatasetRequest
 
getWithSchema() - Method in class ai.databand.log.LogDatasetRequest
 
getWithStats() - Method in class ai.databand.log.LogDatasetRequest
 

H

hashCode() - Method in class ai.databand.id.Uuid5
 
Histogram - Class in ai.databand.parameters
 
Histogram(String, Dataset<?>, HistogramRequest) - Constructor for class ai.databand.parameters.Histogram
 
HistogramRequest - Class in ai.databand.log
Allows to customize dataframe reporting.
HistogramRequest() - Constructor for class ai.databand.log.HistogramRequest
Default constructor assumes full descriptive statistics and histograms calculation
HistogramRequest(boolean) - Constructor for class ai.databand.log.HistogramRequest
 

I

includeAllBoolean() - Method in class ai.databand.log.HistogramRequest
Include all boolean columns.
includeAllNumeric() - Method in class ai.databand.log.HistogramRequest
Include all numeric columns.
includeAllString() - Method in class ai.databand.log.HistogramRequest
Include all string columns.
includeColumns(Collection<String>) - Method in class ai.databand.log.HistogramRequest
Column names to include into report.
init(Method, Object[]) - Method in interface ai.databand.DbndRun
Init run in DBND using pipeline root execution method pointcut.
init(Method, Object[]) - Method in class ai.databand.DefaultDbndRun
 
init(Method, Object[]) - Method in class ai.databand.NoopDbndRun
 
initClient() - Method in class ai.databand.DbndWrapper
 
initRun(InitRun) - Method in interface ai.databand.DbndApi
 
initRun(String, String, String, String, TaskRunsInfo, AirflowTaskContext, RootRun) - Method in class ai.databand.DbndClient
Init new DBND run.
initRun(String, String, String, String, TaskRunsInfo, AirflowTaskContext, RootRun, String, TrackingSource, String) - Method in class ai.databand.DbndClient
Init new DBND run.
InitRun - Class in ai.databand.schema
 
InitRun(InitRunArgs) - Constructor for class ai.databand.schema.InitRun
 
InitRunArgs - Class in ai.databand.schema
 
InitRunArgs(String, String, String, NewRunInfo, TaskRunEnv, TaskRunsInfo, AirflowTaskContext, String, TrackingSource) - Constructor for class ai.databand.schema.InitRunArgs
 
InitRunArgs(String, String, String, NewRunInfo, TaskRunEnv, TaskRunsInfo) - Constructor for class ai.databand.schema.InitRunArgs
 
instance() - Static method in class ai.databand.DbndWrapper
 
isAdaptivePlan(Object) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
 
isApproxDistinct() - Method in class ai.databand.log.HistogramRequest
 
isArchived() - Method in class ai.databand.schema.NewRunInfo
 
isCompleted() - Method in class ai.databand.azkaban.FetchFlowExecutionRes
 
isDynamicTaskRunUpdate() - Method in class ai.databand.schema.TaskRunsInfo
 
isEnabled() - Method in class ai.databand.log.HistogramRequest
 
isExcluded(String) - Method in class ai.databand.log.HistogramRequest
 
isFailed() - Method in class ai.databand.azkaban.FetchFlowExecutionRes
 
isFalse(String) - Method in class ai.databand.config.DbndConfig
 
isFalse(Map<String, String>, String) - Method in class ai.databand.config.DbndConfig
 
isIncludeAllBoolean() - Method in class ai.databand.log.HistogramRequest
 
isIncludeAllNumeric() - Method in class ai.databand.log.HistogramRequest
 
isIncludeAllString() - Method in class ai.databand.log.HistogramRequest
 
isLoadOnBuild() - Method in class ai.databand.schema.TaskParamDefinition
 
isMissing(Map<String, String>, String) - Method in class ai.databand.config.DbndConfig
 
isOnlyStats() - Method in class ai.databand.log.HistogramRequest
 
isPreviewEnabled() - Method in class ai.databand.config.DbndConfig
 
isSendsHeartbeat() - Method in class ai.databand.schema.NewRunInfo
 
isSignificant() - Method in class ai.databand.schema.TaskParamDefinition
 
isSimpleType(DataType) - Method in class ai.databand.parameters.Histogram
 
isSuccess() - Method in class ai.databand.azkaban.CreateProjectRes
 
isSuccess() - Method in class ai.databand.azkaban.ExecuteFlowRes
 
isSuccess() - Method in class ai.databand.azkaban.FetchFlowExecutionRes
 
Issue() - Constructor for class ai.databand.schema.DatasetOperationRes.Issue
 
isTrackingEnabled() - Method in class ai.databand.config.DbndConfig
 
isTrue(String) - Method in class ai.databand.config.DbndAgentConfig
 
isTrue(String) - Method in class ai.databand.config.DbndConfig
 
isTrue(Map<String, String>, String) - Method in class ai.databand.config.DbndConfig
 
isUserCodeCommitted() - Method in class ai.databand.schema.TaskRunEnv
 
isVerbose() - Method in class ai.databand.config.DbndAgentConfig
 
isVerbose() - Method in class ai.databand.config.DbndConfig
 

J

JavaOpts - Class in ai.databand.config
JAVA_OPTS properties source.
JavaOpts() - Constructor for class ai.databand.config.JavaOpts
 
JavaOpts(PropertiesSource) - Constructor for class ai.databand.config.JavaOpts
 
JavaOpts(Map<String, String>) - Constructor for class ai.databand.config.JavaOpts
 
JavaOpts(PropertiesSource, Map<String, String>) - Constructor for class ai.databand.config.JavaOpts
 
Job - Class in ai.databand.schema
 
Job() - Constructor for class ai.databand.schema.Job
 
jobId() - Method in class ai.databand.schema.AzkabanTaskContext
 
jobName() - Method in class ai.databand.config.DbndConfig
 
jobName() - Method in class ai.databand.schema.AirflowTaskContext
 
jobRunName() - Method in class ai.databand.schema.AzkabanTaskContext
project_name - flow_name - execution_id
jobs(String) - Method in interface ai.databand.DbndApi
 

L

left() - Method in class ai.databand.schema.Pair
 
loadClass(String) - Method in class ai.databand.DbndWrapper
 
loadMethods(String) - Method in class ai.databand.DbndWrapper
 
LocalDateDeserializer - Class in ai.databand.schema.jackson
 
LocalDateDeserializer() - Constructor for class ai.databand.schema.jackson.LocalDateDeserializer
 
LocalDateDeserializer(Class<LocalDate>) - Constructor for class ai.databand.schema.jackson.LocalDateDeserializer
 
LocalDateSerializer - Class in ai.databand.schema.jackson
 
LocalDateSerializer() - Constructor for class ai.databand.schema.jackson.LocalDateSerializer
 
LocalDateSerializer(Class<LocalDate>) - Constructor for class ai.databand.schema.jackson.LocalDateSerializer
 
log(String, DatasetOperationType, StructType, long) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
 
logDataframe(String, Dataset<?>, HistogramRequest) - Method in interface ai.databand.DbndRun
Log Spark dataframe
logDataframe(String, Dataset<?>, HistogramRequest) - Method in class ai.databand.DbndWrapper
 
logDataframe(String, Dataset<?>, boolean) - Method in class ai.databand.DbndWrapper
 
logDataframe(String, Dataset<?>, HistogramRequest) - Method in class ai.databand.DefaultDbndRun
 
logDataframe(String, Object, boolean) - Static method in class ai.databand.log.DbndLogger
Report Spark dataframe.
logDataframe(String, Object, HistogramRequest) - Static method in class ai.databand.log.DbndLogger
Report Spark dataframe.
logDataframe(String, Dataset<?>, HistogramRequest) - Method in class ai.databand.NoopDbndRun
 
LogDataset - Class in ai.databand.schema
 
LogDataset(TaskRun, String, DatasetOperationType, DatasetOperationStatus, String, String, List<Long>, Object, Boolean, List<ColumnStats>, String) - Constructor for class ai.databand.schema.LogDataset
 
LogDataset(String, String, String, String, String, DatasetOperationType, DatasetOperationStatus, String, String, List<Long>, Object, Boolean, List<ColumnStats>, String) - Constructor for class ai.databand.schema.LogDataset
 
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, String, String, List<Long>, Object, Boolean, List<ColumnStats>, String) - Method in interface ai.databand.DbndRun
Log dataset operations.
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, Dataset<?>, Throwable, LogDatasetRequest, String) - Method in interface ai.databand.DbndRun
Log dataset operations with options like preview and schema generation.
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, Dataset<?>, Throwable, LogDatasetRequest) - Method in class ai.databand.DbndWrapper
 
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, String, List<Long>, String, Boolean, List<ColumnStats>, String) - Method in class ai.databand.DbndWrapper
 
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, String, String, List<Long>, Object, Boolean, List<ColumnStats>, String) - Method in class ai.databand.DefaultDbndRun
 
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, Dataset<?>, Throwable, LogDatasetRequest, String) - Method in class ai.databand.DefaultDbndRun
 
logDatasetOperation(String, DatasetOperationType, Dataset<?>) - Static method in class ai.databand.log.DbndLogger
Report success dataset operation.
logDatasetOperation(String, DatasetOperationType, Dataset<?>, LogDatasetRequest) - Static method in class ai.databand.log.DbndLogger
 
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, Dataset<?>) - Static method in class ai.databand.log.DbndLogger
Report dataset operation.
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, Dataset<?>, LogDatasetRequest) - Static method in class ai.databand.log.DbndLogger
Report dataset operation.
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, Dataset<?>, Throwable) - Static method in class ai.databand.log.DbndLogger
Report dataset operation and error operation if occurred.
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, Dataset<?>, Throwable, LogDatasetRequest) - Static method in class ai.databand.log.DbndLogger
 
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, String, String, List<Long>, Object, Boolean, List<ColumnStats>, String) - Method in class ai.databand.NoopDbndRun
 
logDatasetOperation(String, DatasetOperationType, DatasetOperationStatus, Dataset<?>, Throwable, LogDatasetRequest, String) - Method in class ai.databand.NoopDbndRun
 
logDatasetOperations(TaskRun, List<LogDataset>) - Method in class ai.databand.DbndClient
Log task dataset operations.
LogDatasetRequest - Class in ai.databand.log
Configuration for logDatasetOperation request.
LogDatasetRequest() - Constructor for class ai.databand.log.LogDatasetRequest
 
logDatasets(LogDatasets) - Method in interface ai.databand.DbndApi
 
LogDatasets - Class in ai.databand.schema
 
LogDatasets(List<LogDataset>) - Constructor for class ai.databand.schema.LogDatasets
 
logHistogram(Map<String, Object>) - Method in interface ai.databand.DbndRun
Log histogram object.
logHistogram(Map<String, Object>) - Method in class ai.databand.DbndWrapper
 
logHistogram(Map<String, Object>) - Method in class ai.databand.DefaultDbndRun
 
logHistogram(Map<String, Object>) - Method in class ai.databand.NoopDbndRun
 
login(String, String) - Method in interface ai.databand.azkaban.AzkabanApi
 
login(String, String) - Method in class ai.databand.azkaban.AzkabanClient
 
login(LoginReq, String, String) - Method in interface ai.databand.DbndApi
 
LoginReq - Class in ai.databand.schema.auth
 
LoginReq() - Constructor for class ai.databand.schema.auth.LoginReq
 
LoginReq(String, String) - Constructor for class ai.databand.schema.auth.LoginReq
 
LoginRes - Class in ai.databand.azkaban
 
LoginRes() - Constructor for class ai.databand.azkaban.LoginRes
 
LoginRes - Class in ai.databand.schema.auth
 
LoginRes() - Constructor for class ai.databand.schema.auth.LoginRes
 
logMetric(LogMetric) - Method in interface ai.databand.DbndApi
 
logMetric(TaskRun, String, String, String) - Method in class ai.databand.DbndClient
Log task metrics.
logMetric(String, Object) - Method in interface ai.databand.DbndRun
Log metric and attach it to the current task.
logMetric(String, Object) - Method in class ai.databand.DbndWrapper
 
logMetric(String, Object) - Method in class ai.databand.DefaultDbndRun
 
logMetric(TaskRun, String, Object, String) - Method in class ai.databand.DefaultDbndRun
 
logMetric(TaskRun, String, Object, String, boolean) - Method in class ai.databand.DefaultDbndRun
 
logMetric(String, Object) - Static method in class ai.databand.log.DbndLogger
Report single metric.
logMetric(String, Object) - Method in class ai.databand.NoopDbndRun
 
LogMetric - Class in ai.databand.schema
 
LogMetric(String, Metric, String) - Constructor for class ai.databand.schema.LogMetric
 
LogMetric(String, Metric) - Constructor for class ai.databand.schema.LogMetric
 
logMetrics(LogMetrics) - Method in interface ai.databand.DbndApi
 
logMetrics(TaskRun, Map<String, Object>, String) - Method in class ai.databand.DbndClient
Log task metrics.
logMetrics(Map<String, Object>) - Method in interface ai.databand.DbndRun
Log metrics batch and attach it to the current task.
logMetrics(Map<String, Object>, String) - Method in interface ai.databand.DbndRun
Log metrics batch with source
logMetrics(Map<String, Object>) - Method in class ai.databand.DbndWrapper
 
logMetrics(Map<String, Object>, String) - Method in class ai.databand.DbndWrapper
 
logMetrics(Map<String, Object>) - Method in class ai.databand.DefaultDbndRun
 
logMetrics(Map<String, Object>, String) - Method in class ai.databand.DefaultDbndRun
 
logMetrics(TaskRun, Map<String, Object>, String) - Method in class ai.databand.DefaultDbndRun
 
logMetrics(Map<String, Object>) - Method in class ai.databand.NoopDbndRun
 
logMetrics(Map<String, Object>, String) - Method in class ai.databand.NoopDbndRun
 
LogMetrics - Class in ai.databand.schema
 
LogMetrics(List<LogMetric>) - Constructor for class ai.databand.schema.LogMetrics
 
logs(Integer) - Method in interface ai.databand.DbndApi
 
logSpark(SparkListenerEvent) - Method in class ai.databand.DbndWrapper
 
LogTarget - Class in ai.databand.schema
 
LogTarget(String, String, String, String, String, String, String, String, String, String, List<Long>, Object, String) - Constructor for class ai.databand.schema.LogTarget
 
logTargets(LogTargets) - Method in interface ai.databand.DbndApi
 
logTargets(TaskRun, List<LogTarget>) - Method in class ai.databand.DbndClient
Log task targets.
LogTargets - Class in ai.databand.schema
 
LogTargets(List<LogTarget>) - Constructor for class ai.databand.schema.LogTargets
 
logTask(LoggingEvent, String) - Method in class ai.databand.DbndWrapper
 

M

maskValue(String, String) - Method in class ai.databand.config.DbndConfig
Mask sensitive config values.
Metric - Class in ai.databand.schema
 
Metric(String, Object, ZonedDateTime) - Constructor for class ai.databand.schema.Metric
 
MetricForAlerts - Class in ai.databand.schema
 
MetricForAlerts() - Constructor for class ai.databand.schema.MetricForAlerts
 
metricKey() - Method in class ai.databand.spark.SparkIOSource
 
metricsForAlerts(String) - Method in interface ai.databand.DbndApi
 
MetricsForAlertsResponse - Class in ai.databand.schema
 
MetricsForAlertsResponse() - Constructor for class ai.databand.schema.MetricsForAlertsResponse
 
metricValues() - Method in class ai.databand.parameters.Histogram
 

N

NAMESPACE_DBND - Static variable in class ai.databand.id.Uuid5
 
NAMESPACE_DBND_JOB - Static variable in class ai.databand.id.Uuid5
 
NAMESPACE_DBND_RUN - Static variable in class ai.databand.id.Uuid5
 
NAMESPACE_DBND_TASK_DEF - Static variable in class ai.databand.id.Uuid5
 
NAMESPACE_DNS - Static variable in class ai.databand.id.Uuid5Raw
 
NewRunInfo - Class in ai.databand.schema
 
NewRunInfo(String, String, ZonedDateTime, String, ZonedDateTime, ZonedDateTime, boolean, String, boolean, String, String, String, String, String, String, String, String, String, ZonedDateTime, RootRun) - Constructor for class ai.databand.schema.NewRunInfo
 
NewRunInfo(String, String, ZonedDateTime, String, ZonedDateTime, ZonedDateTime, boolean, String, boolean, String, String, String, String, String, String, String, String, String, ZonedDateTime, RootRun, String) - Constructor for class ai.databand.schema.NewRunInfo
 
next() - Static method in class ai.databand.RandomNames
 
NodeInfo - Class in ai.databand.schema
 
NodeInfo() - Constructor for class ai.databand.schema.NodeInfo
 
NodeRelationInfo - Class in ai.databand.schema
 
NodeRelationInfo() - Constructor for class ai.databand.schema.NodeRelationInfo
 
NONE() - Static method in class ai.databand.log.HistogramRequest
Do not generate report at all.
NoopDbndRun - Class in ai.databand
No-op run used when no tracking is available to avoid unnecessary exceptions and log pollution.
NoopDbndRun() - Constructor for class ai.databand.NoopDbndRun
 
NormalizedProps - Class in ai.databand.config
Normalizes properties.
NormalizedProps(Map<String, String>) - Constructor for class ai.databand.config.NormalizedProps
 
NullPreview - Class in ai.databand.parameters
 
NullPreview() - Constructor for class ai.databand.parameters.NullPreview
 
numericHistograms() - Method in class ai.databand.parameters.Histogram
 
NumericSummary - Class in ai.databand.schema.histograms
 
NumericSummary(ColumnSummary, double, double, double, double, double, double, double) - Constructor for class ai.databand.schema.histograms.NumericSummary
 

O

ObjectPreview - Class in ai.databand.parameters
 
ObjectPreview() - Constructor for class ai.databand.parameters.ObjectPreview
 
onFailure(String, QueryExecution, Exception) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
 
onlyStats() - Method in class ai.databand.log.HistogramRequest
Generate only descriptive statistics.
onOtherEvent(SparkListenerEvent) - Method in class ai.databand.spark.DbndSparkListener
 
onStageCompleted(SparkListenerStageCompleted) - Method in class ai.databand.spark.DbndSparkListener
 
onSuccess(String, QueryExecution, long) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
 
OP_SOURCE_JAVA_MANUAL_LOGGING - Static variable in class ai.databand.schema.LogDataset
 
OP_SOURCE_SPARK_QUERY_LISTENER - Static variable in class ai.databand.schema.LogDataset
 
operations(String) - Method in interface ai.databand.DbndApi
 

P

PaginatedData<T> - Class in ai.databand.schema
 
PaginatedData() - Constructor for class ai.databand.schema.PaginatedData
 
PaginationMeta - Class in ai.databand.schema
 
PaginationMeta() - Constructor for class ai.databand.schema.PaginationMeta
 
Pair<A,B> - Class in ai.databand.schema
 
Pair(A, B) - Constructor for class ai.databand.schema.Pair
 
ParametersPreview - Class in ai.databand.parameters
 
ParametersPreview(boolean) - Constructor for class ai.databand.parameters.ParametersPreview
 
personalAccessToken() - Method in class ai.databand.config.DbndConfig
 
PLACEHOLDER - Static variable in class ai.databand.log.TruncatedLog
 
previewHeadBytes() - Method in class ai.databand.config.DbndConfig
 
previewTailBytes() - Method in class ai.databand.config.DbndConfig
 
previewTotalBytes() - Method in class ai.databand.config.DbndConfig
 
printStack() - Method in class ai.databand.DbndWrapper
 
projectName() - Method in class ai.databand.schema.AzkabanTaskContext
 
PropertiesSource - Interface in ai.databand.config
 

R

RandomNames - Class in ai.databand
Docker names generator, Python port https://github.com/shamrin/namesgenerator Copyright (c) 2017 Alexey Shamrin MIT License
RandomNames() - Constructor for class ai.databand.RandomNames
 
removeArgsFromMethodName(String) - Method in class ai.databand.DbndWrapper
Removes arguments part from string representation of method name.
requiresLayout() - Method in class ai.databand.DbndLogAppender
 
right() - Method in class ai.databand.schema.Pair
 
root() - Method in class ai.databand.schema.AzkabanTaskContext
 
RootRun - Class in ai.databand.schema
 
RootRun(String, String, String, String) - Constructor for class ai.databand.schema.RootRun
 
rootRunUid() - Method in class ai.databand.schema.AzkabanTaskContext
Root run (flow) UID.
Run - Class in ai.databand.schema
 
Run() - Constructor for class ai.databand.schema.Run
 
RunAndDefinition - Class in ai.databand.schema
 
RunAndDefinition(TaskRun, TaskDefinition, List<LogTarget>) - Constructor for class ai.databand.schema.RunAndDefinition
 
runName() - Method in class ai.databand.config.DbndConfig
 
runName() - Method in class ai.databand.schema.AzkabanTaskContext
project_name - flow_name - execution_id
RUNNING - Static variable in interface ai.databand.schema.TaskStates
 
runs(String) - Method in interface ai.databand.DbndApi
 

S

safeExecuteVoid(Call<Void>) - Method in class ai.databand.DbndClient
Wrap retrofit exception and response handling for Void calls.
safeExecuteVoid(Call<Void>, boolean) - Method in class ai.databand.DbndClient
Wrap retrofit exception and response handling for Void calls.
saveExternalLinks(SaveExternalLinks) - Method in interface ai.databand.DbndApi
 
saveExternalLinks(String, String, String) - Method in class ai.databand.DbndClient
Save task run attempt external link.
saveExternalLinks(String, Map<String, String>) - Method in class ai.databand.DbndClient
Save task run attempt external link.
SaveExternalLinks - Class in ai.databand.schema
 
SaveExternalLinks(String, Map<String, String>) - Constructor for class ai.databand.schema.SaveExternalLinks
 
saveLog(LoggingEvent, String) - Method in interface ai.databand.DbndRun
Save log and attach it to the current task and all parent tasks.
saveLog(LoggingEvent, String) - Method in class ai.databand.DefaultDbndRun
 
saveLog(LoggingEvent, String) - Method in class ai.databand.NoopDbndRun
 
saveSparkMetrics(SparkListenerStageCompleted) - Method in interface ai.databand.DbndRun
Save spark metrics.
saveSparkMetrics(SparkListenerStageCompleted) - Method in class ai.databand.DefaultDbndRun
 
saveSparkMetrics(SparkListenerStageCompleted) - Method in class ai.databand.NoopDbndRun
 
saveTaskLog(String, String, String) - Method in class ai.databand.DbndClient
Save task logs.
saveTaskRunLog(SaveTaskRunLog) - Method in interface ai.databand.DbndApi
 
SaveTaskRunLog - Class in ai.databand.schema
 
SaveTaskRunLog(DbndConfig, String, String) - Constructor for class ai.databand.schema.SaveTaskRunLog
 
SaveTaskRunLog(String, TruncatedLog) - Constructor for class ai.databand.schema.SaveTaskRunLog
 
schema(Dataset<Row>) - Method in class ai.databand.parameters.DatasetOperationPreview
 
schema(Dataset<Row>) - Method in class ai.databand.parameters.DatasetPreview
 
schema(Object) - Method in class ai.databand.parameters.NullPreview
 
schema(Object) - Method in class ai.databand.parameters.ObjectPreview
 
schema(String[]) - Method in class ai.databand.parameters.StringArrayPreview
 
schema(String) - Method in class ai.databand.parameters.StringPreview
 
schema(T) - Method in interface ai.databand.parameters.TaskParameterPreview
 
seq(List<T>) - Method in class ai.databand.parameters.Histogram
 
serialize(LocalDate, JsonGenerator, SerializerProvider) - Method in class ai.databand.schema.jackson.LocalDateSerializer
 
serialize(ZonedDateTime, JsonGenerator, SerializerProvider) - Method in class ai.databand.schema.jackson.ZonedDateTimeSerializer
 
sessionCookie() - Method in class ai.databand.config.DbndConfig
 
setAttempts(Map<String, List<TaskRunAttempt>>) - Method in class ai.databand.schema.Tasks
 
setChildren(List<NodeRelationInfo>) - Method in class ai.databand.schema.TaskFullGraph
 
setColumnName(String) - Method in class ai.databand.schema.ColumnStats
 
setColumnsStats(List<ColumnStats>) - Method in class ai.databand.schema.DatasetOperationRes
 
setColumnType(String) - Method in class ai.databand.schema.ColumnStats
 
setCommandLine(String) - Method in class ai.databand.schema.TaskRun
 
setData(DatasetOperationRes.Data) - Method in class ai.databand.schema.DatasetOperationRes.Issue
 
setData(List<Run>) - Method in class ai.databand.schema.GetRunsResponse
 
setData(List<MetricForAlerts>) - Method in class ai.databand.schema.MetricsForAlertsResponse
 
setData(List<T>) - Method in class ai.databand.schema.PaginatedData
 
setDataDimensions(List<Long>) - Method in class ai.databand.schema.TargetOperation
 
setDataHash(String) - Method in class ai.databand.schema.TargetOperation
 
setDataSchema(String) - Method in class ai.databand.schema.TargetOperation
 
setDatasetPath(String) - Method in class ai.databand.schema.DatasetOperationRes
 
setDistinctCount(Long) - Method in class ai.databand.schema.ColumnStats
 
setDownstreamTrId(Integer) - Method in class ai.databand.schema.NodeRelationInfo
 
setDriverTask(TaskRun) - Method in interface ai.databand.DbndRun
Override task run to avoid creating duplicate runs.
setDriverTask(TaskRun) - Method in class ai.databand.DefaultDbndRun
 
setDriverTask(TaskRun) - Method in class ai.databand.NoopDbndRun
 
setDynamic(boolean) - Method in class ai.databand.schema.TaskRun
 
setEndDate(ZonedDateTime) - Method in class ai.databand.schema.TaskRun
 
setEnv(String) - Method in class ai.databand.schema.TaskRun
 
setError(String) - Method in class ai.databand.azkaban.UploadProjectRes
 
setError(ErrorInfo) - Method in class ai.databand.schema.TaskRunAttempt
 
setExecId(int) - Method in class ai.databand.azkaban.ExecuteFlowRes
 
setExecutionDate(ZonedDateTime) - Method in class ai.databand.schema.TaskRun
 
setExternalTaskContext(String, String, String, String) - Method in class ai.databand.DbndWrapper
Set tracking context from external source.
setFlow(String) - Method in class ai.databand.azkaban.ExecuteFlowRes
 
setFunctionalCall(String) - Method in class ai.databand.schema.TaskRun
 
setHasDownstreams(boolean) - Method in class ai.databand.schema.TaskRun
 
setHasUpstreams(boolean) - Method in class ai.databand.schema.TaskRun
 
setId(Integer) - Method in class ai.databand.schema.NodeInfo
 
setId(Integer) - Method in class ai.databand.schema.NodeRelationInfo
 
setId(String) - Method in class ai.databand.schema.TaskRunAttempt
 
setIssues(List<DatasetOperationRes.Issue>) - Method in class ai.databand.schema.DatasetOperationRes
 
setLatestOperationStatus(String) - Method in class ai.databand.schema.DatasetOperationRes
 
setLatestRootTaskRunUid(String) - Method in class ai.databand.schema.Job
 
setLatestRunUid(String) - Method in class ai.databand.schema.Job
 
setLatestTaskRunAttemptId(Integer) - Method in class ai.databand.schema.TaskRun
 
setLogBody(String) - Method in class ai.databand.schema.TaskRunAttemptLog
 
setLogLocal(String) - Method in class ai.databand.schema.TaskRun
 
setLogRemote(String) - Method in class ai.databand.schema.TaskRun
 
setMaxValue(Double) - Method in class ai.databand.schema.ColumnStats
 
setMeanValue(Double) - Method in class ai.databand.schema.ColumnStats
 
setMessage(String) - Method in class ai.databand.azkaban.CreateProjectRes
 
setMessage(String) - Method in class ai.databand.azkaban.ExecuteFlowRes
 
setMeta(PaginationMeta) - Method in class ai.databand.schema.PaginatedData
 
setMetricName(String) - Method in class ai.databand.schema.MetricForAlerts
 
setMetrics(Map<String, Map<String, List<List<Object>>>>) - Method in class ai.databand.schema.TasksMetricsResponse
 
setMinValue(Double) - Method in class ai.databand.schema.ColumnStats
 
setMostFreqValue(Object) - Method in class ai.databand.schema.ColumnStats
 
setMostFreqValueCount(Long) - Method in class ai.databand.schema.ColumnStats
 
setName(String) - Method in class ai.databand.schema.Job
 
setName(String) - Method in class ai.databand.schema.TaskRun
 
setName(String) - Method in class ai.databand.schema.TaskRunParam
 
setNodesInfo(Map<String, NodeInfo>) - Method in class ai.databand.schema.TaskFullGraph
 
setOperationError(String) - Method in class ai.databand.schema.DatasetOperationRes.Data
 
setOperations(long) - Method in class ai.databand.schema.DatasetOperationRes
 
setOperationSource(String) - Method in class ai.databand.schema.DatasetOperationRes
 
setOperationType(String) - Method in class ai.databand.schema.DatasetOperationRes
 
setOperationType(String) - Method in class ai.databand.schema.TargetOperation
 
setOutputSignature(String) - Method in class ai.databand.schema.TaskRun
 
setParameterName(String) - Method in class ai.databand.schema.TaskRunParam
 
setParamName(String) - Method in class ai.databand.schema.TargetOperation
 
setPath(String) - Method in class ai.databand.schema.TargetOperation
 
setProject(String) - Method in class ai.databand.azkaban.ExecuteFlowRes
 
setProjectId(String) - Method in class ai.databand.azkaban.UploadProjectRes
 
setProjectName(String) - Method in class ai.databand.schema.Run
 
setQuartile1(Double) - Method in class ai.databand.schema.ColumnStats
 
setQuartile2(Double) - Method in class ai.databand.schema.ColumnStats
 
setQuartile3(Double) - Method in class ai.databand.schema.ColumnStats
 
setRecords(long) - Method in class ai.databand.schema.DatasetOperationRes
 
setRecordsCount(Long) - Method in class ai.databand.schema.ColumnStats
 
setReused(boolean) - Method in class ai.databand.schema.TaskRun
 
setRoot(int) - Method in class ai.databand.schema.TaskFullGraph
 
setRoot(boolean) - Method in class ai.databand.schema.TaskRun
 
setRootRunUid(String) - Method in class ai.databand.schema.Run
 
setRootTaskRunUid(String) - Method in class ai.databand.schema.TaskFullGraph
 
setRunState(SetRunState) - Method in interface ai.databand.DbndApi
 
setRunState(String, String) - Method in class ai.databand.DbndClient
Set run state.
SetRunState - Class in ai.databand.schema
 
SetRunState(String, String, ZonedDateTime) - Constructor for class ai.databand.schema.SetRunState
 
setRunUid(String) - Method in class ai.databand.schema.TargetOperation
 
setRunUid(String) - Method in class ai.databand.schema.TaskRun
 
setSessionId(String) - Method in class ai.databand.azkaban.LoginRes
 
setSkipped(boolean) - Method in class ai.databand.schema.TaskRun
 
setStartDate(ZonedDateTime) - Method in class ai.databand.schema.TaskRun
 
setState(String) - Method in class ai.databand.schema.NodeInfo
 
setState(String) - Method in class ai.databand.schema.TaskRun
 
setStatus(String) - Method in class ai.databand.azkaban.CreateProjectRes
 
setStatus(String) - Method in class ai.databand.azkaban.FetchFlowExecutionRes
 
setStatus(String) - Method in class ai.databand.azkaban.LoginRes
 
setStatus(String) - Method in class ai.databand.schema.auth.LoginRes
 
setStdValue(Double) - Method in class ai.databand.schema.ColumnStats
 
setSystem(boolean) - Method in class ai.databand.schema.TaskRun
 
setTargetDate(LocalDate) - Method in class ai.databand.schema.TaskRun
 
setTargetsOperations(List<TargetOperation>) - Method in class ai.databand.schema.Tasks
 
setTargetsUids(List<String>) - Method in class ai.databand.schema.TaskRunParam
 
setTargetUid(String) - Method in class ai.databand.schema.TargetOperation
 
setTaskAfId(String) - Method in class ai.databand.schema.TaskRun
 
setTaskDefinitionUid(String) - Method in class ai.databand.schema.TaskRun
 
setTaskId(String) - Method in class ai.databand.schema.NodeInfo
 
setTaskId(String) - Method in class ai.databand.schema.TaskRun
 
setTaskId(String) - Method in class ai.databand.schema.TaskRunAttemptLog
 
setTaskInstances(Map<String, TaskRun>) - Method in class ai.databand.schema.Tasks
 
setTaskName(String) - Method in class ai.databand.schema.MetricForAlerts
 
setTaskRunAttemptUid(String) - Method in class ai.databand.schema.TaskRun
 
setTaskRunAttemptUid(String) - Method in class ai.databand.schema.TaskRunAttemptLog
 
setTaskRunName(String) - Method in class ai.databand.schema.DatasetOperationRes
 
setTaskRunName(String) - Method in class ai.databand.schema.TargetOperation
 
setTaskRunParams(List<TaskRunParam>) - Method in class ai.databand.schema.TaskRun
 
setTaskRunParamUid(String) - Method in class ai.databand.schema.TargetOperation
 
setTaskRunUid(String) - Method in class ai.databand.schema.DatasetOperationRes
 
setTaskRunUid(String) - Method in class ai.databand.schema.TargetOperation
 
setTaskRunUid(String) - Method in class ai.databand.schema.TaskRun
 
setTaskSignature(String) - Method in class ai.databand.schema.TaskRun
 
setTaskUid(String) - Method in class ai.databand.schema.TaskRunAttemptLog
 
setToken(String) - Method in class ai.databand.schema.auth.CreateTokenRes
 
setTotal(int) - Method in class ai.databand.schema.PaginationMeta
 
setTrackingEnabled(boolean) - Method in class ai.databand.config.DbndConfig
 
setType(String) - Method in class ai.databand.schema.DatasetOperationRes.Issue
 
setUid(String) - Method in class ai.databand.schema.auth.CreateTokenRes
 
setUid(String) - Method in class ai.databand.schema.NodeInfo
 
setUid(String) - Method in class ai.databand.schema.TargetOperation
 
setUid(String) - Method in class ai.databand.schema.TaskRun
 
setUniqueCount(Long) - Method in class ai.databand.schema.ColumnStats
 
setUpstreams(List<NodeRelationInfo>) - Method in class ai.databand.schema.TaskFullGraph
 
setUpstreamTrId(Integer) - Method in class ai.databand.schema.NodeRelationInfo
 
setUser(String) - Method in class ai.databand.schema.Job
 
setValue(String) - Method in class ai.databand.schema.TaskRunParam
 
setValueOrigin(String) - Method in class ai.databand.schema.TaskRunParam
 
setValuePreview(String) - Method in class ai.databand.schema.TargetOperation
 
setVersion(String) - Method in class ai.databand.azkaban.UploadProjectRes
 
setVersion(String) - Method in class ai.databand.schema.TaskRun
 
Sha1 - Class in ai.databand.id
 
Sha1(String, String) - Constructor for class ai.databand.id.Sha1
 
Sha1Long - Class in ai.databand.id
 
Sha1Long(String, String) - Constructor for class ai.databand.id.Sha1Long
 
Sha1Short - Class in ai.databand.id
 
Sha1Short(String, String) - Constructor for class ai.databand.id.Sha1Short
 
SimpleProps - Class in ai.databand.config
 
SimpleProps(Map<String, String>) - Constructor for class ai.databand.config.SimpleProps
 
SimpleProps() - Constructor for class ai.databand.config.SimpleProps
 
sparkAppName() - Method in class ai.databand.config.DbndConfig
 
SparkColumnStats - Class in ai.databand.spark
 
SparkColumnStats(Dataset<?>, LogDatasetRequest) - Constructor for class ai.databand.spark.SparkColumnStats
 
SparkIOSource - Class in ai.databand.spark
 
SparkIOSource(String, String, Map<String, Object>) - Constructor for class ai.databand.spark.SparkIOSource
 
SparkIOSource(String, String) - Constructor for class ai.databand.spark.SparkIOSource
 
sparkIoTrackingEnabled() - Method in class ai.databand.config.DbndAgentConfig
 
startTask(Method, Object[]) - Method in interface ai.databand.DbndRun
Start task in the run context.
startTask(Method, Object[]) - Method in class ai.databand.DefaultDbndRun
 
startTask(Method, Object[]) - Method in class ai.databand.NoopDbndRun
 
stop() - Method in interface ai.databand.DbndRun
Stop run.
stop() - Method in class ai.databand.DbndWrapper
 
stop() - Method in class ai.databand.DefaultDbndRun
 
stop() - Method in class ai.databand.NoopDbndRun
 
stopExternal() - Method in interface ai.databand.DbndRun
Submit driver task metrics when run context was external.
stopExternal() - Method in class ai.databand.DefaultDbndRun
 
stopExternal() - Method in class ai.databand.NoopDbndRun
 
stopListener() - Method in interface ai.databand.DbndRun
When dataset operations was sent after Spark started to initialize shutdown sequence, we need to send stop signal to the run.
stopListener() - Method in class ai.databand.DefaultDbndRun
Since listener can still process dataset operations AFTER the run completion, run should be explicitly stopped after listener will complete work because dataset operations may be missed/not calculated properly.
stopListener() - Method in class ai.databand.NoopDbndRun
 
StringArrayPreview - Class in ai.databand.parameters
 
StringArrayPreview() - Constructor for class ai.databand.parameters.StringArrayPreview
 
StringPreview - Class in ai.databand.parameters
 
StringPreview() - Constructor for class ai.databand.parameters.StringPreview
 
submitReadOps(SparkPlan) - Method in class ai.databand.spark.DbndSparkQueryExecutionListener
 
SUCCESS - Static variable in interface ai.databand.schema.TaskStates
 
summary() - Method in class ai.databand.parameters.Histogram
 
Summary - Interface in ai.databand.schema.histograms
 

T

Target - Class in ai.databand.schema
 
Target() - Constructor for class ai.databand.schema.Target
 
TargetOperation - Class in ai.databand.schema
 
TargetOperation() - Constructor for class ai.databand.schema.TargetOperation
 
targets() - Method in class ai.databand.schema.RunAndDefinition
 
taskDefinition() - Method in class ai.databand.schema.RunAndDefinition
 
TaskDefinition - Class in ai.databand.schema
 
TaskDefinition(String, String, String, String, String, String, List<TaskParamDefinition>, String, String, String) - Constructor for class ai.databand.schema.TaskDefinition
 
taskDefinitionUid() - Method in class ai.databand.schema.AzkabanTaskContext
 
taskFullGraph(String, String) - Method in interface ai.databand.DbndApi
 
TaskFullGraph - Class in ai.databand.schema
 
TaskFullGraph() - Constructor for class ai.databand.schema.TaskFullGraph
 
TaskParamDefinition - Class in ai.databand.schema
 
TaskParamDefinition(String, String, String, boolean, boolean, String, String, String) - Constructor for class ai.databand.schema.TaskParamDefinition
 
TaskParameterPreview<T> - Interface in ai.databand.parameters
 
taskRun() - Method in class ai.databand.schema.RunAndDefinition
 
TaskRun - Class in ai.databand.schema
 
TaskRun() - Constructor for class ai.databand.schema.TaskRun
 
TaskRun(String, boolean, boolean, String, String, String, String, String, List<TaskRunParam>, String, boolean, LocalDate, ZonedDateTime, String, String, String, String, boolean, boolean, String, String, boolean, boolean, String, String, String, Map<String, String>) - Constructor for class ai.databand.schema.TaskRun
 
TaskRunAttempt - Class in ai.databand.schema
 
TaskRunAttempt() - Constructor for class ai.databand.schema.TaskRunAttempt
 
TaskRunAttemptLog - Class in ai.databand.schema
 
TaskRunAttemptLog() - Constructor for class ai.databand.schema.TaskRunAttemptLog
 
taskRunAttemptUid() - Method in class ai.databand.schema.AzkabanTaskContext
Task (job) run attempt UID.
TaskRunAttemptUpdate - Class in ai.databand.schema
 
TaskRunAttemptUpdate(String, String, String, ZonedDateTime, ZonedDateTime, ErrorInfo) - Constructor for class ai.databand.schema.TaskRunAttemptUpdate
 
TaskRunAttemptUpdate(String, String, String, ZonedDateTime, ZonedDateTime, ErrorInfo, Map<String, String>) - Constructor for class ai.databand.schema.TaskRunAttemptUpdate
 
TaskRunEnv - Class in ai.databand.schema
 
TaskRunEnv(String, String, String, String, String, String, ZonedDateTime, String, String, boolean) - Constructor for class ai.databand.schema.TaskRunEnv
 
TaskRunParam - Class in ai.databand.schema
 
TaskRunParam() - Constructor for class ai.databand.schema.TaskRunParam
 
TaskRunParam(String, String, String) - Constructor for class ai.databand.schema.TaskRunParam
 
TaskRunsInfo - Class in ai.databand.schema
 
TaskRunsInfo(String, List<List<String>>, String, List<TaskRun>, List<Target>, String, List<List<String>>, boolean, List<TaskDefinition>, TrackingSource) - Constructor for class ai.databand.schema.TaskRunsInfo
 
taskRunUid() - Method in class ai.databand.schema.AzkabanTaskContext
Task (job) run UID.
tasks(GetTasksReq) - Method in interface ai.databand.DbndApi
 
Tasks - Class in ai.databand.schema
 
Tasks() - Constructor for class ai.databand.schema.Tasks
 
tasksMetrics(TasksMetricsRequest) - Method in interface ai.databand.DbndApi
 
TasksMetricsRequest - Class in ai.databand.schema
 
TasksMetricsRequest(List<String>) - Constructor for class ai.databand.schema.TasksMetricsRequest
 
TasksMetricsResponse - Class in ai.databand.schema
 
TasksMetricsResponse() - Constructor for class ai.databand.schema.TasksMetricsResponse
 
TaskStates - Interface in ai.databand.schema
 
toMap() - Method in class ai.databand.schema.histograms.ColumnSummary
 
toMap() - Method in class ai.databand.schema.histograms.NumericSummary
 
toMap() - Method in interface ai.databand.schema.histograms.Summary
 
toString() - Method in class ai.databand.config.DbndConfig
 
toString() - Method in class ai.databand.id.Sha1Long
 
toString() - Method in class ai.databand.id.Sha1Short
 
toString() - Method in class ai.databand.id.Uuid5
 
toString() - Method in class ai.databand.log.TruncatedLog
 
toString() - Method in class ai.databand.schema.DatasetOperationRes
 
toString() - Method in enum ai.databand.schema.DatasetOperationStatus
 
toString() - Method in enum ai.databand.schema.DatasetOperationType
 
toString() - Method in class ai.databand.schema.LogDataset
 
toString() - Method in class ai.databand.schema.TaskRunParam
 
toString() - Method in class ai.databand.spark.SparkIOSource
 
track(ActiveJob) - Static method in class ai.databand.spark.ActiveJobTracker
Extract IO information from Spark ActiveJob.
trackingSource() - Method in class ai.databand.schema.AzkabanTaskContext
 
TrackingSource - Class in ai.databand.schema
 
TrackingSource(String, String, String, String, String) - Constructor for class ai.databand.schema.TrackingSource
Default constructor.
TrackingSource(AirflowTaskContext) - Constructor for class ai.databand.schema.TrackingSource
 
TrackingSource(AzkabanTaskContext) - Constructor for class ai.databand.schema.TrackingSource
 
TruncatedLog - Class in ai.databand.log
 
TruncatedLog(DbndConfig, String) - Constructor for class ai.databand.log.TruncatedLog
 
TruncatedLog(DbndConfig, File) - Constructor for class ai.databand.log.TruncatedLog
 
typeName(Class<Dataset<Row>>) - Method in class ai.databand.parameters.DatasetPreview
 
typeName(Class<Object>) - Method in class ai.databand.parameters.NullPreview
 
typeName(Class<Object>) - Method in class ai.databand.parameters.ObjectPreview
 
typeName(Class<String[]>) - Method in class ai.databand.parameters.StringArrayPreview
 
typeName(Class<String>) - Method in class ai.databand.parameters.StringPreview
 
typeName(Class<T>) - Method in interface ai.databand.parameters.TaskParameterPreview
 

U

updateTaskRunAttempt(String, String, String, ErrorInfo, ZonedDateTime) - Method in class ai.databand.DbndClient
Update task run attempts with given state.
updateTaskRunAttempt(String, String, String, ErrorInfo, ZonedDateTime, Map<String, String>) - Method in class ai.databand.DbndClient
Update task run attempts with given state.
updateTaskRunAttempts(UpdateTaskRunAttempts) - Method in interface ai.databand.DbndApi
 
UpdateTaskRunAttempts - Class in ai.databand.schema
 
UpdateTaskRunAttempts(List<TaskRunAttemptUpdate>) - Constructor for class ai.databand.schema.UpdateTaskRunAttempts
 
uploadProject(MultipartBody.Part, MultipartBody.Part, MultipartBody.Part, MultipartBody.Part) - Method in interface ai.databand.azkaban.AzkabanApi
 
uploadProject(String, String, byte[]) - Method in class ai.databand.azkaban.AzkabanClient
 
UploadProjectRes - Class in ai.databand.azkaban
 
UploadProjectRes() - Constructor for class ai.databand.azkaban.UploadProjectRes
 
userId() - Method in class ai.databand.schema.AzkabanTaskContext
 
Uuid5 - Class in ai.databand.id
 
Uuid5(UUID, String) - Constructor for class ai.databand.id.Uuid5
 
Uuid5(String, String) - Constructor for class ai.databand.id.Uuid5
 
Uuid5Raw - Class in ai.databand.id
UUID5 generator.
Uuid5Raw() - Constructor for class ai.databand.id.Uuid5Raw
 
uuidToBytes(UUID) - Static method in class ai.databand.id.Uuid5Raw
Convert UUID to byte array.

V

value() - Method in class ai.databand.id.Sha1
 
valueOf(String) - Static method in enum ai.databand.schema.DatasetOperationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.databand.schema.DatasetOperationType
Returns the enum constant of this type with the specified name.
values() - Method in class ai.databand.config.DbndConfig
 
values() - Method in class ai.databand.config.DbndSparkConf
 
values() - Method in class ai.databand.config.Env
 
values() - Method in class ai.databand.config.JavaOpts
 
values() - Method in class ai.databand.config.NormalizedProps
 
values() - Method in interface ai.databand.config.PropertiesSource
 
values() - Method in class ai.databand.config.SimpleProps
 
values() - Static method in enum ai.databand.schema.DatasetOperationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.databand.schema.DatasetOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class ai.databand.spark.SparkColumnStats
 

W

withHistograms() - Method in class ai.databand.log.LogDatasetRequest
 
withHistograms(Boolean) - Method in class ai.databand.log.LogDatasetRequest
 
withPartition() - Method in class ai.databand.log.LogDatasetRequest
 
withPartition(Boolean) - Method in class ai.databand.log.LogDatasetRequest
 
withPreview() - Method in class ai.databand.log.LogDatasetRequest
 
withPreview(Boolean) - Method in class ai.databand.log.LogDatasetRequest
 
withSchema() - Method in class ai.databand.log.LogDatasetRequest
 
withSchema(Boolean) - Method in class ai.databand.log.LogDatasetRequest
 
withStats() - Method in class ai.databand.log.LogDatasetRequest
 
withStats(Boolean) - Method in class ai.databand.log.LogDatasetRequest
 

Z

ZonedDateTimeDeserializer - Class in ai.databand.schema.jackson
 
ZonedDateTimeDeserializer() - Constructor for class ai.databand.schema.jackson.ZonedDateTimeDeserializer
 
ZonedDateTimeDeserializer(Class<ZonedDateTime>) - Constructor for class ai.databand.schema.jackson.ZonedDateTimeDeserializer
 
ZonedDateTimeSerializer - Class in ai.databand.schema.jackson
 
ZonedDateTimeSerializer() - Constructor for class ai.databand.schema.jackson.ZonedDateTimeSerializer
 
ZonedDateTimeSerializer(Class<ZonedDateTime>) - Constructor for class ai.databand.schema.jackson.ZonedDateTimeSerializer
 
A B C D E F G H I J L M N O P R S T U V W Z 
Skip navigation links