public interface ResponseHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getClusterId()
cluster_id is the ID of the cluster which sent the response.
|
long |
getMemberId()
member_id is the ID of the member which sent the response.
|
long |
getRaftTerm()
raft_term is the raft term when the request was applied.
|
long |
getRevision()
revision is the key-value store revision when the request was applied.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getClusterId()
cluster_id is the ID of the cluster which sent the response.
uint64 cluster_id = 1;long getMemberId()
member_id is the ID of the member which sent the response.
uint64 member_id = 2;long getRevision()
revision is the key-value store revision when the request was applied.
int64 revision = 3;long getRaftTerm()
raft_term is the raft term when the request was applied.
uint64 raft_term = 4;Copyright © 2021. All rights reserved.