| 程序包 | 说明 |
|---|---|
| etcdserverpb | |
| mvccpb |
| 限定符和类型 | 方法和说明 |
|---|---|
Kv.KeyValueOrBuilder |
Rpc.RangeResponseOrBuilder.getKvsOrBuilder(int index)
kvs is the list of key-value pairs matched by the range request.
|
Kv.KeyValueOrBuilder |
Rpc.RangeResponse.getKvsOrBuilder(int index)
kvs is the list of key-value pairs matched by the range request.
|
Kv.KeyValueOrBuilder |
Rpc.RangeResponse.Builder.getKvsOrBuilder(int index)
kvs is the list of key-value pairs matched by the range request.
|
Kv.KeyValueOrBuilder |
Rpc.PutResponseOrBuilder.getPrevKvOrBuilder()
if prev_kv is set in the request, the previous key-value pair will be returned.
|
Kv.KeyValueOrBuilder |
Rpc.PutResponse.getPrevKvOrBuilder()
if prev_kv is set in the request, the previous key-value pair will be returned.
|
Kv.KeyValueOrBuilder |
Rpc.PutResponse.Builder.getPrevKvOrBuilder()
if prev_kv is set in the request, the previous key-value pair will be returned.
|
Kv.KeyValueOrBuilder |
Rpc.DeleteRangeResponseOrBuilder.getPrevKvsOrBuilder(int index)
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
Kv.KeyValueOrBuilder |
Rpc.DeleteRangeResponse.getPrevKvsOrBuilder(int index)
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
Kv.KeyValueOrBuilder |
Rpc.DeleteRangeResponse.Builder.getPrevKvsOrBuilder(int index)
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<? extends Kv.KeyValueOrBuilder> |
Rpc.RangeResponseOrBuilder.getKvsOrBuilderList()
kvs is the list of key-value pairs matched by the range request.
|
List<? extends Kv.KeyValueOrBuilder> |
Rpc.RangeResponse.getKvsOrBuilderList()
kvs is the list of key-value pairs matched by the range request.
|
List<? extends Kv.KeyValueOrBuilder> |
Rpc.RangeResponse.Builder.getKvsOrBuilderList()
kvs is the list of key-value pairs matched by the range request.
|
List<? extends Kv.KeyValueOrBuilder> |
Rpc.DeleteRangeResponseOrBuilder.getPrevKvsOrBuilderList()
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
List<? extends Kv.KeyValueOrBuilder> |
Rpc.DeleteRangeResponse.getPrevKvsOrBuilderList()
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
List<? extends Kv.KeyValueOrBuilder> |
Rpc.DeleteRangeResponse.Builder.getPrevKvsOrBuilderList()
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Kv.KeyValue
Protobuf type
mvccpb.KeyValue |
static class |
Kv.KeyValue.Builder
Protobuf type
mvccpb.KeyValue |
| 限定符和类型 | 方法和说明 |
|---|---|
Kv.KeyValueOrBuilder |
Kv.EventOrBuilder.getKvOrBuilder()
kv holds the KeyValue for the event.
|
Kv.KeyValueOrBuilder |
Kv.Event.getKvOrBuilder()
kv holds the KeyValue for the event.
|
Kv.KeyValueOrBuilder |
Kv.Event.Builder.getKvOrBuilder()
kv holds the KeyValue for the event.
|
Kv.KeyValueOrBuilder |
Kv.EventOrBuilder.getPrevKvOrBuilder()
prev_kv holds the key-value pair before the event happens.
|
Kv.KeyValueOrBuilder |
Kv.Event.getPrevKvOrBuilder()
prev_kv holds the key-value pair before the event happens.
|
Kv.KeyValueOrBuilder |
Kv.Event.Builder.getPrevKvOrBuilder()
prev_kv holds the key-value pair before the event happens.
|
Copyright © 2018. All rights reserved.