Class MultiThriftServer<T extends ThriftServer>

    • Constructor Detail

      • MultiThriftServer

        public MultiThriftServer​(String name)
    • Method Detail

      • add

        public void add​(T thriftServer)
      • serve

        public void serve()
      • stop

        public void stop()
      • supportsWorkerTokens

        public boolean supportsWorkerTokens()
        Check if worker tokens are supported by any one of the thrift servers.
        Returns:
        true if any thrift server supports Worker Tokens.