Package org.apache.thrift.async
Class TAsyncClientManager
- java.lang.Object
-
- org.apache.thrift.async.TAsyncClientManager
-
public class TAsyncClientManager extends java.lang.Object
Contains 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 void
call(TAsyncMethodCall method)
boolean
isRunning()
void
stop()
-
-
-
Method Detail
-
call
public void call(TAsyncMethodCall method) throws TException
- Throws:
TException
-
stop
public void stop()
-
isRunning
public boolean isRunning()
-
-