public static interface Rpc.SnapshotResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getBlob()
blob contains the next chunk of the snapshot in the snapshot stream.
|
Rpc.ResponseHeader |
getHeader()
header has the current key-value store information.
|
Rpc.ResponseHeaderOrBuilder |
getHeaderOrBuilder()
header has the current key-value store information.
|
long |
getRemainingBytes()
remaining_bytes is the number of blob bytes to be sent after this message
uint64 remaining_bytes = 2; |
boolean |
hasHeader()
header has the current key-value store information.
|
boolean hasHeader()
header has the current key-value store information. The first header in the snapshot stream indicates the point in time of the snapshot.
.etcdserverpb.ResponseHeader header = 1;Rpc.ResponseHeader getHeader()
header has the current key-value store information. The first header in the snapshot stream indicates the point in time of the snapshot.
.etcdserverpb.ResponseHeader header = 1;Rpc.ResponseHeaderOrBuilder getHeaderOrBuilder()
header has the current key-value store information. The first header in the snapshot stream indicates the point in time of the snapshot.
.etcdserverpb.ResponseHeader header = 1;long getRemainingBytes()
remaining_bytes is the number of blob bytes to be sent after this message
uint64 remaining_bytes = 2;com.google.protobuf.ByteString getBlob()
blob contains the next chunk of the snapshot in the snapshot stream.
bytes blob = 3;Copyright © 2018. All rights reserved.