Package | Description |
---|---|
io.apicurio.registry.utils.streams.distore | |
io.apicurio.registry.utils.streams.distore.proto |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueStoreGrpcImplLocalDispatcher.all(VoidReq request,
io.grpc.stub.StreamObserver<KeyValue> responseObserver) |
void |
KeyValueStoreGrpcImplLocalDispatcher.filter(FilterReq request,
io.grpc.stub.StreamObserver<KeyValue> responseObserver) |
void |
KeyValueStoreGrpcImplLocalDispatcher.range(KeyFromKeyToReq request,
io.grpc.stub.StreamObserver<KeyValue> responseObserver) |
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValue.Builder.build() |
KeyValue |
KeyValue.Builder.buildPartial() |
static KeyValue |
KeyValue.getDefaultInstance() |
KeyValue |
KeyValue.getDefaultInstanceForType() |
KeyValue |
KeyValue.Builder.getDefaultInstanceForType() |
static KeyValue |
KeyValue.parseDelimitedFrom(InputStream input) |
static KeyValue |
KeyValue.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(byte[] data) |
static KeyValue |
KeyValue.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(ByteBuffer data) |
static KeyValue |
KeyValue.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.ByteString data) |
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.CodedInputStream input) |
static KeyValue |
KeyValue.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyValue |
KeyValue.parseFrom(InputStream input) |
static KeyValue |
KeyValue.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Iterator<KeyValue> |
KeyValueStoreGrpc.KeyValueStoreBlockingStub.all(VoidReq request)
KeyValueIterator<K, V> all();
|
Iterator<KeyValue> |
KeyValueStoreGrpc.KeyValueStoreBlockingStub.filter(FilterReq request)
KeyValueIterator<K, V> filter(String filter);
|
static io.grpc.MethodDescriptor<VoidReq,KeyValue> |
KeyValueStoreGrpc.getAllMethod() |
static io.grpc.MethodDescriptor<FilterReq,KeyValue> |
KeyValueStoreGrpc.getFilterMethod() |
com.google.protobuf.Parser<KeyValue> |
KeyValue.getParserForType() |
static io.grpc.MethodDescriptor<KeyFromKeyToReq,KeyValue> |
KeyValueStoreGrpc.getRangeMethod() |
static com.google.protobuf.Parser<KeyValue> |
KeyValue.parser() |
Iterator<KeyValue> |
KeyValueStoreGrpc.KeyValueStoreBlockingStub.range(KeyFromKeyToReq request)
KeyValueIterator<K, V> range(K from, K to);
|
Modifier and Type | Method and Description |
---|---|
KeyValue.Builder |
KeyValue.Builder.mergeFrom(KeyValue other) |
static KeyValue.Builder |
KeyValue.newBuilder(KeyValue prototype) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueStoreGrpc.KeyValueStoreImplBase.all(VoidReq request,
io.grpc.stub.StreamObserver<KeyValue> responseObserver)
KeyValueIterator<K, V> all();
|
void |
KeyValueStoreGrpc.KeyValueStoreStub.all(VoidReq request,
io.grpc.stub.StreamObserver<KeyValue> responseObserver)
KeyValueIterator<K, V> all();
|
void |
KeyValueStoreGrpc.KeyValueStoreImplBase.filter(FilterReq request,
io.grpc.stub.StreamObserver<KeyValue> responseObserver)
KeyValueIterator<K, V> filter(String filter);
|
void |
KeyValueStoreGrpc.KeyValueStoreStub.filter(FilterReq request,
io.grpc.stub.StreamObserver<KeyValue> responseObserver)
KeyValueIterator<K, V> filter(String filter);
|
void |
KeyValueStoreGrpc.KeyValueStoreImplBase.range(KeyFromKeyToReq request,
io.grpc.stub.StreamObserver<KeyValue> responseObserver)
KeyValueIterator<K, V> range(K from, K to);
|
void |
KeyValueStoreGrpc.KeyValueStoreStub.range(KeyFromKeyToReq request,
io.grpc.stub.StreamObserver<KeyValue> responseObserver)
KeyValueIterator<K, V> range(K from, K to);
|
Copyright © 2020 Red Hat. All rights reserved.