public class CassandraIndexHelper extends Object
| Constructor and Description |
|---|
CassandraIndexHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.cassandra.thrift.IndexType |
getIndexType(String indexType) |
static String |
getInvertedIndexTableName(String tableName)
Generates inverted index table name for a given table
|
static boolean |
isInvertedIndexingApplicable(EntityMetadata m,
boolean useSecondryIndex)
Checks whether Inverted indexing is applicable for a given entity whose
metadata is passed as parameter
|
public static String getInvertedIndexTableName(String tableName)
tableName - public static boolean isInvertedIndexingApplicable(EntityMetadata m, boolean useSecondryIndex)
m - public static org.apache.cassandra.thrift.IndexType getIndexType(String indexType)
indexType - Copyright © 2016. All Rights Reserved.