Uses of Class
io.trino.plugin.accumulo.metadata.AccumuloTable
Packages that use AccumuloTable
Package
Description
-
Uses of AccumuloTable in io.trino.plugin.accumulo
Methods in io.trino.plugin.accumulo that return AccumuloTableModifier and TypeMethodDescriptionAccumuloMetadataManager.createTable(ConnectorTableMetadata meta) AccumuloMetadataManager.getTable(SchemaTableName table) Methods in io.trino.plugin.accumulo with parameters of type AccumuloTableModifier and TypeMethodDescriptionvoidAccumuloMetadataManager.dropTable(AccumuloTable table) voidAccumuloMetadataManager.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 AccumuloTableModifier and TypeMethodDescriptionIndexer.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 Map.Entry<byte[], byte[]> Indexer.getMinMaxRowIds(org.apache.accumulo.core.client.AccumuloClient connector, AccumuloTable table, org.apache.accumulo.core.security.Authorizations auths) Constructors in io.trino.plugin.accumulo.index with parameters of type AccumuloTableModifierConstructorDescriptionIndexer(org.apache.accumulo.core.client.AccumuloClient client, 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 AccumuloTableModifierConstructorDescriptionAccumuloPageSink(org.apache.accumulo.core.client.AccumuloClient client, AccumuloTable table, String username) -
Uses of AccumuloTable in io.trino.plugin.accumulo.metadata
Methods in io.trino.plugin.accumulo.metadata that return AccumuloTableMethods in io.trino.plugin.accumulo.metadata with parameters of type AccumuloTableModifier and TypeMethodDescriptionvoidZooKeeperMetadataManager.createTableMetadata(AccumuloTable table)