Class WorkerId
- java.lang.Object
-
- com.snowflake.connectors.taskreactor.worker.WorkerId
-
public final class WorkerId extends Object
Representation of worker id.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()intvalue()Returns the value of this worker id.
-
-
-
Constructor Detail
-
WorkerId
public WorkerId(int value)
Creates a newWorkerId.- Parameters:
value- worker id value
-
-