Skip navigation links
A C E F G H I L N S T V 

A

accept(ClientRequest, List<FragmentExecutionLog>) - Method in interface io.knotx.fragments.task.handler.log.api.FragmentExecutionLogConsumer
Gets a list of processed and unprocessed fragments (execution logs).

C

create(JsonObject) - Method in interface io.knotx.fragments.task.handler.log.api.FragmentExecutionLogConsumerFactory
Creates a FragmentExecutionLogConsumer instance.

E

empty() - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
equals(Object) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
equals(Object) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
equals(Object) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
equals(Object) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 

F

FragmentExecutionLog - Class in io.knotx.fragments.task.handler.log.api.model
Contains detailed information about fragment processing.
FragmentExecutionLog() - Constructor for class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
FragmentExecutionLog(JsonObject) - Constructor for class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
FragmentExecutionLog.ExecutionStatus - Enum in io.knotx.fragments.task.handler.log.api.model
 
FragmentExecutionLogConsumer - Interface in io.knotx.fragments.task.handler.log.api
Fragment execution log consumer receives FragmentExecutionLog after the Task evaluation.
FragmentExecutionLogConsumerFactory - Interface in io.knotx.fragments.task.handler.log.api
The FragmentExecutionLogConsumer factory interface that enables dynamic implementation binding using SPI.
FragmentExecutionLogConverter - Class in io.knotx.fragments.task.handler.log.api.model
Converter for FragmentExecutionLog.
FragmentExecutionLogConverter() - Constructor for class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLogConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, FragmentExecutionLog) - Static method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLogConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, GraphNodeErrorLog) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLogConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, GraphNodeExecutionLog) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLogConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, GraphNodeOperationLog) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLogConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, GraphNodeResponseLog) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLogConverter
 

G

getClassName() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
getData() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
Unstructured node factory metadata.
getErrors() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 
getFactory() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
Node factory name.
getFinished() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
Processing end timestamp
getFinishTime() - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
Node processing finish time.
getFragment() - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
Fragment details.
getGraph() - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
Task evaluation details.
getId() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
Unique node id.
getLabel() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
Node label.
getLog() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
Node response log.
getMessage() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
getName() - Method in interface io.knotx.fragments.task.handler.log.api.FragmentExecutionLogConsumerFactory
 
getOn() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
Maps a transition to node execution log.
getOperation() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
Node metadata details.
getResponse() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
It represents node execution data.
getStacktrace() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
getStarted() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
Processing start timestamp
getStartTime() - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
Node processing start time.
getStatus() - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
Possible values: UNPROCESSED, SUCCESS and FAILURE.
getStatus() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
Node status that is calculated based on node response.
getSubtask(String) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
getSubtasks() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
List of composite node subgraphs.
getTransition() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
Node response transition.
getType() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
Node type value: SINGLE or COMPOSITE .
GraphNodeErrorLog - Class in io.knotx.fragments.task.handler.log.api.model
 
GraphNodeErrorLog() - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
GraphNodeErrorLog(JsonObject) - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
GraphNodeErrorLogConverter - Class in io.knotx.fragments.task.handler.log.api.model
Converter for GraphNodeErrorLog.
GraphNodeErrorLogConverter() - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLogConverter
 
GraphNodeExecutionLog - Class in io.knotx.fragments.task.handler.log.api.model
It represents a root node data.
GraphNodeExecutionLog() - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
GraphNodeExecutionLog(JsonObject) - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
GraphNodeExecutionLogConverter - Class in io.knotx.fragments.task.handler.log.api.model
Converter for GraphNodeExecutionLog.
GraphNodeExecutionLogConverter() - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLogConverter
 
GraphNodeOperationLog - Class in io.knotx.fragments.task.handler.log.api.model
It represents node metadata.
GraphNodeOperationLog() - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
GraphNodeOperationLog(JsonObject) - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
GraphNodeOperationLogConverter - Class in io.knotx.fragments.task.handler.log.api.model
Converter for GraphNodeOperationLog.
GraphNodeOperationLogConverter() - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLogConverter
 
GraphNodeResponseLog - Class in io.knotx.fragments.task.handler.log.api.model
Node response details.
GraphNodeResponseLog() - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 
GraphNodeResponseLog(JsonObject) - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 
GraphNodeResponseLogConverter - Class in io.knotx.fragments.task.handler.log.api.model
Converter for GraphNodeResponseLog.
GraphNodeResponseLogConverter() - Constructor for class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLogConverter
 

H

hashCode() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
hashCode() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
hashCode() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
hashCode() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 

I

io.knotx.fragments.task.handler.log.api - package io.knotx.fragments.task.handler.log.api
 
io.knotx.fragments.task.handler.log.api.model - package io.knotx.fragments.task.handler.log.api.model
 

L

LoggedNodeStatus - Enum in io.knotx.fragments.task.handler.log.api.model
 

N

newInstance(Fragment) - Static method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
newInstance(Fragment, GraphNodeExecutionLog) - Static method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
newInstance(Fragment, FragmentExecutionLog.ExecutionStatus, long, long) - Static method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
newInstance(Fragment, FragmentExecutionLog.ExecutionStatus, long, long, GraphNodeExecutionLog) - Static method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
newInstance(Throwable) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
newInstance(String) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
newInstance(String, NodeType, String, long, long, List<GraphNodeExecutionLog>, GraphNodeOperationLog, Map<String, GraphNodeExecutionLog>) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
newInstance(String, JsonObject) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
newInstance(String, JsonObject, List<GraphNodeErrorLog>) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 

S

setClassName(String) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
setData(JsonObject) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
setErrors(List<GraphNodeErrorLog>) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 
setFactory(String) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
setFinished(long) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
setFinishTime(long) - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
setFragment(Fragment) - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
setGraph(GraphNodeExecutionLog) - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
setId(String) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
setLabel(String) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
setLog(JsonObject) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 
setMessage(String) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
setOn(Map<String, GraphNodeExecutionLog>) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
setOperation(GraphNodeOperationLog) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
setResponse(GraphNodeResponseLog) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
setStacktrace(JsonArray) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
setStarted(long) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
setStartTime(long) - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
setStatus(FragmentExecutionLog.ExecutionStatus) - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
setStatus(LoggedNodeStatus) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
setSubtasks(List<GraphNodeExecutionLog>) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
setTransition(String) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 
setType(NodeType) - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 

T

toJson() - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
toJson(FragmentExecutionLog, JsonObject) - Static method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLogConverter
 
toJson(FragmentExecutionLog, Map<String, Object>) - Static method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLogConverter
 
toJson() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
toJson(GraphNodeErrorLog, JsonObject) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLogConverter
 
toJson(GraphNodeErrorLog, Map<String, Object>) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLogConverter
 
toJson() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
toJson(GraphNodeExecutionLog, JsonObject) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLogConverter
 
toJson(GraphNodeExecutionLog, Map<String, Object>) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLogConverter
 
toJson() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
toJson(GraphNodeOperationLog, JsonObject) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLogConverter
 
toJson(GraphNodeOperationLog, Map<String, Object>) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLogConverter
 
toJson() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 
toJson(GraphNodeResponseLog, JsonObject) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLogConverter
 
toJson(GraphNodeResponseLog, Map<String, Object>) - Static method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLogConverter
 
toString() - Method in class io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog
 
toString() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeErrorLog
 
toString() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeExecutionLog
 
toString() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeOperationLog
 
toString() - Method in class io.knotx.fragments.task.handler.log.api.model.GraphNodeResponseLog
 

V

valueOf(String) - Static method in enum io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.knotx.fragments.task.handler.log.api.model.LoggedNodeStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.knotx.fragments.task.handler.log.api.model.FragmentExecutionLog.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.knotx.fragments.task.handler.log.api.model.LoggedNodeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G H I L N S T V 
Skip navigation links