- 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
-
- getCode() - Method in class com.netflix.conductor.client.exceptions.ErrorResponse
-
- getExecutionTimer(String) - Static method in class com.netflix.conductor.client.task.WorkflowTaskMetrics
-
- 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
-
- getInstance() - Method in class com.netflix.conductor.client.exceptions.ErrorResponse
-
- 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
-
The client will wait for at-least specified timeout in milliseconds for task queue to be "filled".
- getMessage() - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
-
- getMessage() - Method in class com.netflix.conductor.client.exceptions.ErrorResponse
-
- 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
-
Override this method to change the number of tasks to be polled.
- 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.task.WorkflowTaskMetrics
-
- 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.task.WorkflowTaskCoordinator
-
- 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.task.WorkflowTaskCoordinator
-
- getUpdateRetryCount() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
-
- getValidationErrors() - Method in exception com.netflix.conductor.client.exceptions.ConductorClientException
-
- getValidationErrors() - Method in class com.netflix.conductor.client.exceptions.ErrorResponse
-
- getWorkerNamePrefix() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
-
- getWorkerQueueSize() - Method in class com.netflix.conductor.client.task.WorkflowTaskCoordinator
-
- 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