public class IndexModifiedEvent extends Object
Constructor and Description |
---|
IndexModifiedEvent(AbstractIndexDescriptor modifiedIndex)
The constructor of the event.
|
IndexModifiedEvent(BackendDescriptor backend)
The event will contain all the indexes in a given backend.
|
Modifier and Type | Method and Description |
---|---|
Set<AbstractIndexDescriptor> |
getIndexDescriptor()
Returns list of indexes that have been modified.
|
public IndexModifiedEvent(AbstractIndexDescriptor modifiedIndex)
modifiedIndex
- the modified indexes.public IndexModifiedEvent(BackendDescriptor backend)
backend
- the backend whose indexes have been modified.public Set<AbstractIndexDescriptor> getIndexDescriptor()
Copyright © 2010–2017 ForgeRock AS. All rights reserved.