Modifier and Type | Class and Description |
---|---|
static class |
Indexes.IndexImpl.Builder
Builder to create a index.
|
Index.IndexType
Constructor and Description |
---|
IndexImpl(Index.IndexType indexType,
java.lang.String name,
java.lang.String[][] fieldNames)
The constructor of the index.
|
Modifier and Type | Method and Description |
---|---|
static Indexes.IndexImpl.Builder |
builder() |
java.lang.String[][] |
fieldNames() |
java.lang.String |
name() |
Index.IndexType |
type() |
public IndexImpl(Index.IndexType indexType, java.lang.String name, java.lang.String[][] fieldNames)
indexType
- The type of the indexname
- The name of the indexfieldNames
- The field names under the table contained in the index.public Index.IndexType type()
public java.lang.String name()
public java.lang.String[][] fieldNames()
fieldNames
in interface Index
public static Indexes.IndexImpl.Builder builder()