Package | Description |
---|---|
com.hazelcast.jet.examples.grpc |
Modifier and Type | Method and Description |
---|---|
ProductInfoRequest |
ProductInfoRequest.Builder.build() |
ProductInfoRequest |
ProductInfoRequest.Builder.buildPartial() |
static ProductInfoRequest |
ProductInfoRequest.getDefaultInstance() |
ProductInfoRequest |
ProductInfoRequest.getDefaultInstanceForType() |
ProductInfoRequest |
ProductInfoRequest.Builder.getDefaultInstanceForType() |
static ProductInfoRequest |
ProductInfoRequest.parseDelimitedFrom(InputStream input) |
static ProductInfoRequest |
ProductInfoRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(byte[] data) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(ByteBuffer data) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(com.google.protobuf.ByteString data) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(InputStream input) |
static ProductInfoRequest |
ProductInfoRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ProductInfoRequest> |
ProductInfoRequest.getParserForType() |
static io.grpc.MethodDescriptor<ProductInfoRequest,ProductInfoReply> |
ProductServiceGrpc.getProductInfoMethod() |
static com.google.protobuf.Parser<ProductInfoRequest> |
ProductInfoRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ProductInfoRequest.Builder |
ProductInfoRequest.Builder.mergeFrom(ProductInfoRequest other) |
static ProductInfoRequest.Builder |
ProductInfoRequest.newBuilder(ProductInfoRequest prototype) |
ProductInfoReply |
ProductServiceGrpc.ProductServiceBlockingStub.productInfo(ProductInfoRequest request) |
com.google.common.util.concurrent.ListenableFuture<ProductInfoReply> |
ProductServiceGrpc.ProductServiceFutureStub.productInfo(ProductInfoRequest request) |
void |
ProductServiceImpl.productInfo(ProductInfoRequest request,
io.grpc.stub.StreamObserver<ProductInfoReply> responseObserver) |
void |
ProductServiceGrpc.ProductServiceImplBase.productInfo(ProductInfoRequest request,
io.grpc.stub.StreamObserver<ProductInfoReply> responseObserver) |
void |
ProductServiceGrpc.ProductServiceStub.productInfo(ProductInfoRequest request,
io.grpc.stub.StreamObserver<ProductInfoReply> responseObserver) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.