index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/action/KillExecutionAction.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/action/KillJobAction.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/event/BlockingStatus.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/event/FlowWatcher.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/event/JobCallbackManager.java | package azkaban.execapp.event;
import static azkaban.jobcallback.JobCallbackConstants.CONTEXT_JOB_TOKEN;
import static azkaban.jobcallback.JobCallbackStatusEnum.COMPLETED;
import static azkaban.jobcallback.JobCallbackStatusEnum.FAILURE;
import static azkaban.jobcallback.JobCallbackStatusEnum.STARTED;
import static azk... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/event/JobCallbackRequestMaker.java | package azkaban.execapp.event;
import static azkaban.Constants.JobCallbackProperties.JOBCALLBACK_CONNECTION_REQUEST_TIMEOUT;
import static azkaban.Constants.JobCallbackProperties.JOBCALLBACK_CONNECTION_TIMEOUT;
import static azkaban.Constants.JobCallbackProperties.JOBCALLBACK_RESPONSE_WAIT_TIMEOUT;
import static azkab... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/event/JobCallbackUtil.java | package azkaban.execapp.event;
import static azkaban.jobcallback.JobCallbackConstants.CONTEXT_EXECUTION_ID_TOKEN;
import static azkaban.jobcallback.JobCallbackConstants.CONTEXT_FLOW_TOKEN;
import static azkaban.jobcallback.JobCallbackConstants.CONTEXT_JOB_STATUS_TOKEN;
import static azkaban.jobcallback.JobCallbackCons... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/event/LocalFlowWatcher.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/event/RemoteFlowWatcher.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/jmx/JmxFlowRampManager.java | /*
* Copyright 2019 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/jmx/JmxFlowRampManagerMBean.java | /*
* Copyright 2019 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/jmx/JmxFlowRunnerManager.java | /*
* Copyright 2014 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/jmx/JmxFlowRunnerManagerMBean.java | /*
* Copyright 2014 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/jmx/JmxJobCallback.java | package azkaban.execapp.jmx;
import org.apache.http.impl.client.FutureRequestExecutionMetrics;
public class JmxJobCallback implements JmxJobCallbackMBean {
private final FutureRequestExecutionMetrics jobCallbackMetrics;
public JmxJobCallback(final FutureRequestExecutionMetrics jobCallbackMetrics) {
this.job... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/jmx/JmxJobCallbackMBean.java | package azkaban.execapp.jmx;
import azkaban.jmx.DisplayName;
public interface JmxJobCallbackMBean {
@DisplayName("OPERATION: getNumJobCallbacks")
public long getNumJobCallbacks();
@DisplayName("OPERATION: getNumSuccessfulJobCallbacks")
public long getNumSuccessfulJobCallbacks();
@DisplayName("OPERATION: ... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/jmx/JmxJobMBeanManager.java | package azkaban.execapp.jmx;
import azkaban.event.Event;
import azkaban.event.EventData;
import azkaban.event.EventListener;
import azkaban.execapp.JobRunner;
import azkaban.executor.ExecutableNode;
import azkaban.executor.Status;
import azkaban.spi.EventType;
import azkaban.utils.Props;
import java.util.HashMap;
impo... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/jmx/JmxJobMXBean.java | package azkaban.execapp.jmx;
import azkaban.jmx.DisplayName;
import java.util.Map;
/**
* Define all the MBean attributes at the job level
*
* @author hluu
*/
public interface JmxJobMXBean {
@DisplayName("OPERATION: getNumRunningJobs")
public int getNumRunningJobs();
@DisplayName("OPERATION: getTotalNumExe... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/metric/NumFailedFlowMetric.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/metric/NumFailedJobMetric.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/metric/NumQueuedFlowMetric.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/metric/NumRunningFlowMetric.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/metric/NumRunningJobMetric.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp | java-sources/ai/databand/azkaban/azkaban-exec-server/3.90.0/azkaban/execapp/metric/ProjectCacheHitRatio.java | /*
* Copyright 2019 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban/spi/AzkabanEventReporter.java | package azkaban.spi;
import java.util.Map;
/**
* Implement this interface to report flow and job events. Event reporter
* can be turned on by setting the property {@code AZKABAN_EVENT_REPORTING_ENABLED} to true.
*
* By default, a KafkaAvroEventReporter is provided. Alternate implementations
* can be provided by ... |
0 | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban/spi/AzkabanException.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban/spi/Dependency.java | /*
* Copyright 2019 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban/spi/DependencyFile.java | /*
* Copyright 2019 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban/spi/EventType.java | package azkaban.spi;
/**
* Enum class defining the list of supported event types.
*/
public enum EventType {
FLOW_STARTED,
FLOW_FINISHED,
JOB_STARTED,
JOB_FINISHED,
JOB_STATUS_CHANGED,
EXTERNAL_FLOW_UPDATED,
EXTERNAL_JOB_UPDATED
}
|
0 | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban/spi/FileValidationStatus.java | /*
* Copyright 2019 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban/spi/ProjectStorageMetadata.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban/spi/Storage.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-spi/3.90.0/azkaban/spi/StorageException.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/CancellationCause.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/DependencyException.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/DependencyInstance.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/DependencyInstanceCallbackImpl.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/DependencyInstanceConfigImpl.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/DependencyInstanceProcessor.java | /*
* Copyright 2018 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/DependencyInstanceRuntimePropsImpl.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/DependencyPluginConfigImpl.java | /*
* Copyright 2018 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/FlowTriggerExecutionCleaner.java | /*
* Copyright 2018 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/FlowTriggerService.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/Status.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/TriggerInstance.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/TriggerInstanceProcessor.java | /*
* Copyright 2018 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/database/FlowTriggerInstanceLoader.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/database/JdbcFlowTriggerInstanceLoaderImpl.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/plugin/FlowTriggerDependencyPluginException.java | /*
* Copyright 2018 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/plugin/FlowTriggerDependencyPluginManager.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/plugin/ParentLastURLClassLoader.java | /*
* Copyright 2018 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/quartz/FlowTriggerQuartzJob.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/flowtrigger/quartz/FlowTriggerScheduler.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/scheduler/AbstractQuartzJob.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/scheduler/QuartzJobDescription.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/scheduler/QuartzScheduler.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/scheduler/SchedulerJobFactory.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/AzkabanWebServer.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/AzkabanWebServerModule.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/ExecutionLogsCleaner.java | package azkaban.webapp;
import azkaban.Constants.ConfigurationKeys;
import azkaban.executor.ExecutorLoader;
import azkaban.utils.Props;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import javax.inject.Inject;
import javax.inject.Sing... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/PluginCheckerAndActionsLoader.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/Status.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/StatusService.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/TriggerPluginLoader.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/WebMetrics.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/WebServerProvider.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/plugin/PluginRegistry.java | /*
* Copyright 2014 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/plugin/TriggerPlugin.java | /*
* Copyright 2014 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/plugin/ViewerPlugin.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/AbstractAzkabanServlet.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/ExecutorServlet.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/FlowTriggerInstanceServlet.java | /*
* Copyright 2018 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/FlowTriggerServlet.java | /*
* Copyright 2018 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/HistoryServlet.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/IndexRedirectServlet.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/JMXHttpServlet.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/LoginAbstractAzkabanServlet.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/MultipartParser.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/NoteServlet.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/Page.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/PageRenderException.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/PageUtils.java | package azkaban.webapp.servlet;
import azkaban.server.session.Session;
import azkaban.user.Permission;
import azkaban.user.User;
import azkaban.user.UserManager;
import azkaban.user.UserUtils;
public final class PageUtils {
private PageUtils() {
}
/**
* Method hides the upload button for regular users fr... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/ProjectManagerServlet.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/ProjectServlet.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/ScheduleServlet.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/StatsServlet.java | /*
* Copyright 2014 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/StatusServlet.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/TriggerManagerServlet.java | /*
* Copyright 2012 LinkedIn, Inc
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/VelocityUtil.java | /*
* Copyright 2017 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp | java-sources/ai/databand/azkaban/azkaban-web-server/3.90.0/azkaban/webapp/servlet/WebUtils.java | /*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
0 | java-sources/ai/databand/dbnd-agent/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-agent/1.0.28.1/ai/databand/agent/ActiveJobTransformer.java | /*
* © Copyright Databand.ai, an IBM Company 2022-2024
*/
package ai.databand.agent;
import javassist.ClassPool;
import javassist.CtClass;
import javassist.CtConstructor;
import javassist.LoaderClassPath;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.lang.instrument.ClassFileTransfor... |
0 | java-sources/ai/databand/dbnd-agent/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-agent/1.0.28.1/ai/databand/agent/DbndAgent.java | /*
* © Copyright Databand.ai, an IBM Company 2022-2024
*/
package ai.databand.agent;
import ai.databand.DbndAppLog;
import ai.databand.config.DbndAgentConfig;
import java.io.IOException;
import java.io.InputStream;
import java.lang.instrument.Instrumentation;
import java.lang.management.ManagementFactory;
import j... |
0 | java-sources/ai/databand/dbnd-agent/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-agent/1.0.28.1/ai/databand/agent/DbndTrackingTransformer.java | /*
* © Copyright Databand.ai, an IBM Company 2022-2024
*/
package ai.databand.agent;
import ai.databand.DbndAppLog;
import ai.databand.config.DbndAgentConfig;
import javassist.ClassPool;
import javassist.CtClass;
import javassist.CtField;
import javassist.CtMethod;
import javassist.LoaderClassPath;
import javassist... |
0 | java-sources/ai/databand/dbnd-api/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-api/1.0.28.1/ai/databand/annotations/Task.java | /*
* © Copyright Databand.ai, an IBM Company 2022
*/
package ai.databand.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* This annotation marks method as a logical part of pipeline. E... |
0 | java-sources/ai/databand/dbnd-api-deequ/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-api-deequ/1.0.28.1/ai/databand/deequ/DbndMetricsRepository.java | /*
* © Copyright Databand.ai, an IBM Company 2022
*/
package ai.databand.deequ;
import ai.databand.DbndWrapper;
import com.amazon.deequ.analyzers.runners.AnalyzerContext;
import com.amazon.deequ.repository.MetricsRepository;
import com.amazon.deequ.repository.MetricsRepositoryMultipleResultsLoader;
import com.amazo... |
0 | java-sources/ai/databand/dbnd-api-deequ/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-api-deequ/1.0.28.1/ai/databand/deequ/DbndResultKey.java | /*
* © Copyright Databand.ai, an IBM Company 2022
*/
package ai.databand.deequ;
import com.amazon.deequ.repository.ResultKey;
import scala.collection.immutable.Map;
public class DbndResultKey extends ResultKey {
private final String dataSetName;
public DbndResultKey(long dataSetDate, Map<String, String> ... |
0 | java-sources/ai/databand/dbnd-api-deequ/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-api-deequ/1.0.28.1/ai/databand/deequ/DeequToDbnd.java | /*
* © Copyright Databand.ai, an IBM Company 2022
*/
package ai.databand.deequ;
import com.amazon.deequ.analyzers.runners.AnalyzerContext;
import com.amazon.deequ.metrics.Distribution;
import com.amazon.deequ.metrics.DistributionValue;
import com.amazon.deequ.metrics.Metric;
import org.slf4j.Logger;
import org.slf4... |
0 | java-sources/ai/databand/dbnd-api-deequ/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-api-deequ/1.0.28.1/ai/databand/deequ/NoopMetricsRepository.java | /*
* © Copyright Databand.ai, an IBM Company 2022
*/
package ai.databand.deequ;
import com.amazon.deequ.analyzers.runners.AnalyzerContext;
import com.amazon.deequ.repository.MetricsRepository;
import com.amazon.deequ.repository.MetricsRepositoryMultipleResultsLoader;
import com.amazon.deequ.repository.ResultKey;
im... |
0 | java-sources/ai/databand/dbnd-azkaban-agent/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-azkaban-agent/1.0.28.1/ai/databand/azkaban/AgentAzkabanFlow.java | /*
* © Copyright Databand.ai, an IBM Company 2022
*/
package ai.databand.azkaban;
import ai.databand.azkaban.events.FlowRunnerContext;
import ai.databand.config.DbndConfig;
import ai.databand.id.Uuid5;
import ai.databand.log.TruncatedLog;
import ai.databand.schema.Pair;
import ai.databand.schema.TaskRun;
import azk... |
0 | java-sources/ai/databand/dbnd-azkaban-agent/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-azkaban-agent/1.0.28.1/ai/databand/azkaban/AgentAzkabanJob.java | /*
* © Copyright Databand.ai, an IBM Company 2022
*/
package ai.databand.azkaban;
import ai.databand.config.DbndConfig;
import ai.databand.log.TruncatedLog;
import azkaban.execapp.JobRunner;
import azkaban.executor.Status;
import java.io.File;
import java.time.Instant;
import java.time.ZoneOffset;
import java.time... |
0 | java-sources/ai/databand/dbnd-azkaban-agent/1.0.28.1/ai/databand | java-sources/ai/databand/dbnd-azkaban-agent/1.0.28.1/ai/databand/azkaban/AgentAzkabanLinks.java | /*
* © Copyright Databand.ai, an IBM Company 2022
*/
package ai.databand.azkaban;
import ai.databand.azkaban.links.AzkabanLinks;
import ai.databand.azkaban.links.DefaultAzkabanLinks;
import azkaban.executor.ExecutableFlow;
import azkaban.server.AzkabanServer;
import azkaban.utils.Props;
import java.util.Map;
publ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.