| Package | Description |
|---|---|
| software.amazon.qldb |
| Modifier and Type | Method and Description |
|---|---|
QldbHash |
QldbHash.dot(QldbHash that)
The QLDB dot operator joins two hashes and generates a new hash.
|
static QldbHash |
QldbHash.toQldbHash(com.amazon.ion.IonValue value,
com.amazon.ion.IonSystem ionSystem)
The QLDB Hash of an IonValue is just the IonHash of that value.
|
static QldbHash |
QldbHash.toQldbHash(String value,
com.amazon.ion.IonSystem ionSystem) |
| Modifier and Type | Method and Description |
|---|---|
QldbHash |
QldbHash.dot(QldbHash that)
The QLDB dot operator joins two hashes and generates a new hash.
|