Package org.apache.storm.generated
Class Nimbus.AsyncProcessor.getUserTopology<I extends Nimbus.AsyncIface>
- java.lang.Object
-
- org.apache.storm.thrift.AsyncProcessFunction<I,Nimbus.getUserTopology_args,StormTopology>
-
- org.apache.storm.generated.Nimbus.AsyncProcessor.getUserTopology<I>
-
- Enclosing class:
- Nimbus.AsyncProcessor<I extends Nimbus.AsyncIface>
public static class Nimbus.AsyncProcessor.getUserTopology<I extends Nimbus.AsyncIface> extends org.apache.storm.thrift.AsyncProcessFunction<I,Nimbus.getUserTopology_args,StormTopology>
-
-
Constructor Summary
Constructors Constructor Description getUserTopology()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nimbus.getUserTopology_args
getEmptyArgsInstance()
org.apache.storm.thrift.async.AsyncMethodCallback<StormTopology>
getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
protected boolean
isOneway()
void
start(I iface, Nimbus.getUserTopology_args args, org.apache.storm.thrift.async.AsyncMethodCallback<StormTopology> resultHandler)
-
-
-
Method Detail
-
getEmptyArgsInstance
public Nimbus.getUserTopology_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstance
in classorg.apache.storm.thrift.AsyncProcessFunction<I extends Nimbus.AsyncIface,Nimbus.getUserTopology_args,StormTopology>
-
getResultHandler
public org.apache.storm.thrift.async.AsyncMethodCallback<StormTopology> getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
- Specified by:
getResultHandler
in classorg.apache.storm.thrift.AsyncProcessFunction<I extends Nimbus.AsyncIface,Nimbus.getUserTopology_args,StormTopology>
-
isOneway
protected boolean isOneway()
- Specified by:
isOneway
in classorg.apache.storm.thrift.AsyncProcessFunction<I extends Nimbus.AsyncIface,Nimbus.getUserTopology_args,StormTopology>
-
start
public void start(I iface, Nimbus.getUserTopology_args args, org.apache.storm.thrift.async.AsyncMethodCallback<StormTopology> resultHandler) throws org.apache.storm.thrift.TException
- Specified by:
start
in classorg.apache.storm.thrift.AsyncProcessFunction<I extends Nimbus.AsyncIface,Nimbus.getUserTopology_args,StormTopology>
- Throws:
org.apache.storm.thrift.TException
-
-