Package org.apache.storm.generated
Class DistributedRPCInvocations.Processor.failRequestV2<I extends DistributedRPCInvocations.Iface>
- java.lang.Object
-
- org.apache.storm.thrift.ProcessFunction<I,DistributedRPCInvocations.failRequestV2_args>
-
- org.apache.storm.generated.DistributedRPCInvocations.Processor.failRequestV2<I>
-
- Enclosing class:
- DistributedRPCInvocations.Processor<I extends DistributedRPCInvocations.Iface>
public static class DistributedRPCInvocations.Processor.failRequestV2<I extends DistributedRPCInvocations.Iface> extends org.apache.storm.thrift.ProcessFunction<I,DistributedRPCInvocations.failRequestV2_args>
-
-
Constructor Summary
Constructors Constructor Description failRequestV2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributedRPCInvocations.failRequestV2_args
getEmptyArgsInstance()
DistributedRPCInvocations.failRequestV2_result
getResult(I iface, DistributedRPCInvocations.failRequestV2_args args)
protected boolean
isOneway()
protected boolean
rethrowUnhandledExceptions()
-
-
-
Method Detail
-
getEmptyArgsInstance
public DistributedRPCInvocations.failRequestV2_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstance
in classorg.apache.storm.thrift.ProcessFunction<I extends DistributedRPCInvocations.Iface,DistributedRPCInvocations.failRequestV2_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOneway
in classorg.apache.storm.thrift.ProcessFunction<I extends DistributedRPCInvocations.Iface,DistributedRPCInvocations.failRequestV2_args>
-
rethrowUnhandledExceptions
protected boolean rethrowUnhandledExceptions()
- Overrides:
rethrowUnhandledExceptions
in classorg.apache.storm.thrift.ProcessFunction<I extends DistributedRPCInvocations.Iface,DistributedRPCInvocations.failRequestV2_args>
-
getResult
public DistributedRPCInvocations.failRequestV2_result getResult(I iface, DistributedRPCInvocations.failRequestV2_args args) throws org.apache.storm.thrift.TException
- Specified by:
getResult
in classorg.apache.storm.thrift.ProcessFunction<I extends DistributedRPCInvocations.Iface,DistributedRPCInvocations.failRequestV2_args>
- Throws:
org.apache.storm.thrift.TException
-
-