| Package | Description |
|---|---|
| org.exoplatform.services.jcr.ext.index.persistent.api | |
| org.exoplatform.services.jcr.ext.index.persistent.impl |
| Modifier and Type | Method and Description |
|---|---|
List<JCRIndexQueueEntity> |
JCRIndexingQueueDAO.findAllOperationExecutedByClusterNode(String oldClusterNodeName,
String clusterNodeName,
long lastExecutedId,
int offset,
int limit) |
List<JCRIndexQueueEntity> |
JCRIndexingQueueDAO.findAllOperationNotExecutedByClusterNode(int offset,
int limit,
String clusterNodeName) |
| Modifier and Type | Method and Description |
|---|---|
List<JCRIndexQueueEntity> |
JCRIndexingQueueDAOImpl.findAllOperationExecutedByClusterNode(String oldClusterNodeName,
String clusterNodeName,
long lastExecutedId,
int offset,
int limit) |
List<JCRIndexQueueEntity> |
JCRIndexingQueueDAOImpl.findAllOperationNotExecutedByClusterNode(int offset,
int limit,
String clusterNodeName) |
List<JCRIndexQueueEntity> |
JCRIndexingServiceImpl.findNextOperations(int offset,
int batchNumber) |
| Modifier and Type | Method and Description |
|---|---|
void |
JCRIndexingServiceImpl.applyIndexChangesOnJCR(List<JCRIndexQueueEntity> indexingQueueEntities)
Apply the changes coming from queue to JCR.
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.