Package com.mapd.thrift.server
Class MapD.AsyncProcessor.get_heap_profile<I extends MapD.AsyncIface>
- java.lang.Object
-
- org.apache.thrift.AsyncProcessFunction<I,MapD.get_heap_profile_args,String>
-
- com.mapd.thrift.server.MapD.AsyncProcessor.get_heap_profile<I>
-
- Enclosing class:
- MapD.AsyncProcessor<I extends MapD.AsyncIface>
public static class MapD.AsyncProcessor.get_heap_profile<I extends MapD.AsyncIface> extends org.apache.thrift.AsyncProcessFunction<I,MapD.get_heap_profile_args,String>
-
-
Constructor Summary
Constructors Constructor Description get_heap_profile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapD.get_heap_profile_argsgetEmptyArgsInstance()org.apache.thrift.async.AsyncMethodCallback<String>getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)protected booleanisOneway()voidstart(I iface, MapD.get_heap_profile_args args, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler)
-
-
-
Method Detail
-
getEmptyArgsInstance
public MapD.get_heap_profile_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.AsyncProcessFunction<I extends MapD.AsyncIface,MapD.get_heap_profile_args,String>
-
getResultHandler
public org.apache.thrift.async.AsyncMethodCallback<String> getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
- Specified by:
getResultHandlerin classorg.apache.thrift.AsyncProcessFunction<I extends MapD.AsyncIface,MapD.get_heap_profile_args,String>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.AsyncProcessFunction<I extends MapD.AsyncIface,MapD.get_heap_profile_args,String>
-
start
public void start(I iface, MapD.get_heap_profile_args args, org.apache.thrift.async.AsyncMethodCallback<String> resultHandler) throws org.apache.thrift.TException
- Specified by:
startin classorg.apache.thrift.AsyncProcessFunction<I extends MapD.AsyncIface,MapD.get_heap_profile_args,String>- Throws:
org.apache.thrift.TException
-
-