Package | Description |
---|---|
org.modeshape.jcr.spi.index.provider |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IndexProvider.onEachIndex(IndexProvider.ManagedIndexOperation op)
Perform the specified operation on each of the managed indexes.
|
protected void |
IndexProvider.onEachIndexInWorkspace(String workspaceName,
IndexProvider.ManagedIndexOperation op)
Perform the specified operation on each of the managed indexes in the named workspace.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.