Package org.apache.storm.daemon.drpc
Class DRPCThrift
java.lang.Object
org.apache.storm.daemon.drpc.DRPCThrift
- All Implemented Interfaces:
- DistributedRPC.Iface,- DistributedRPCInvocations.Iface
public class DRPCThrift
extends Object
implements DistributedRPC.Iface, DistributedRPCInvocations.Iface
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfailRequest(String id) voidfetchRequest(String functionName) void
- 
Constructor Details- 
DRPCThrift
 
- 
- 
Method Details- 
result- Specified by:
- resultin interface- DistributedRPCInvocations.Iface
- Throws:
- AuthorizationException
 
- 
fetchRequest- Specified by:
- fetchRequestin interface- DistributedRPCInvocations.Iface
- Throws:
- AuthorizationException
 
- 
failRequest- Specified by:
- failRequestin interface- DistributedRPCInvocations.Iface
- Throws:
- AuthorizationException
 
- 
failRequestV2- Specified by:
- failRequestV2in interface- DistributedRPCInvocations.Iface
- Throws:
- AuthorizationException
 
- 
executepublic String execute(String functionName, String funcArgs) throws DRPCExecutionException, AuthorizationException - Specified by:
- executein interface- DistributedRPC.Iface
- Throws:
- DRPCExecutionException
- AuthorizationException
 
 
-