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