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