Uses of Class
io.trino.plugin.accumulo.metadata.AccumuloTable
-
Packages that use AccumuloTable Package Description io.trino.plugin.accumulo io.trino.plugin.accumulo.index io.trino.plugin.accumulo.io io.trino.plugin.accumulo.metadata -
-
Uses of AccumuloTable in io.trino.plugin.accumulo
Methods in io.trino.plugin.accumulo that return AccumuloTable Modifier and Type Method Description AccumuloTableAccumuloClient. createTable(ConnectorTableMetadata meta)AccumuloTableAccumuloClient. getTable(SchemaTableName table)Methods in io.trino.plugin.accumulo with parameters of type AccumuloTable Modifier and Type Method Description voidAccumuloClient. dropTable(AccumuloTable table)voidAccumuloClient. renameColumn(AccumuloTable table, String source, String target) -
Uses of AccumuloTable in io.trino.plugin.accumulo.index
Methods in io.trino.plugin.accumulo.index with parameters of type AccumuloTable Modifier and Type Method Description static Map<String,Set<org.apache.hadoop.io.Text>>Indexer. getLocalityGroups(AccumuloTable table)Gets a set of locality groups that should be added to the index table (not the metrics table).static Collection<org.apache.accumulo.core.client.IteratorSetting>Indexer. getMetricIterators(AccumuloTable table)Gets a collection of iterator settings that should be added to the metric table for the given Accumulo table.static org.apache.commons.lang3.tuple.Pair<byte[],byte[]>Indexer. getMinMaxRowIds(org.apache.accumulo.core.client.Connector connector, AccumuloTable table, org.apache.accumulo.core.security.Authorizations auths)Constructors in io.trino.plugin.accumulo.index with parameters of type AccumuloTable Constructor Description Indexer(org.apache.accumulo.core.client.Connector connector, org.apache.accumulo.core.security.Authorizations auths, AccumuloTable table, org.apache.accumulo.core.client.BatchWriterConfig writerConfig) -
Uses of AccumuloTable in io.trino.plugin.accumulo.io
Constructors in io.trino.plugin.accumulo.io with parameters of type AccumuloTable Constructor Description AccumuloPageSink(org.apache.accumulo.core.client.Connector connector, AccumuloTable table, String username) -
Uses of AccumuloTable in io.trino.plugin.accumulo.metadata
Methods in io.trino.plugin.accumulo.metadata that return AccumuloTable Modifier and Type Method Description AccumuloTableZooKeeperMetadataManager. getTable(SchemaTableName stName)Methods in io.trino.plugin.accumulo.metadata with parameters of type AccumuloTable Modifier and Type Method Description voidZooKeeperMetadataManager. createTableMetadata(AccumuloTable table)
-