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

A

ack(String, String) - Method in class com.netflix.conductor.client.http.TaskClient
 
ackException(String, Exception) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 
ackFailed(String) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 

C

client - Variable in class com.netflix.conductor.client.http.ClientBase
 
ClientBase - Class in com.netflix.conductor.client.http
Abstract client for the RESTtemplate
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
 
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.worker - package com.netflix.conductor.client.worker
 
create(String, Function<Task, Task>) - Static method in interface com.netflix.conductor.client.worker.Worker
 
create(String, Function<Task, Task>, Supplier<Boolean>) - Static method in interface com.netflix.conductor.client.worker.Worker
 

D

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
 

E

execute(Task) - Method in interface com.netflix.conductor.client.worker.Worker
Executes a task and returns the updated task.
executionException(String, Exception) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 
executionTimer(String) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 

G

get(String) - Method in class com.netflix.conductor.client.http.TaskClient
 
getExecutionStatus(String, boolean) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
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
 
getLongPollTimeoutInMS() - Method in interface com.netflix.conductor.client.worker.Worker
 
getPendingTaskForWorkflow(String, String) - Method in class com.netflix.conductor.client.http.TaskClient
 
getPollCount() - Method in interface com.netflix.conductor.client.worker.Worker
 
getRunningWorkflow(String, Integer) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
getTaskDef() - Method in class com.netflix.conductor.client.http.TaskClient
 
getTaskDef(String) - Method in class com.netflix.conductor.client.http.TaskClient
 
getTaskDefName() - Method in interface com.netflix.conductor.client.worker.Worker
 
getTasks(String, String, Integer) - Method in class com.netflix.conductor.client.http.TaskClient
 
getWorkflow(String, boolean) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
getWorkflowDef(String, Integer) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
getWorkflows(String, String, boolean, boolean) - Method in class com.netflix.conductor.client.http.WorkflowClient
 

I

init() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
Starts the polling

O

objectMapper() - Method 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(String) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 
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
 
poll(String, String, int, int) - Method in class com.netflix.conductor.client.http.TaskClient
Poll for tasks
polled(String) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 
pollingException(String, Exception) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 
pollTimer(String) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 
postForEntity(String, Object) - Method in class com.netflix.conductor.client.http.ClientBase
 
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
 
postForEntity1(String, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 
put(String, Object[], Object, Object...) - Method in class com.netflix.conductor.client.http.ClientBase
 

Q

queueFull(String) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 

R

registerTaskDefs(List<TaskDef>) - Method in class com.netflix.conductor.client.http.TaskClient
 
registerWorker(Worker) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
 
registerWorkflow(WorkflowDef) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
rerunWorkflow(String, RerunWorkflowRequest) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
restart(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
resumeWorkflow(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
retryLastFailedTask(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
root - Variable in class com.netflix.conductor.client.http.ClientBase
 
runDecider(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
 

S

search(String) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
setRootURI(String) - Method in class com.netflix.conductor.client.http.ClientBase
 
skipTaskFromWorkflow(String, String) - Method in class com.netflix.conductor.client.http.WorkflowClient
 
startWorkflow(String, Integer, String, Map<String, Object>) - Method in class com.netflix.conductor.client.http.WorkflowClient
 

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
 
terminateWorkflow(String, String) - Method in class com.netflix.conductor.client.http.WorkflowClient
 

U

unregisterTaskDef(String) - Method in class com.netflix.conductor.client.http.TaskClient
 
updateTask(Task) - Method in class com.netflix.conductor.client.http.TaskClient
 
updateTaskError(String, Throwable) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
 

W

withPollInterval(int) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
 
withSleepWhenRetry(int) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
 
withUpdateRetryCount(int) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
 
withWorkerQueueSize(int) - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
 
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
 
WorkflowTaskCoordinator - Class in com.netflix.conductor.client.task
 
WorkflowTaskCoordinator(EurekaClient, TaskClient, int, Worker...) - Constructor for class com.netflix.conductor.client.task.WorkflowTaskCoordinator
 
WorkflowTaskCoordinator(EurekaClient, TaskClient, int, Iterable<Worker>) - Constructor for class com.netflix.conductor.client.task.WorkflowTaskCoordinator
 
WorkflowTaskMetrics - Class in com.netflix.conductor.client.task
 
A C D E G I O P Q R S T U W 
Skip navigation links