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 |
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() |
java.lang.String |
toString() |
public static final java.lang.String TARGET_OPTION_NAME
public static final java.lang.String CUSTOM_INDEX_OPTION_NAME
public final ColumnIdentifier column
public final IndexTarget.Type type
public IndexTarget(ColumnIdentifier column, IndexTarget.Type type)
Copyright © 2009-2021 The Apache Software Foundation