public class IndexTarget
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | IndexTarget.Raw | 
| static class  | IndexTarget.Type | 
| Modifier and Type | Field and Description | 
|---|---|
| ColumnIdentifier | column | 
| static java.lang.String | CUSTOM_INDEX_OPTION_NAME | 
| static java.lang.String | INDEX_ENTRIES_OPTION_NAMEThe name of the option used to specify that the index is on the collection (map) entries. | 
| static java.lang.String | INDEX_KEYS_OPTION_NAMEThe name of the option used to specify that the index is on the collection keys. | 
| boolean | quoteName | 
| static java.lang.String | TARGET_OPTION_NAME | 
| IndexTarget.Type | type | 
| Constructor and Description | 
|---|
| IndexTarget(ColumnIdentifier column,
           IndexTarget.Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | asCqlString(CFMetaData cfm) | 
public static final java.lang.String TARGET_OPTION_NAME
public static final java.lang.String CUSTOM_INDEX_OPTION_NAME
public static final java.lang.String INDEX_KEYS_OPTION_NAME
public static final java.lang.String INDEX_ENTRIES_OPTION_NAME
public final ColumnIdentifier column
public final boolean quoteName
public final IndexTarget.Type type
public IndexTarget(ColumnIdentifier column, IndexTarget.Type type)
public java.lang.String asCqlString(CFMetaData cfm)
Copyright © 2018 The Apache Software Foundation