public static final class KeyValueStoreGrpc.KeyValueStoreBlockingStub extends io.grpc.stub.AbstractBlockingStub<KeyValueStoreGrpc.KeyValueStoreBlockingStub>
Modifier and Type | Method and Description |
---|---|
Iterator<KeyValue> |
all(VoidReq request)
KeyValueIterator<K, V> all();
|
Iterator<Key> |
allKeys(VoidReq request)
Iterator<K> allKeys();
|
Size |
approximateNumEntries(VoidReq request)
long approximateNumEntries();
|
protected KeyValueStoreGrpc.KeyValueStoreBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Iterator<KeyValue> |
filter(FilterReq request)
KeyValueIterator<K, V> filter(String filter);
|
Iterator<Value> |
get(KeyReq request)
V get(K key);
|
Iterator<KeyValue> |
range(KeyFromKeyToReq request)
KeyValueIterator<K, V> range(K from, K to);
|
protected KeyValueStoreGrpc.KeyValueStoreBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<KeyValueStoreGrpc.KeyValueStoreBlockingStub>
public Iterator<KeyValue> filter(FilterReq request)
KeyValueIterator<K, V> filter(String filter);
public Iterator<KeyValue> range(KeyFromKeyToReq request)
KeyValueIterator<K, V> range(K from, K to);
Copyright © 2020 Red Hat. All rights reserved.