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