JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
trino.spi
io.trino.spi.exchange
ExchangeManagerFactory
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getName()
create(Map, ExchangeManagerContext)
Interface ExchangeManagerFactory
public interface
ExchangeManagerFactory
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ExchangeManager
create
(
Map
<
String
,
String
> config,
ExchangeManagerContext
context)
String
getName
()
Method Details
getName
String
getName
()
create
ExchangeManager
create
(
Map
<
String
,
String
> config,
ExchangeManagerContext
context)