Class WorkItem
- java.lang.Object
-
- com.snowflake.connectors.taskreactor.worker.queue.WorkItem
-
public final class WorkItem extends Object
Class describing an item that was inserted to the input queue of the task reactor.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static WorkItemfrom(QueueItem queueItem)inthashCode()StringtoString()
-
-
-
Field Detail
-
id
public final String id
Surrogate key for the row in the input queue. Each row gets its unique UUID id generated.
-
resourceId
public final String resourceId
Value of theRESOURCE_IDcolumn inserted to the input queue.
-
payload
public final Variant payload
Value of theWORKER_PAYLOADcolumn inserted to the input queue.
-
-