All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.orderer.ClusterGrpc Maven / Gradle / Ivy

Go to download

Java SDK for Hyperledger Fabric. Deprecated as of Fabric v2.5, replaced by org.hyperledger.fabric:fabric-gateway.

There is a newer version: 2.2.26
Show newest version
package org.hyperledger.fabric.protos.orderer;

import static io.grpc.MethodDescriptor.generateFullMethodName;
import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
import static io.grpc.stub.ClientCalls.asyncUnaryCall;
import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
import static io.grpc.stub.ClientCalls.blockingUnaryCall;
import static io.grpc.stub.ClientCalls.futureUnaryCall;
import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ServerCalls.asyncClientStreamingCall;
import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;

/**
 * 
 * Cluster defines communication between cluster members.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler (version 1.23.0)", comments = "Source: orderer/cluster.proto") public final class ClusterGrpc { private ClusterGrpc() {} public static final String SERVICE_NAME = "orderer.Cluster"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor getStepMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "Step", requestType = org.hyperledger.fabric.protos.orderer.ClusterOuterClass.StepRequest.class, responseType = org.hyperledger.fabric.protos.orderer.ClusterOuterClass.StepResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) public static io.grpc.MethodDescriptor getStepMethod() { io.grpc.MethodDescriptor getStepMethod; if ((getStepMethod = ClusterGrpc.getStepMethod) == null) { synchronized (ClusterGrpc.class) { if ((getStepMethod = ClusterGrpc.getStepMethod) == null) { ClusterGrpc.getStepMethod = getStepMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Step")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( org.hyperledger.fabric.protos.orderer.ClusterOuterClass.StepRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( org.hyperledger.fabric.protos.orderer.ClusterOuterClass.StepResponse.getDefaultInstance())) .setSchemaDescriptor(new ClusterMethodDescriptorSupplier("Step")) .build(); } } } return getStepMethod; } /** * Creates a new async stub that supports all call types for the service */ public static ClusterStub newStub(io.grpc.Channel channel) { return new ClusterStub(channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static ClusterBlockingStub newBlockingStub( io.grpc.Channel channel) { return new ClusterBlockingStub(channel); } /** * Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static ClusterFutureStub newFutureStub( io.grpc.Channel channel) { return new ClusterFutureStub(channel); } /** *
   * Cluster defines communication between cluster members.
   * 
*/ public static abstract class ClusterImplBase implements io.grpc.BindableService { /** *
     * Step passes an implementation-specific message to another cluster member.
     * 
*/ public io.grpc.stub.StreamObserver step( io.grpc.stub.StreamObserver responseObserver) { return asyncUnimplementedStreamingCall(getStepMethod(), responseObserver); } @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getStepMethod(), asyncBidiStreamingCall( new MethodHandlers< org.hyperledger.fabric.protos.orderer.ClusterOuterClass.StepRequest, org.hyperledger.fabric.protos.orderer.ClusterOuterClass.StepResponse>( this, METHODID_STEP))) .build(); } } /** *
   * Cluster defines communication between cluster members.
   * 
*/ public static final class ClusterStub extends io.grpc.stub.AbstractStub { private ClusterStub(io.grpc.Channel channel) { super(channel); } private ClusterStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected ClusterStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new ClusterStub(channel, callOptions); } /** *
     * Step passes an implementation-specific message to another cluster member.
     * 
*/ public io.grpc.stub.StreamObserver step( io.grpc.stub.StreamObserver responseObserver) { return asyncBidiStreamingCall( getChannel().newCall(getStepMethod(), getCallOptions()), responseObserver); } } /** *
   * Cluster defines communication between cluster members.
   * 
*/ public static final class ClusterBlockingStub extends io.grpc.stub.AbstractStub { private ClusterBlockingStub(io.grpc.Channel channel) { super(channel); } private ClusterBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected ClusterBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new ClusterBlockingStub(channel, callOptions); } } /** *
   * Cluster defines communication between cluster members.
   * 
*/ public static final class ClusterFutureStub extends io.grpc.stub.AbstractStub { private ClusterFutureStub(io.grpc.Channel channel) { super(channel); } private ClusterFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected ClusterFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new ClusterFutureStub(channel, callOptions); } } private static final int METHODID_STEP = 0; 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 ClusterImplBase serviceImpl; private final int methodId; MethodHandlers(ClusterImplBase 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) { 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_STEP: return (io.grpc.stub.StreamObserver) serviceImpl.step( (io.grpc.stub.StreamObserver) responseObserver); default: throw new AssertionError(); } } } private static abstract class ClusterBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { ClusterBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return org.hyperledger.fabric.protos.orderer.ClusterOuterClass.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("Cluster"); } } private static final class ClusterFileDescriptorSupplier extends ClusterBaseDescriptorSupplier { ClusterFileDescriptorSupplier() {} } private static final class ClusterMethodDescriptorSupplier extends ClusterBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final String methodName; ClusterMethodDescriptorSupplier(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 (ClusterGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new ClusterFileDescriptorSupplier()) .addMethod(getStepMethod()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy