@Generated(value="by gRPC proto compiler (version 1.44.1)",
comments="Source: starlog/extent_server_service.proto")
public final class ExtentServerServiceGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtentServerServiceGrpc.ExtentServerServiceBlockingStub |
static class |
ExtentServerServiceGrpc.ExtentServerServiceFutureStub |
static class |
ExtentServerServiceGrpc.ExtentServerServiceImplBase |
static class |
ExtentServerServiceGrpc.ExtentServerServiceStub |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<AppendRequest,AppendResponse> |
getAppendMethod() |
static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> |
getCommitMethod() |
static io.grpc.MethodDescriptor<CreateExtentRequest,CreateExtentResponse> |
getCreateExtentMethod() |
static io.grpc.MethodDescriptor<GetEndRequest,GetEndResponse> |
getGetEndMethod() |
static io.grpc.MethodDescriptor<InactivateExtentRequest,InactivateExtentResponse> |
getInactivateExtentMethod() |
static io.grpc.MethodDescriptor<PurgeRequest,PurgeResponse> |
getPurgeMethod() |
static io.grpc.MethodDescriptor<ReadRequest,ReadResponse> |
getReadMethod() |
static io.grpc.MethodDescriptor<RemoveExtentRequest,RemoveExtentResponse> |
getRemoveExtentMethod() |
static io.grpc.MethodDescriptor<SealExtentRequest,SealExtentResponse> |
getSealExtentMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ExtentServerServiceGrpc.ExtentServerServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ExtentServerServiceGrpc.ExtentServerServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ExtentServerServiceGrpc.ExtentServerServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateExtentRequest,CreateExtentResponse> getCreateExtentMethod()
public static io.grpc.MethodDescriptor<RemoveExtentRequest,RemoveExtentResponse> getRemoveExtentMethod()
public static io.grpc.MethodDescriptor<SealExtentRequest,SealExtentResponse> getSealExtentMethod()
public static io.grpc.MethodDescriptor<InactivateExtentRequest,InactivateExtentResponse> getInactivateExtentMethod()
public static io.grpc.MethodDescriptor<AppendRequest,AppendResponse> getAppendMethod()
public static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> getCommitMethod()
public static io.grpc.MethodDescriptor<ReadRequest,ReadResponse> getReadMethod()
public static io.grpc.MethodDescriptor<PurgeRequest,PurgeResponse> getPurgeMethod()
public static io.grpc.MethodDescriptor<GetEndRequest,GetEndResponse> getGetEndMethod()
public static ExtentServerServiceGrpc.ExtentServerServiceStub newStub(io.grpc.Channel channel)
public static ExtentServerServiceGrpc.ExtentServerServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ExtentServerServiceGrpc.ExtentServerServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024. All rights reserved.