Skip navigation links
A B C D E G I L M O P R S T U W 

A

ack(String, String) - Method in class com.netflix.conductor.client.http.TaskClient
Ack for the task poll.

B

batchPollTasksByTaskType(String, String, int, int) - Method in class com.netflix.conductor.client.http.TaskClient
Perform a batch poll for tasks by task type.
batchPollTasksInDomain(String, String, String, int, int) - Method in class com.netflix.conductor.client.http.TaskClient
Batch poll for tasks in a domain.
build() - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer.Builder
Builds an instance of the TaskRunnerConfigurer.
build() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
Builds an instance of the WorkflowTaskCoordinator.
Builder(TaskClient, Iterable<Worker>) - Constructor for class com.netflix.conductor.client.automator.TaskRunnerConfigurer.Builder
 
Builder() - Constructor for class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 

C

client - Variable in class com.netflix.conductor.client.http.ClientBase
 
ClientBase - Class in com.netflix.conductor.client.http
Abstract client for the REST template
ClientBase() - Constructor for class com.netflix.conductor.client.http.ClientBase
 
ClientBase(ClientConfig) - Constructor for class com.netflix.conductor.client.http.ClientBase
 
ClientBase(ClientConfig, ClientHandler) - Constructor for class com.netflix.conductor.client.http.ClientBase
 
ClientBase(ClientConfig, ConductorClientConfiguration, ClientHandler) - Constructor for class com.netflix.conductor.client.http.ClientBase
 
com.netflix.conductor.client.automator - package com.netflix.conductor.client.automator
 
com.netflix.conductor.client.config - package com.netflix.conductor.client.config
 
com.netflix.conductor.client.exceptions - package com.netflix.conductor.client.exceptions
 
com.netflix.conductor.client.http - package com.netflix.conductor.client.http
 
com.netflix.conductor.client.task - package com.netflix.conductor.client.task
 
com.netflix.conductor.client.telemetry - package com.netflix.conductor.client.telemetry
 
com.netflix.conductor.client.worker - package com.netflix.conductor.client.worker
 
ConductorClientConfiguration - Interface in com.netflix.conductor.client.config
 
conductorClientConfiguration - Variable in class com.netflix.conductor.client.http.ClientBase
 
ConductorClientException - Exception in com.netflix.conductor.client.exceptions
Client exception thrown from Conductor api clients.
ConductorClientException() - Constructor for exception com.netflix.conductor.client.exceptions.ConductorClientException
 
ConductorClientException(String) - Constructor for exception com.netflix.conductor.client.exceptions.ConductorClientException
 
ConductorClientException(String, Throwable) - Constructor for exception com.netflix.conductor.client.exceptions.ConductorClientException
 
ConductorClientException(int, String) - Constructor for exception com.netflix.conductor.client.exceptions.ConductorClientException
 
ConductorClientException(int, ErrorResponse) - Constructor for exception com.netflix.conductor.client.exceptions.ConductorClientException
 
create(String, Function<Task, TaskResult>) - Static method in interface com.netflix.conductor.client.worker.Worker
 

D

DefaultConductorClientConfiguration - Class in com.netflix.conductor.client.config
A default implementation of ConductorClientConfiguration where external payload storage is disabled.
DefaultConductorClientConfiguration() - Constructor for class com.netflix.conductor.client.config.DefaultConductorClientConfiguration
 
delete(String, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 
delete(Object[], String, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 
deleteWorkflow(String, boolean) - Method in class com.netflix.conductor.client.http.WorkflowClient
Removes a workflow from the system
downloadFromExternalStorage(ExternalPayloadStorage.PayloadType, String) - Method in class com.netflix.conductor.client.http.ClientBase
Uses the PayloadStorage for downloading large payloads to be used by the client.

E

evaluateAndUploadLargePayload(TaskResult, String) - Method in class com.netflix.conductor.client.http.TaskClient
 
execute(Task) - Method in interface com.netflix.conductor.client.worker.Worker
Executes a task and returns the updated task.

G

getAllPollData() - Method in class com.netflix.conductor.client.http.TaskClient
Get the last poll data for all task types
getBoolean(Boolean) - Method in class com.netflix.conductor.client.worker.PropertyFactory
 
getBoolean(String, String, Boolean) - Static method in class com.netflix.conductor.client.worker.PropertyFactory
 
getCode() - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
getExecutionTimer(String) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
getForEntity(String, Object[], Class<T>, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 
getForEntity(String, Object[], GenericType<T>, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 
getIdentity() - Method in interface com.netflix.conductor.client.worker.Worker
Override this method to app specific rules.
getInstance() - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
getInteger(int) - Method in class com.netflix.conductor.client.worker.PropertyFactory
 
getInteger(String, String, Integer) - Static method in class com.netflix.conductor.client.worker.PropertyFactory
 
getLongPollTimeoutInMS() - Method in interface com.netflix.conductor.client.worker.Worker
Deprecated.
getMessage() - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
getPendingTaskForWorkflow(String, String) - Method in class com.netflix.conductor.client.http.TaskClient
Retrieve pending task identified by reference name for a workflow
getPendingTasksByType(String, String, Integer) - Method in class com.netflix.conductor.client.http.TaskClient
Retrieve pending tasks by type
getPollCount() - Method in interface com.netflix.conductor.client.worker.Worker
Deprecated.
getPollData(String) - Method in class com.netflix.conductor.client.http.TaskClient
Get last poll data for a given task type
getPollingInterval() - Method in interface com.netflix.conductor.client.worker.Worker
Override this method to change the interval between polls.
getPollTimer(String) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
getQueueSizeForTask(String) - Method in class com.netflix.conductor.client.http.TaskClient
 
getRunningWorkflow(String, Integer) - Method in class com.netflix.conductor.client.http.WorkflowClient
Retrieve all running workflow instances for a given name and version
getSleepWhenRetry() - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer
 
getSleepWhenRetry() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
Deprecated.
 
getStatus() - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
getString(String) - Method in class com.netflix.conductor.client.worker.PropertyFactory
 
getString(String, String, String) - Static method in class com.netflix.conductor.client.worker.PropertyFactory
 
getTaskDef(String) - Method in class com.netflix.conductor.client.http.MetadataClient
Retrieve the task definition of a given task type
getTaskDefName() - Method in interface com.netflix.conductor.client.worker.Worker
Retrieve the name of the task definition the worker is currently working on.
getTaskDetails(String) - Method in class com.netflix.conductor.client.http.TaskClient
Retrieve information about the task
getTaskLogs(String) - Method in class com.netflix.conductor.client.http.TaskClient
Fetch execution logs for a task.
getTaskOutputMaxPayloadThresholdKB() - Method in interface com.netflix.conductor.client.config.ConductorClientConfiguration
 
getTaskOutputMaxPayloadThresholdKB() - Method in class com.netflix.conductor.client.config.DefaultConductorClientConfiguration
 
getTaskOutputPayloadThresholdKB() - Method in interface com.netflix.conductor.client.config.ConductorClientConfiguration
 
getTaskOutputPayloadThresholdKB() - Method in class com.netflix.conductor.client.config.DefaultConductorClientConfiguration
 
getThreadCount() - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer
 
getThreadCount() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
Deprecated.
 
getUpdateRetryCount() - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer
 
getUpdateRetryCount() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
Deprecated.
 
getValidationErrors() - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
getWorkerNamePrefix() - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer
 
getWorkerNamePrefix() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
Deprecated.
 
getWorkerQueueSize() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
Deprecated.
 
getWorkflow(String, boolean) - Method in class com.netflix.conductor.client.http.WorkflowClient
Retrieve a workflow by workflow id
getWorkflowDef(String, Integer) - Method in class com.netflix.conductor.client.http.MetadataClient
Retrieve the workflow definition
getWorkflowInputMaxPayloadThresholdKB() - Method in interface com.netflix.conductor.client.config.ConductorClientConfiguration
 
getWorkflowInputMaxPayloadThresholdKB() - Method in class com.netflix.conductor.client.config.DefaultConductorClientConfiguration
 
getWorkflowInputPayloadThresholdKB() - Method in interface com.netflix.conductor.client.config.ConductorClientConfiguration
 
getWorkflowInputPayloadThresholdKB() - Method in class com.netflix.conductor.client.config.DefaultConductorClientConfiguration
 
getWorkflows(String, String, boolean, boolean) - Method in class com.netflix.conductor.client.http.WorkflowClient
Retrieve all workflows for a given correlation id and name
getWorkflowsByTimePeriod(String, int, Long, Long) - Method in class com.netflix.conductor.client.http.WorkflowClient
Retrieve all workflow instances for a given workflow name between a specific time period

I

incrementExternalPayloadUsedCount(String, String, String) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementInitializationCount(String) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
This metric is used for tracking client upgrades from the deprecated class WorkflowTaskCoordinator to TaskRunnerConfigurer
incrementTaskAckErrorCount(String, Exception) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementTaskAckFailedCount(String) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementTaskExecutionErrorCount(String, Throwable) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementTaskExecutionQueueFullCount(String) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementTaskPausedCount(String) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementTaskPollCount(String, int) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementTaskPollErrorCount(String, Exception) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementTaskUpdateErrorCount(String, Throwable) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementUncaughtExceptionCount() - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
incrementWorkflowStartErrorCount(String, Throwable) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
init() - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer
Starts the polling.
init() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
Deprecated.
Starts the polling.
isExternalPayloadStorageEnabled() - Method in interface com.netflix.conductor.client.config.ConductorClientConfiguration
 
isExternalPayloadStorageEnabled() - Method in class com.netflix.conductor.client.config.DefaultConductorClientConfiguration
 
isRetryable() - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 

L

logMessageForTask(String, String) - Method in class com.netflix.conductor.client.http.TaskClient
Log execution messages for a task.

M

MetadataClient - Class in com.netflix.conductor.client.http
 
MetadataClient() - Constructor for class com.netflix.conductor.client.http.MetadataClient
Creates a default metadata client
MetadataClient(ClientConfig) - Constructor for class com.netflix.conductor.client.http.MetadataClient
 
MetadataClient(ClientConfig, ClientHandler) - Constructor for class com.netflix.conductor.client.http.MetadataClient
 
MetadataClient(ClientConfig, ClientHandler, ClientFilter...) - Constructor for class com.netflix.conductor.client.http.MetadataClient
 
MetadataClient(ClientConfig, ConductorClientConfiguration, ClientHandler, ClientFilter...) - Constructor for class com.netflix.conductor.client.http.MetadataClient
 
MetricsContainer - Class in com.netflix.conductor.client.telemetry
 

O

objectMapper - Variable in class com.netflix.conductor.client.http.ClientBase
 
onErrorUpdate(Task) - Method in interface com.netflix.conductor.client.worker.Worker
Called when the task coordinator fails to update the task to the server.

P

paused() - Method in interface com.netflix.conductor.client.worker.Worker
Override this method to pause the worker from polling.
pauseWorkflow(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Pause a workflow by workflow id
payloadStorage - Variable in class com.netflix.conductor.client.http.ClientBase
 
pollTask(String, String, String) - Method in class com.netflix.conductor.client.http.TaskClient
Perform a poll for a task of a specific task type.
postForEntity(String, Object, Object[], Class<T>, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 
postForEntity(String, Object, Object[], GenericType<T>, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 
postForEntityWithRequestOnly(String, Object) - Method in class com.netflix.conductor.client.http.ClientBase
 
postForEntityWithUriVariablesOnly(String, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 
preAck(Task) - Method in interface com.netflix.conductor.client.worker.Worker
Deprecated.
PropertyFactory - Class in com.netflix.conductor.client.worker
 
put(String, Object[], Object, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 

R

recordTaskResultPayloadSize(String, long) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
recordWorkflowInputPayloadSize(String, String, long) - Static method in class com.netflix.conductor.client.telemetry.MetricsContainer
 
registerTaskDefs(List<TaskDef>) - Method in class com.netflix.conductor.client.http.MetadataClient
Registers a list of task types with the conductor server
registerWorkflowDef(WorkflowDef) - Method in class com.netflix.conductor.client.http.MetadataClient
Register a workflow definition with the server
removeTaskFromQueue(String, String) - Method in class com.netflix.conductor.client.http.TaskClient
Removes a task from a taskType queue
requeueAllPendingTasks() - Method in class com.netflix.conductor.client.http.TaskClient
Requeue pending tasks for all running workflows
requeuePendingTasksByTaskType(String) - Method in class com.netflix.conductor.client.http.TaskClient
Requeue pending tasks of a specific task type
rerunWorkflow(String, RerunWorkflowRequest) - Method in class com.netflix.conductor.client.http.WorkflowClient
Reruns the workflow from a specific task
resetCallbacksForInProgressTasks(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Resets the callback times of all IN PROGRESS tasks to 0 for the given workflow
restart(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Deprecated.
restart(String, boolean) - Method in class com.netflix.conductor.client.http.WorkflowClient
Restart a completed workflow
resumeWorkflow(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Resume a paused workflow by workflow id
retryLastFailedTask(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Retries the last failed task in a workflow
root - Variable in class com.netflix.conductor.client.http.ClientBase
 
runDecider(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Starts the decision task for the given workflow instance

S

search(String) - Method in class com.netflix.conductor.client.http.TaskClient
Search for tasks based on payload
search(Integer, Integer, String, String, String) - Method in class com.netflix.conductor.client.http.TaskClient
Paginated search for tasks based on payload
search(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Search for workflows based on payload
search(Integer, Integer, String, String, String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Paginated search for workflows based on payload
setCode(String) - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
setInstance(String) - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
setMessage(String) - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
setRetryable(boolean) - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
setRootURI(String) - Method in class com.netflix.conductor.client.http.ClientBase
 
setStatus(int) - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
setValidationErrors(List<ValidationError>) - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 
shutdown() - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer
Invoke this method within a PreDestroy block within your application to facilitate a graceful shutdown of your worker, during process termination.
shutdown() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
Deprecated.
 
skipTaskFromWorkflow(String, String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Skips a given task from a current RUNNING workflow
startWorkflow(StartWorkflowRequest) - Method in class com.netflix.conductor.client.http.WorkflowClient
Starts a workflow.

T

TaskClient - Class in com.netflix.conductor.client.http
 
TaskClient() - Constructor for class com.netflix.conductor.client.http.TaskClient
Creates a default task client
TaskClient(ClientConfig) - Constructor for class com.netflix.conductor.client.http.TaskClient
 
TaskClient(ClientConfig, ClientHandler) - Constructor for class com.netflix.conductor.client.http.TaskClient
 
TaskClient(ClientConfig, ClientHandler, ClientFilter...) - Constructor for class com.netflix.conductor.client.http.TaskClient
 
TaskClient(ClientConfig, ConductorClientConfiguration, ClientHandler, ClientFilter...) - Constructor for class com.netflix.conductor.client.http.TaskClient
 
TaskRunnerConfigurer - Class in com.netflix.conductor.client.automator
Configures automated polling of tasks and execution via the registered Workers.
TaskRunnerConfigurer.Builder - Class in com.netflix.conductor.client.automator
Builder used to create the instances of TaskRunnerConfigurer
terminateWorkflow(String, String) - Method in class com.netflix.conductor.client.http.WorkflowClient
Terminates the execution of the given workflow instance
toString() - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
 

U

unregisterTaskDef(String) - Method in class com.netflix.conductor.client.http.MetadataClient
Removes the task definition of a task type from the conductor server.
unregisterWorkflowDef(String, Integer) - Method in class com.netflix.conductor.client.http.MetadataClient
Removes the workflow definition of a workflow from the conductor server.
updateTask(TaskResult) - Method in class com.netflix.conductor.client.http.TaskClient
Updates the result of a task execution.
updateTaskDef(TaskDef) - Method in class com.netflix.conductor.client.http.MetadataClient
Updates an existing task definition
updateWorkflowDefs(List<WorkflowDef>) - Method in class com.netflix.conductor.client.http.MetadataClient
Updates a list of existing workflow definitions
uploadToExternalPayloadStorage(ExternalPayloadStorage.PayloadType, byte[], long) - Method in class com.netflix.conductor.client.http.ClientBase
Uses the PayloadStorage for storing large payloads.

W

withEurekaClient(EurekaClient) - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer.Builder
 
withEurekaClient(EurekaClient) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 
withSleepWhenRetry(int) - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer.Builder
 
withSleepWhenRetry(int) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 
withTaskClient(TaskClient) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 
withThreadCount(int) - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer.Builder
 
withThreadCount(int) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 
withUpdateRetryCount(int) - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer.Builder
 
withUpdateRetryCount(int) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 
withWorkerNamePrefix(String) - Method in class com.netflix.conductor.client.automator.TaskRunnerConfigurer.Builder
 
withWorkerNamePrefix(String) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 
withWorkerQueueSize(int) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 
withWorkers(Iterable<Worker>) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 
withWorkers(Worker...) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator.Builder
Deprecated.
 
Worker - Interface in com.netflix.conductor.client.worker
 
WorkflowClient - Class in com.netflix.conductor.client.http
 
WorkflowClient() - Constructor for class com.netflix.conductor.client.http.WorkflowClient
Creates a default task client
WorkflowClient(ClientConfig) - Constructor for class com.netflix.conductor.client.http.WorkflowClient
 
WorkflowClient(ClientConfig, ClientHandler) - Constructor for class com.netflix.conductor.client.http.WorkflowClient
 
WorkflowClient(ClientConfig, ClientHandler, ClientFilter...) - Constructor for class com.netflix.conductor.client.http.WorkflowClient
 
WorkflowClient(ClientConfig, ConductorClientConfiguration, ClientHandler, ClientFilter...) - Constructor for class com.netflix.conductor.client.http.WorkflowClient
 
WorkflowTaskCoordinator - Class in com.netflix.conductor.client.task
Deprecated.
WorkflowTaskCoordinator(EurekaClient, TaskClient, int, int, int, int, Iterable<Worker>, String) - Constructor for class com.netflix.conductor.client.task.WorkflowTaskCoordinator
Deprecated.
 
WorkflowTaskCoordinator.Builder - Class in com.netflix.conductor.client.task
Deprecated.
Builder used to create the instances of WorkflowTaskCoordinator
A B C D E G I L M O P R S T U W 
Skip navigation links