@ThreadSafe public class ThriftMethodProcessor extends Object
| Constructor and Description |
|---|
ThriftMethodProcessor(Object service,
String serviceName,
ThriftMethodMetadata methodMetadata,
ThriftCodecManager codecManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getQualifiedName() |
Class<?> |
getServiceClass() |
String |
getServiceName() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
process(org.apache.thrift.protocol.TProtocol in,
org.apache.thrift.protocol.TProtocol out,
int sequenceId,
ContextChain contextChain) |
public ThriftMethodProcessor(Object service, String serviceName, ThriftMethodMetadata methodMetadata, ThriftCodecManager codecManager)
public String getName()
public Class<?> getServiceClass()
public String getServiceName()
public String getQualifiedName()
public com.google.common.util.concurrent.ListenableFuture<Boolean> process(org.apache.thrift.protocol.TProtocol in, org.apache.thrift.protocol.TProtocol out, int sequenceId, ContextChain contextChain) throws Exception
ExceptionCopyright © 2012–2015 Facebook, Inc.. All rights reserved.