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()
IndexInformation
getIndexIdentifier
in interface IndexInformation
public java.util.List<ColumnInformation> getIndexedColumns()
IndexInformation
getIndexedColumns
in interface IndexInformation
public static IndexInformationImpl.Builder builder(Identifier indexIdentifier)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.