Uses of Class
io.trino.plugin.accumulo.conf.AccumuloConfig
-
Packages that use AccumuloConfig Package Description io.trino.plugin.accumulo io.trino.plugin.accumulo.conf io.trino.plugin.accumulo.index io.trino.plugin.accumulo.io io.trino.plugin.accumulo.metadata -
-
Uses of AccumuloConfig in io.trino.plugin.accumulo
Constructors in io.trino.plugin.accumulo with parameters of type AccumuloConfig Constructor Description AccumuloClient(org.apache.accumulo.core.client.Connector connector, AccumuloConfig config, ZooKeeperMetadataManager metaManager, AccumuloTableManager tableManager, IndexLookup indexLookup) -
Uses of AccumuloConfig in io.trino.plugin.accumulo.conf
Methods in io.trino.plugin.accumulo.conf that return AccumuloConfig Modifier and Type Method Description AccumuloConfigAccumuloConfig. setInstance(String instance)AccumuloConfigAccumuloConfig. setPassword(String password)AccumuloConfigAccumuloConfig. setUsername(String username)AccumuloConfigAccumuloConfig. setZooKeepers(String zooKeepers) -
Uses of AccumuloConfig in io.trino.plugin.accumulo.index
Constructors in io.trino.plugin.accumulo.index with parameters of type AccumuloConfig Constructor Description ColumnCardinalityCache(org.apache.accumulo.core.client.Connector connector, AccumuloConfig config) -
Uses of AccumuloConfig in io.trino.plugin.accumulo.io
Constructors in io.trino.plugin.accumulo.io with parameters of type AccumuloConfig Constructor Description AccumuloPageSinkProvider(org.apache.accumulo.core.client.Connector connector, AccumuloConfig config, AccumuloClient client)AccumuloRecordSetProvider(org.apache.accumulo.core.client.Connector connector, AccumuloConfig config) -
Uses of AccumuloConfig in io.trino.plugin.accumulo.metadata
Constructors in io.trino.plugin.accumulo.metadata with parameters of type AccumuloConfig Constructor Description ZooKeeperMetadataManager(AccumuloConfig config, TypeManager typeManager)
-