Class | Description |
---|---|
HashedRWSet |
HashedRWSet encapsulates hashed representation of a private read-write set for KV or Document data model
|
HashedRWSet.Builder |
HashedRWSet encapsulates hashed representation of a private read-write set for KV or Document data model
|
KVMetadataEntry |
KVMetadataEntry captures a 'name'ed entry in the metadata of a key/key-hash.
|
KVMetadataEntry.Builder |
KVMetadataEntry captures a 'name'ed entry in the metadata of a key/key-hash.
|
KVMetadataWrite |
KVMetadataWrite captures all the entries in the metadata associated with a key
|
KVMetadataWrite.Builder |
KVMetadataWrite captures all the entries in the metadata associated with a key
|
KVMetadataWriteHash |
KVMetadataWriteHash captures all the upserts to the metadata associated with a key hash
|
KVMetadataWriteHash.Builder |
KVMetadataWriteHash captures all the upserts to the metadata associated with a key hash
|
KVRead |
KVRead captures a read operation performed during transaction simulation
A 'nil' version indicates a non-existing key read by the transaction
|
KVRead.Builder |
KVRead captures a read operation performed during transaction simulation
A 'nil' version indicates a non-existing key read by the transaction
|
KVReadHash |
KVReadHash is similar to the KVRead in spirit.
|
KVReadHash.Builder |
KVReadHash is similar to the KVRead in spirit.
|
KVRWSet |
KVRWSet encapsulates the read-write set for a chaincode that operates upon a KV or Document data model
This structure is used for both the public data and the private data
|
KVRWSet.Builder |
KVRWSet encapsulates the read-write set for a chaincode that operates upon a KV or Document data model
This structure is used for both the public data and the private data
|
KVRWSetProto | |
KVWrite |
KVWrite captures a write (update/delete) operation performed during transaction simulation
|
KVWrite.Builder |
KVWrite captures a write (update/delete) operation performed during transaction simulation
|
KVWriteHash |
KVWriteHash is similar to the KVWrite.
|
KVWriteHash.Builder |
KVWriteHash is similar to the KVWrite.
|
QueryReads |
QueryReads encapsulates the KVReads for the items read by a transaction as a result of a query execution
|
QueryReads.Builder |
QueryReads encapsulates the KVReads for the items read by a transaction as a result of a query execution
|
QueryReadsMerkleSummary |
QueryReadsMerkleSummary encapsulates the Merkle-tree hashes for the QueryReads
This allows to reduce the size of RWSet in the presence of query results
by storing certain hashes instead of actual results.
|
QueryReadsMerkleSummary.Builder |
QueryReadsMerkleSummary encapsulates the Merkle-tree hashes for the QueryReads
This allows to reduce the size of RWSet in the presence of query results
by storing certain hashes instead of actual results.
|
RangeQueryInfo |
RangeQueryInfo encapsulates the details of a range query performed by a transaction during simulation.
|
RangeQueryInfo.Builder |
RangeQueryInfo encapsulates the details of a range query performed by a transaction during simulation.
|
Version |
Version encapsulates the version of a Key
A version of a committed key is maintained as the height of the transaction that committed the key.
|
Version.Builder |
Version encapsulates the version of a Key
A version of a committed key is maintained as the height of the transaction that committed the key.
|
Enum | Description |
---|---|
RangeQueryInfo.ReadsInfoCase |
Copyright © 2022. All rights reserved.