public interface IndexDefinitionChanges
IndexDefinition
s.Modifier and Type | Method and Description |
---|---|
Set<String> |
getRemovedIndexDefinitions()
Get the names of the
IndexDefinition s that were removed. |
Map<String,IndexDefinition> |
getUpdatedIndexDefinitions()
Get the
IndexDefinition s that were added or updated. |
Map<String,IndexDefinition> getUpdatedIndexDefinitions()
IndexDefinition
s that were added or updated.Set<String> getRemovedIndexDefinitions()
IndexDefinition
s that were removed.Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.