public class DriftServer extends Object
| Constructor and Description |
|---|
DriftServer(ServerTransportFactory serverTransportFactory,
ThriftCodecManager codecManager,
MethodInvocationStatsFactory methodInvocationStatsFactory,
Set<DriftService> services,
Set<MethodInvocationFilter> filters) |
| Modifier and Type | Method and Description |
|---|---|
ServerTransport |
getServerTransport() |
void |
shutdown() |
void |
start() |
@Inject public DriftServer(ServerTransportFactory serverTransportFactory, ThriftCodecManager codecManager, MethodInvocationStatsFactory methodInvocationStatsFactory, Set<DriftService> services, Set<MethodInvocationFilter> filters)
public ServerTransport getServerTransport()
@PostConstruct public void start()
@PreDestroy public void shutdown()
Copyright © 2012–2018. All rights reserved.