public class ReindexResource extends Object
| Constructor and Description |
|---|
ReindexResource(RestHelperWrapper restHelperWrapper,
IndexerManager indexerManager) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getReindexInfo(javax.ws.rs.core.UriInfo uriInfo)
Returns status of the current indexing operation.
|
javax.ws.rs.core.Response |
reindex(javax.ws.rs.core.UriInfo uriInfo,
List<String> requestedIndexers)
Kicks off a reindex.
|
public ReindexResource(RestHelperWrapper restHelperWrapper, IndexerManager indexerManager)
public javax.ws.rs.core.Response reindex(@Context
javax.ws.rs.core.UriInfo uriInfo,
List<String> requestedIndexers)
public javax.ws.rs.core.Response getReindexInfo(@Context
javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.