类 SyscallGrpc
java.lang.Object
com.baidu.xuper.contractpb.SyscallGrpc
public final class SyscallGrpc extends Object
xchain syscall service
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classSyscallGrpc.SyscallBlockingStubxchain syscall servicestatic classSyscallGrpc.SyscallFutureStubxchain syscall servicestatic classSyscallGrpc.SyscallImplBasexchain syscall servicestatic classSyscallGrpc.SyscallStubxchain syscall service -
字段概要
字段 修饰符和类型 字段 说明 static StringSERVICE_NAME -
方法概要
-
字段详细资料
-
SERVICE_NAME
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
getPutObjectMethod
public static io.grpc.MethodDescriptor<Contract.PutRequest,Contract.PutResponse> getPutObjectMethod() -
getGetObjectMethod
public static io.grpc.MethodDescriptor<Contract.GetRequest,Contract.GetResponse> getGetObjectMethod() -
getDeleteObjectMethod
public static io.grpc.MethodDescriptor<Contract.DeleteRequest,Contract.DeleteResponse> getDeleteObjectMethod() -
getNewIteratorMethod
public static io.grpc.MethodDescriptor<Contract.IteratorRequest,Contract.IteratorResponse> getNewIteratorMethod() -
getQueryTxMethod
public static io.grpc.MethodDescriptor<Contract.QueryTxRequest,Contract.QueryTxResponse> getQueryTxMethod() -
getQueryBlockMethod
public static io.grpc.MethodDescriptor<Contract.QueryBlockRequest,Contract.QueryBlockResponse> getQueryBlockMethod() -
getTransferMethod
public static io.grpc.MethodDescriptor<Contract.TransferRequest,Contract.TransferResponse> getTransferMethod() -
getContractCallMethod
public static io.grpc.MethodDescriptor<Contract.ContractCallRequest,Contract.ContractCallResponse> getContractCallMethod() -
getCrossContractQueryMethod
public static io.grpc.MethodDescriptor<Contract.CrossContractQueryRequest,Contract.CrossContractQueryResponse> getCrossContractQueryMethod() -
getGetAccountAddressesMethod
public static io.grpc.MethodDescriptor<Contract.GetAccountAddressesRequest,Contract.GetAccountAddressesResponse> getGetAccountAddressesMethod() -
getPingMethod
-
getPostLogMethod
public static io.grpc.MethodDescriptor<Contract.PostLogRequest,Contract.PostLogResponse> getPostLogMethod() -
getGetCallArgsMethod
public static io.grpc.MethodDescriptor<Contract.GetCallArgsRequest,Contract.CallArgs> getGetCallArgsMethod() -
getSetOutputMethod
public static io.grpc.MethodDescriptor<Contract.SetOutputRequest,Contract.SetOutputResponse> getSetOutputMethod() -
getEmitEventMethod
public static io.grpc.MethodDescriptor<Contract.EmitEventRequest,Contract.EmitEventResponse> getEmitEventMethod() -
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()
-