|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.thrift.TServerCustomFactory
public class TServerCustomFactory
Helper implementation to create a thrift TServer based on one of the common types we support (sync, async, hsha), or a custom type by setting the fully qualified java class name in the rpc_server_type setting.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.cassandra.thrift.TServerFactory |
---|
TServerFactory.Args |
Constructor Summary | |
---|---|
TServerCustomFactory(java.lang.String serverType)
|
Method Summary | |
---|---|
org.apache.thrift.server.TServer |
buildTServer(TServerFactory.Args args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TServerCustomFactory(java.lang.String serverType)
Method Detail |
---|
public org.apache.thrift.server.TServer buildTServer(TServerFactory.Args args)
buildTServer
in interface TServerFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |