Uses of Class
org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
Packages that use JCRIndexQueueEntity
Package
Description
-
Uses of JCRIndexQueueEntity in org.exoplatform.services.jcr.ext.index.persistent.api
Methods in org.exoplatform.services.jcr.ext.index.persistent.api that return types with arguments of type JCRIndexQueueEntityModifier and TypeMethodDescriptionJCRIndexingQueueDAO.findAllOperationExecutedByClusterNode(String oldClusterNodeName, String clusterNodeName, long lastExecutedId, int offset, int limit) JCRIndexingQueueDAO.findAllOperationNotExecutedByClusterNode(int offset, int limit, String clusterNodeName) -
Uses of JCRIndexQueueEntity in org.exoplatform.services.jcr.ext.index.persistent.impl
Methods in org.exoplatform.services.jcr.ext.index.persistent.impl that return types with arguments of type JCRIndexQueueEntityModifier and TypeMethodDescriptionJCRIndexingQueueDAOImpl.findAllOperationExecutedByClusterNode(String oldClusterNodeName, String clusterNodeName, long lastExecutedId, int offset, int limit) JCRIndexingQueueDAOImpl.findAllOperationNotExecutedByClusterNode(int offset, int limit, String clusterNodeName) JCRIndexingServiceImpl.findNextOperations(int offset, int batchNumber) Method parameters in org.exoplatform.services.jcr.ext.index.persistent.impl with type arguments of type JCRIndexQueueEntityModifier and TypeMethodDescriptionvoidJCRIndexingServiceImpl.applyIndexChangesOnJCR(List<JCRIndexQueueEntity> indexingQueueEntities) Apply the changes coming from queue to JCR.