public class IndexInformationImpl extends java.lang.Object implements IndexInformation
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexInformationImpl.Builder |
| Constructor and Description |
|---|
IndexInformationImpl(Identifier indexIdentifier,
java.util.List<ColumnInformation> columnList) |
| Modifier and Type | Method and Description |
|---|---|
static IndexInformationImpl.Builder |
builder(Identifier indexIdentifier) |
java.util.List<ColumnInformation> |
getIndexedColumns()
Obtain the columns indexed under this index.
|
Identifier |
getIndexIdentifier()
Obtain the identifier for this index.
|
public IndexInformationImpl(Identifier indexIdentifier, java.util.List<ColumnInformation> columnList)
public Identifier getIndexIdentifier()
IndexInformationgetIndexIdentifier in interface IndexInformationpublic java.util.List<ColumnInformation> getIndexedColumns()
IndexInformationgetIndexedColumns in interface IndexInformationpublic static IndexInformationImpl.Builder builder(Identifier indexIdentifier)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.