| Package | Description |
|---|---|
| io.etcd.jetcd.api |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValue
Protobuf type
mvccpb.KeyValue |
static class |
KeyValue.Builder
Protobuf type
mvccpb.KeyValue |
| Modifier and Type | Method and Description |
|---|---|
KeyValueOrBuilder |
LeaderResponseOrBuilder.getKvOrBuilder()
kv is the key-value pair representing the latest leader update.
|
KeyValueOrBuilder |
LeaderResponse.getKvOrBuilder()
kv is the key-value pair representing the latest leader update.
|
KeyValueOrBuilder |
LeaderResponse.Builder.getKvOrBuilder()
kv is the key-value pair representing the latest leader update.
|
KeyValueOrBuilder |
EventOrBuilder.getKvOrBuilder()
kv holds the KeyValue for the event.
|
KeyValueOrBuilder |
Event.getKvOrBuilder()
kv holds the KeyValue for the event.
|
KeyValueOrBuilder |
Event.Builder.getKvOrBuilder()
kv holds the KeyValue for the event.
|
KeyValueOrBuilder |
RangeResponseOrBuilder.getKvsOrBuilder(int index)
kvs is the list of key-value pairs matched by the range request.
|
KeyValueOrBuilder |
RangeResponse.getKvsOrBuilder(int index)
kvs is the list of key-value pairs matched by the range request.
|
KeyValueOrBuilder |
RangeResponse.Builder.getKvsOrBuilder(int index)
kvs is the list of key-value pairs matched by the range request.
|
KeyValueOrBuilder |
PutResponseOrBuilder.getPrevKvOrBuilder()
if prev_kv is set in the request, the previous key-value pair will be returned.
|
KeyValueOrBuilder |
PutResponse.getPrevKvOrBuilder()
if prev_kv is set in the request, the previous key-value pair will be returned.
|
KeyValueOrBuilder |
PutResponse.Builder.getPrevKvOrBuilder()
if prev_kv is set in the request, the previous key-value pair will be returned.
|
KeyValueOrBuilder |
EventOrBuilder.getPrevKvOrBuilder()
prev_kv holds the key-value pair before the event happens.
|
KeyValueOrBuilder |
Event.getPrevKvOrBuilder()
prev_kv holds the key-value pair before the event happens.
|
KeyValueOrBuilder |
Event.Builder.getPrevKvOrBuilder()
prev_kv holds the key-value pair before the event happens.
|
KeyValueOrBuilder |
DeleteRangeResponseOrBuilder.getPrevKvsOrBuilder(int index)
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
KeyValueOrBuilder |
DeleteRangeResponse.getPrevKvsOrBuilder(int index)
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
KeyValueOrBuilder |
DeleteRangeResponse.Builder.getPrevKvsOrBuilder(int index)
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends KeyValueOrBuilder> |
RangeResponseOrBuilder.getKvsOrBuilderList()
kvs is the list of key-value pairs matched by the range request.
|
List<? extends KeyValueOrBuilder> |
RangeResponse.getKvsOrBuilderList()
kvs is the list of key-value pairs matched by the range request.
|
List<? extends KeyValueOrBuilder> |
RangeResponse.Builder.getKvsOrBuilderList()
kvs is the list of key-value pairs matched by the range request.
|
List<? extends KeyValueOrBuilder> |
DeleteRangeResponseOrBuilder.getPrevKvsOrBuilderList()
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
List<? extends KeyValueOrBuilder> |
DeleteRangeResponse.getPrevKvsOrBuilderList()
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
List<? extends KeyValueOrBuilder> |
DeleteRangeResponse.Builder.getPrevKvsOrBuilderList()
if prev_kv is set in the request, the previous key-value pairs will be returned.
|
Copyright © 2021. All rights reserved.