@Generated(value="by gRPC proto compiler (version 1.9.0)", comments="Source: api/api.proto") public final class DatabaseGrpc extends Object
the api of org.tron's db
Modifier and Type | Class and Description |
---|---|
static class |
DatabaseGrpc.DatabaseBlockingStub
the api of org.tron's db
|
static class |
DatabaseGrpc.DatabaseFutureStub
the api of org.tron's db
|
static class |
DatabaseGrpc.DatabaseImplBase
the api of org.tron's db
|
static class |
DatabaseGrpc.DatabaseStub
the api of org.tron's db
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> |
METHOD_GET_BLOCK_BY_NUM
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.BlockReference> |
METHOD_GET_BLOCK_REFERENCE
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.DynamicProperties> |
METHOD_GET_DYNAMIC_PROPERTIES
Deprecated.
|
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> |
METHOD_GET_NOW_BLOCK
Deprecated.
|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> |
getGetBlockByNumMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.BlockReference> |
getGetBlockReferenceMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.DynamicProperties> |
getGetDynamicPropertiesMethod() |
static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> |
getGetNowBlockMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static DatabaseGrpc.DatabaseBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static DatabaseGrpc.DatabaseFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static DatabaseGrpc.DatabaseStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.BlockReference> METHOD_GET_BLOCK_REFERENCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.DynamicProperties> METHOD_GET_DYNAMIC_PROPERTIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> METHOD_GET_NOW_BLOCK
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> METHOD_GET_BLOCK_BY_NUM
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,GrpcAPI.BlockReference> getGetBlockReferenceMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.DynamicProperties> getGetDynamicPropertiesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.EmptyMessage,Protocol.Block> getGetNowBlockMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GrpcAPI.NumberMessage,Protocol.Block> getGetBlockByNumMethod()
public static DatabaseGrpc.DatabaseStub newStub(io.grpc.Channel channel)
public static DatabaseGrpc.DatabaseBlockingStub newBlockingStub(io.grpc.Channel channel)
public static DatabaseGrpc.DatabaseFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020. All rights reserved.