Class ProcessId
java.lang.Object
org.apache.kafka.streams.processor.assignment.ProcessId
- All Implemented Interfaces:
- Comparable<ProcessId>
A simple wrapper around UUID that abstracts a Process ID
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ProcessId
 
- 
- 
Method Details- 
id- Returns:
- the underlying UUIDthat this ProcessID is wrapping.
 
- 
randomProcessId- Returns:
- a randomly generated process id
 
- 
toString
- 
hashCodepublic int hashCode()
- 
equals
- 
compareTo- Specified by:
- compareToin interface- Comparable<ProcessId>
 
 
-