Package | Description |
---|---|
io.apicurio.registry.utils.streams.distore | |
io.apicurio.registry.utils.streams.distore.proto |
Modifier and Type | Method and Description |
---|---|
protected K |
StreamToKeyIteratorAdapter.deserialize(Key res) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueStoreGrpcImplLocalDispatcher.allKeys(VoidReq request,
io.grpc.stub.StreamObserver<Key> responseObserver) |
Constructor and Description |
---|
StreamToKeyIteratorAdapter(Stream<Key> stream,
KeyValueSerde<K,?> kvSerde) |
Modifier and Type | Method and Description |
---|---|
Key |
Key.Builder.build() |
Key |
Key.Builder.buildPartial() |
static Key |
Key.getDefaultInstance() |
Key |
Key.getDefaultInstanceForType() |
Key |
Key.Builder.getDefaultInstanceForType() |
static Key |
Key.parseDelimitedFrom(InputStream input) |
static Key |
Key.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key |
Key.parseFrom(byte[] data) |
static Key |
Key.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key |
Key.parseFrom(ByteBuffer data) |
static Key |
Key.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key |
Key.parseFrom(com.google.protobuf.ByteString data) |
static Key |
Key.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key |
Key.parseFrom(com.google.protobuf.CodedInputStream input) |
static Key |
Key.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Key |
Key.parseFrom(InputStream input) |
static Key |
Key.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Iterator<Key> |
KeyValueStoreGrpc.KeyValueStoreBlockingStub.allKeys(VoidReq request)
Iterator<K> allKeys();
|
static io.grpc.MethodDescriptor<VoidReq,Key> |
KeyValueStoreGrpc.getAllKeysMethod() |
com.google.protobuf.Parser<Key> |
Key.getParserForType() |
static com.google.protobuf.Parser<Key> |
Key.parser() |
Modifier and Type | Method and Description |
---|---|
Key.Builder |
Key.Builder.mergeFrom(Key other) |
static Key.Builder |
Key.newBuilder(Key prototype) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueStoreGrpc.KeyValueStoreImplBase.allKeys(VoidReq request,
io.grpc.stub.StreamObserver<Key> responseObserver)
Iterator<K> allKeys();
|
void |
KeyValueStoreGrpc.KeyValueStoreStub.allKeys(VoidReq request,
io.grpc.stub.StreamObserver<Key> responseObserver)
Iterator<K> allKeys();
|
Copyright © 2020 Red Hat. All rights reserved.