public class CassandraMetadataProcessor extends Object implements org.teiid.translator.MetadataProcessor<CassandraConnection>
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWFILTERING |
| Constructor and Description |
|---|
CassandraMetadataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.teiid.metadata.MetadataFactory factory,
CassandraConnection connection)
Creates metadata from all column families in current keyspace.
|
@ExtensionMetadataProperty(applicable=org.teiid.metadata.Table.class,
datatype=java.lang.Boolean.class,
display="Allow Filtering",
description="This is to avoid the warning from Cassandra when it might not be able to execute the query in an efficient way",
required=false)
public static final String ALLOWFILTERING
public void process(org.teiid.metadata.MetadataFactory factory,
CassandraConnection connection)
throws org.teiid.translator.TranslatorException
process in interface org.teiid.translator.MetadataProcessor<CassandraConnection>org.teiid.translator.TranslatorExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.