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