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