类 QueryGrpc
java.lang.Object
org.bdware.bdledger.api.grpc.pb.QueryGrpc
@Generated(value="by gRPC proto compiler (version 1.39.0)",
comments="Source: bdware/bdledger/api/query.proto")
public final class QueryGrpc
extends Object
-
嵌套类概要
修饰符和类型类说明static class
static class
static class
static class
-
字段概要
-
方法概要
修饰符和类型方法说明static io.grpc.MethodDescriptor<QueryProto.BlocksRequest,QueryProto.CountBlocksResponse>
static io.grpc.MethodDescriptor<QueryProto.TransactionsRequest,QueryProto.CountTransactionsResponse>
static io.grpc.MethodDescriptor<QueryProto.GetBlockByHashRequest,QueryProto.GetBlockByHashResponse>
static io.grpc.MethodDescriptor<QueryProto.BlocksRequest,QueryProto.GetBlocksResponse>
static io.grpc.MethodDescriptor<QueryProto.RecentBlocksRequest,QueryProto.GetBlocksResponse>
static io.grpc.MethodDescriptor<QueryProto.GetTransactionByBlockHashAndIndexRequest,QueryProto.GetTransactionByBlockHashAndIndexResponse>
static io.grpc.MethodDescriptor<QueryProto.GetTransactionByHashRequest,QueryProto.GetTransactionByHashResponse>
static io.grpc.MethodDescriptor<QueryProto.TransactionsRequest,QueryProto.GetTransactionsResponse>
static io.grpc.ServiceDescriptor
static QueryGrpc.QueryBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic QueryGrpc.QueryFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic QueryGrpc.QueryStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
字段详细资料
-
SERVICE_NAME
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
getGetBlockByHashMethod
public static io.grpc.MethodDescriptor<QueryProto.GetBlockByHashRequest,QueryProto.GetBlockByHashResponse> getGetBlockByHashMethod() -
getGetBlocksMethod
public static io.grpc.MethodDescriptor<QueryProto.BlocksRequest,QueryProto.GetBlocksResponse> getGetBlocksMethod() -
getCountBlocksMethod
public static io.grpc.MethodDescriptor<QueryProto.BlocksRequest,QueryProto.CountBlocksResponse> getCountBlocksMethod() -
getGetRecentBlocksMethod
public static io.grpc.MethodDescriptor<QueryProto.RecentBlocksRequest,QueryProto.GetBlocksResponse> getGetRecentBlocksMethod() -
getGetTransactionByHashMethod
public static io.grpc.MethodDescriptor<QueryProto.GetTransactionByHashRequest,QueryProto.GetTransactionByHashResponse> getGetTransactionByHashMethod() -
getGetTransactionByBlockHashAndIndexMethod
public static io.grpc.MethodDescriptor<QueryProto.GetTransactionByBlockHashAndIndexRequest,QueryProto.GetTransactionByBlockHashAndIndexResponse> getGetTransactionByBlockHashAndIndexMethod() -
getGetTransactionsMethod
public static io.grpc.MethodDescriptor<QueryProto.TransactionsRequest,QueryProto.GetTransactionsResponse> getGetTransactionsMethod() -
getCountTransactionsMethod
public static io.grpc.MethodDescriptor<QueryProto.TransactionsRequest,QueryProto.CountTransactionsResponse> getCountTransactionsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-