Uses of Class
io.trino.plugin.phoenix5.PhoenixConfig
-
Uses of PhoenixConfig in io.trino.plugin.phoenix5
Methods in io.trino.plugin.phoenix5 that return PhoenixConfigModifier and TypeMethodDescriptionPhoenixConfig.setConnectionUrl(String connectionUrl) PhoenixConfig.setMaxScansPerSplit(int scansPerSplit) PhoenixConfig.setResourceConfigFiles(String files) PhoenixConfig.setReuseConnection(boolean reuseConnection) Methods in io.trino.plugin.phoenix5 with parameters of type PhoenixConfigModifier and TypeMethodDescriptionPhoenixClientModule.getConnectionFactory(PhoenixConfig config) static PropertiesPhoenixClientModule.getConnectionProperties(PhoenixConfig config) Constructors in io.trino.plugin.phoenix5 with parameters of type PhoenixConfigModifierConstructorDescriptionPhoenixClient(PhoenixConfig config, ConnectionFactory connectionFactory, QueryBuilder queryBuilder, IdentifierMapping identifierMapping, RemoteQueryModifier queryModifier) PhoenixSessionProperties(PhoenixConfig phoenixConfig)