@ThreadSafe public class ComparedIndex extends Object implements SchemaElementComparison.IndexComparison
SchemaElementComparison.ColumnComparison, SchemaElementComparison.ComparisonResult, SchemaElementComparison.IndexComparison
Constructor and Description |
---|
ComparedIndex(String indexName,
com.atlassian.fugue.Maybe<IndexDescriptor> expected,
com.atlassian.fugue.Maybe<IndexDescriptor> actual) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Maybe<String> |
getActual()
Deprecated.
since 7.0.1. Use
SchemaElementComparison.actual() |
com.atlassian.fugue.Maybe<String> |
getExpected()
Deprecated.
since 7.0.1. Use
SchemaElementComparison.expected() |
String |
getIndexName() |
SchemaElementComparison.ComparisonResult |
getResult() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
actual, expected, getActual, getExpected, getResult
public ComparedIndex(String indexName, com.atlassian.fugue.Maybe<IndexDescriptor> expected, com.atlassian.fugue.Maybe<IndexDescriptor> actual)
public String getIndexName()
getIndexName
in interface SchemaElementComparison.IndexComparison
@Deprecated public com.atlassian.fugue.Maybe<String> getExpected()
SchemaElementComparison.expected()
getExpected
in interface SchemaElementComparison<String>
@Deprecated public com.atlassian.fugue.Maybe<String> getActual()
SchemaElementComparison.actual()
getActual
in interface SchemaElementComparison<String>
public SchemaElementComparison.ComparisonResult getResult()
getResult
in interface SchemaElementComparison<String>
Copyright © 2003–2020 Atlassian. All rights reserved.