public static class DistributedRPC.Client extends org.apache.thrift.TServiceClient implements DistributedRPC.Iface
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DistributedRPC.Client.Factory  | 
| Constructor and Description | 
|---|
Client(org.apache.thrift.protocol.TProtocol prot)  | 
Client(org.apache.thrift.protocol.TProtocol iprot,
      org.apache.thrift.protocol.TProtocol oprot)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
execute(String functionName,
       String funcArgs)  | 
String | 
recv_execute()  | 
void | 
send_execute(String functionName,
            String funcArgs)  | 
public Client(org.apache.thrift.protocol.TProtocol prot)
public Client(org.apache.thrift.protocol.TProtocol iprot,
              org.apache.thrift.protocol.TProtocol oprot)
public String execute(String functionName, String funcArgs) throws DRPCExecutionException, AuthorizationException, org.apache.thrift.TException
execute in interface DistributedRPC.IfaceDRPCExecutionExceptionAuthorizationExceptionorg.apache.thrift.TExceptionpublic void send_execute(String functionName, String funcArgs) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic String recv_execute() throws DRPCExecutionException, AuthorizationException, org.apache.thrift.TException
DRPCExecutionExceptionAuthorizationExceptionorg.apache.thrift.TExceptionCopyright © 2022 The Apache Software Foundation. All Rights Reserved.