Package org.apache.thrift.async
Class TAsyncClientManager
- java.lang.Object
-
- org.apache.thrift.async.TAsyncClientManager
-
public class TAsyncClientManager extends java.lang.ObjectContains selector thread which transitions method call objects
-
-
Constructor Summary
Constructors Constructor Description TAsyncClientManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(TAsyncMethodCall method)booleanisRunning()voidstop()
-
-
-
Method Detail
-
call
public void call(TAsyncMethodCall method) throws TException
- Throws:
TException
-
stop
public void stop()
-
isRunning
public boolean isRunning()
-
-