public interface TxnId
TxnId is a identifier for a transaction.
A component in a transaction can use it as a unique key.
The TxnId
TxnId are .equals
if
It is preferrable that the TxnId is global unique over time and space.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
bytes() |
boolean |
equals(Object other) |
int |
hashCode() |
String |
name() |
long |
runtime()
A long that is a subset, or all or, the bytes.
|
String name()
byte[] bytes()
long runtime()
Licensed under the Apache License, Version 2.0