etcdserverpb: document "Hash" and "HashKV" more clearly
Explain where the computation happens (e.g. "Hash" for all buckets and "HashKV" for "key" bucket). Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
@ -966,7 +966,7 @@
|
||||
"tags": [
|
||||
"Maintenance"
|
||||
],
|
||||
"summary": "HashKV computes the hash of all MVCC keys up to a given revision.",
|
||||
"summary": "HashKV computes the hash of all MVCC keys up to a given revision.\nIt only iterates \"key\" bucket in backend storage.",
|
||||
"operationId": "HashKV",
|
||||
"parameters": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user