public interface RangeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
count is set to the number of keys within the range when requested.
|
ResponseHeader |
getHeader()
.etcdserverpb.ResponseHeader header = 1; |
ResponseHeaderOrBuilder |
getHeaderOrBuilder()
.etcdserverpb.ResponseHeader header = 1; |
KeyValue |
getKvs(int index)
kvs is the list of key-value pairs matched by the range request.
|
int |
getKvsCount()
kvs is the list of key-value pairs matched by the range request.
|
List<KeyValue> |
getKvsList()
kvs is the list of key-value pairs matched by the range request.
|
KeyValueOrBuilder |
getKvsOrBuilder(int index)
kvs is the list of key-value pairs matched by the range request.
|
List<? extends KeyValueOrBuilder> |
getKvsOrBuilderList()
kvs is the list of key-value pairs matched by the range request.
|
boolean |
getMore()
more indicates if there are more keys to return in the requested range.
|
boolean |
hasHeader()
.etcdserverpb.ResponseHeader header = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeader()
.etcdserverpb.ResponseHeader header = 1;ResponseHeader getHeader()
.etcdserverpb.ResponseHeader header = 1;ResponseHeaderOrBuilder getHeaderOrBuilder()
.etcdserverpb.ResponseHeader header = 1;List<KeyValue> getKvsList()
kvs is the list of key-value pairs matched by the range request. kvs is empty when count is requested.
repeated .mvccpb.KeyValue kvs = 2;KeyValue getKvs(int index)
kvs is the list of key-value pairs matched by the range request. kvs is empty when count is requested.
repeated .mvccpb.KeyValue kvs = 2;int getKvsCount()
kvs is the list of key-value pairs matched by the range request. kvs is empty when count is requested.
repeated .mvccpb.KeyValue kvs = 2;List<? extends KeyValueOrBuilder> getKvsOrBuilderList()
kvs is the list of key-value pairs matched by the range request. kvs is empty when count is requested.
repeated .mvccpb.KeyValue kvs = 2;KeyValueOrBuilder getKvsOrBuilder(int index)
kvs is the list of key-value pairs matched by the range request. kvs is empty when count is requested.
repeated .mvccpb.KeyValue kvs = 2;boolean getMore()
more indicates if there are more keys to return in the requested range.
bool more = 3;long getCount()
count is set to the number of keys within the range when requested.
int64 count = 4;Copyright © 2022. All rights reserved.