Package | Description |
---|---|
io.apicurio.registry.utils.streams.distore | |
io.apicurio.registry.utils.streams.distore.proto |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueStoreGrpcImplLocalDispatcher.get(KeyReq request,
io.grpc.stub.StreamObserver<Value> responseObserver) |
Modifier and Type | Method and Description |
---|---|
Value |
Value.Builder.build() |
Value |
Value.Builder.buildPartial() |
static Value |
Value.getDefaultInstance() |
Value |
Value.getDefaultInstanceForType() |
Value |
Value.Builder.getDefaultInstanceForType() |
static Value |
Value.parseDelimitedFrom(InputStream input) |
static Value |
Value.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(byte[] data) |
static Value |
Value.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(ByteBuffer data) |
static Value |
Value.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(com.google.protobuf.ByteString data) |
static Value |
Value.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(com.google.protobuf.CodedInputStream input) |
static Value |
Value.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Value |
Value.parseFrom(InputStream input) |
static Value |
Value.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Iterator<Value> |
KeyValueStoreGrpc.KeyValueStoreBlockingStub.get(KeyReq request)
V get(K key);
|
static io.grpc.MethodDescriptor<KeyReq,Value> |
KeyValueStoreGrpc.getGetMethod() |
com.google.protobuf.Parser<Value> |
Value.getParserForType() |
static com.google.protobuf.Parser<Value> |
Value.parser() |
Modifier and Type | Method and Description |
---|---|
Value.Builder |
Value.Builder.mergeFrom(Value other) |
static Value.Builder |
Value.newBuilder(Value prototype) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueStoreGrpc.KeyValueStoreImplBase.get(KeyReq request,
io.grpc.stub.StreamObserver<Value> responseObserver)
V get(K key);
|
void |
KeyValueStoreGrpc.KeyValueStoreStub.get(KeyReq request,
io.grpc.stub.StreamObserver<Value> responseObserver)
V get(K key);
|
Copyright © 2020 Red Hat. All rights reserved.