|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use THsHaServer.Options | |
|---|---|
| org.apache.thrift.server | |
| Uses of THsHaServer.Options in org.apache.thrift.server |
|---|
| Constructors in org.apache.thrift.server with parameters of type THsHaServer.Options | |
|---|---|
THsHaServer(TProcessorFactory processorFactory,
TNonblockingServerTransport serverTransport,
TFramedTransport.Factory transportFactory,
TProtocolFactory protocolFactory,
THsHaServer.Options options)
Create server with specified processor factory, server transport, in/out transport factory, in/out protocol factory, and server options. |
|
THsHaServer(TProcessorFactory processorFactory,
TNonblockingServerTransport serverTransport,
TFramedTransport.Factory outputTransportFactory,
TProtocolFactory inputProtocolFactory,
TProtocolFactory outputProtocolFactory,
THsHaServer.Options options)
Create server with every option fully specified, with an internally managed ExecutorService |
|
THsHaServer(TProcessorFactory processorFactory,
TNonblockingServerTransport serverTransport,
THsHaServer.Options options)
Create server with specified processor factory, server transport, and server options. |
|
THsHaServer(TProcessor processor,
TNonblockingServerTransport serverTransport,
THsHaServer.Options options)
Create server with given processor, server transport, and server options using TBinaryProtocol for the protocol, and TFramedTransport.Factory on both input and output transports. |
|
THsHaServer(TProcessor processor,
TNonblockingServerTransport serverTransport,
TProtocolFactory protocolFactory,
THsHaServer.Options options)
Server with specified processor, server transport, and in/out protocol factory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||