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_NAME
The name of the option used to specify that the index is on the collection (map) entries.
|
static java.lang.String |
INDEX_KEYS_OPTION_NAME
The name of the option used to specify that the index is on the collection keys.
|
static java.lang.String |
INDEX_VALUES_OPTION_NAME
The name of the option used to specify that the index is on the collection values.
|
IndexTarget.Type |
type |
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_VALUES_OPTION_NAME
public static final java.lang.String INDEX_ENTRIES_OPTION_NAME
public final ColumnIdentifier column
public final IndexTarget.Type type
Copyright © 2015 The Apache Software Foundation