Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
kv_storage.KVStorageGrpc Maven / Gradle / Ivy
package kv_storage;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.65.0)",
comments = "Source: kv_storage/kv_storage.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class KVStorageGrpc {
private KVStorageGrpc() {}
public static final java.lang.String SERVICE_NAME = "kv_storage.KVStorage";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getGetMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "Get",
requestType = com.google.bytestream.ByteStreamProto.ReadRequest.class,
responseType = com.google.bytestream.ByteStreamProto.ReadResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
public static io.grpc.MethodDescriptor getGetMethod() {
io.grpc.MethodDescriptor getGetMethod;
if ((getGetMethod = KVStorageGrpc.getGetMethod) == null) {
synchronized (KVStorageGrpc.class) {
if ((getGetMethod = KVStorageGrpc.getGetMethod) == null) {
KVStorageGrpc.getGetMethod = getGetMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "Get"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.bytestream.ByteStreamProto.ReadRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.bytestream.ByteStreamProto.ReadResponse.getDefaultInstance()))
.setSchemaDescriptor(new KVStorageMethodDescriptorSupplier("Get"))
.build();
}
}
}
return getGetMethod;
}
private static volatile io.grpc.MethodDescriptor getPutMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "Put",
requestType = com.google.bytestream.ByteStreamProto.WriteRequest.class,
responseType = com.google.bytestream.ByteStreamProto.WriteResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
public static io.grpc.MethodDescriptor getPutMethod() {
io.grpc.MethodDescriptor getPutMethod;
if ((getPutMethod = KVStorageGrpc.getPutMethod) == null) {
synchronized (KVStorageGrpc.class) {
if ((getPutMethod = KVStorageGrpc.getPutMethod) == null) {
KVStorageGrpc.getPutMethod = getPutMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "Put"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.bytestream.ByteStreamProto.WriteRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.bytestream.ByteStreamProto.WriteResponse.getDefaultInstance()))
.setSchemaDescriptor(new KVStorageMethodDescriptorSupplier("Put"))
.build();
}
}
}
return getPutMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static KVStorageStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public KVStorageStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KVStorageStub(channel, callOptions);
}
};
return KVStorageStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static KVStorageBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public KVStorageBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KVStorageBlockingStub(channel, callOptions);
}
};
return KVStorageBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static KVStorageFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public KVStorageFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KVStorageFutureStub(channel, callOptions);
}
};
return KVStorageFutureStub.newStub(factory, channel);
}
/**
*/
public interface AsyncService {
/**
*/
default void get(com.google.bytestream.ByteStreamProto.ReadRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetMethod(), responseObserver);
}
/**
*/
default io.grpc.stub.StreamObserver put(
io.grpc.stub.StreamObserver responseObserver) {
return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getPutMethod(), responseObserver);
}
}
/**
* Base class for the server implementation of the service KVStorage.
*/
public static abstract class KVStorageImplBase
implements io.grpc.BindableService, AsyncService {
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return KVStorageGrpc.bindService(this);
}
}
/**
* A stub to allow clients to do asynchronous rpc calls to service KVStorage.
*/
public static final class KVStorageStub
extends io.grpc.stub.AbstractAsyncStub {
private KVStorageStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected KVStorageStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KVStorageStub(channel, callOptions);
}
/**
*/
public void get(com.google.bytestream.ByteStreamProto.ReadRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncServerStreamingCall(
getChannel().newCall(getGetMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public io.grpc.stub.StreamObserver put(
io.grpc.stub.StreamObserver responseObserver) {
return io.grpc.stub.ClientCalls.asyncClientStreamingCall(
getChannel().newCall(getPutMethod(), getCallOptions()), responseObserver);
}
}
/**
* A stub to allow clients to do synchronous rpc calls to service KVStorage.
*/
public static final class KVStorageBlockingStub
extends io.grpc.stub.AbstractBlockingStub {
private KVStorageBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected KVStorageBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KVStorageBlockingStub(channel, callOptions);
}
/**
*/
public java.util.Iterator get(
com.google.bytestream.ByteStreamProto.ReadRequest request) {
return io.grpc.stub.ClientCalls.blockingServerStreamingCall(
getChannel(), getGetMethod(), getCallOptions(), request);
}
}
/**
* A stub to allow clients to do ListenableFuture-style rpc calls to service KVStorage.
*/
public static final class KVStorageFutureStub
extends io.grpc.stub.AbstractFutureStub {
private KVStorageFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected KVStorageFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KVStorageFutureStub(channel, callOptions);
}
}
private static final int METHODID_GET = 0;
private static final int METHODID_PUT = 1;
private static final class MethodHandlers implements
io.grpc.stub.ServerCalls.UnaryMethod,
io.grpc.stub.ServerCalls.ServerStreamingMethod,
io.grpc.stub.ServerCalls.ClientStreamingMethod,
io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final AsyncService serviceImpl;
private final int methodId;
MethodHandlers(AsyncService serviceImpl, int methodId) {
this.serviceImpl = serviceImpl;
this.methodId = methodId;
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_GET:
serviceImpl.get((com.google.bytestream.ByteStreamProto.ReadRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
default:
throw new AssertionError();
}
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public io.grpc.stub.StreamObserver invoke(
io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_PUT:
return (io.grpc.stub.StreamObserver) serviceImpl.put(
(io.grpc.stub.StreamObserver) responseObserver);
default:
throw new AssertionError();
}
}
}
public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getGetMethod(),
io.grpc.stub.ServerCalls.asyncServerStreamingCall(
new MethodHandlers<
com.google.bytestream.ByteStreamProto.ReadRequest,
com.google.bytestream.ByteStreamProto.ReadResponse>(
service, METHODID_GET)))
.addMethod(
getPutMethod(),
io.grpc.stub.ServerCalls.asyncClientStreamingCall(
new MethodHandlers<
com.google.bytestream.ByteStreamProto.WriteRequest,
com.google.bytestream.ByteStreamProto.WriteResponse>(
service, METHODID_PUT)))
.build();
}
private static abstract class KVStorageBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
KVStorageBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return kv_storage.KvStorage.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("KVStorage");
}
}
private static final class KVStorageFileDescriptorSupplier
extends KVStorageBaseDescriptorSupplier {
KVStorageFileDescriptorSupplier() {}
}
private static final class KVStorageMethodDescriptorSupplier
extends KVStorageBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final java.lang.String methodName;
KVStorageMethodDescriptorSupplier(java.lang.String methodName) {
this.methodName = methodName;
}
@java.lang.Override
public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
return getServiceDescriptor().findMethodByName(methodName);
}
}
private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
public static io.grpc.ServiceDescriptor getServiceDescriptor() {
io.grpc.ServiceDescriptor result = serviceDescriptor;
if (result == null) {
synchronized (KVStorageGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new KVStorageFileDescriptorSupplier())
.addMethod(getGetMethod())
.addMethod(getPutMethod())
.build();
}
}
}
return result;
}
}