public class CassandraMetadataProcessor extends Object implements MetadataProcessor<CassandraConnection>
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWFILTERING |
FQN, SOURCE_PREFIX| Constructor and Description |
|---|
CassandraMetadataProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(MetadataFactory factory,
CassandraConnection connection)
Creates metadata from all column families in current keyspace.
|
@ExtensionMetadataProperty(applicable=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(MetadataFactory factory, CassandraConnection connection) throws TranslatorException
process in interface MetadataProcessor<CassandraConnection>TranslatorExceptionCopyright © 2019. All rights reserved.