Uses of Class
org.exoplatform.services.jcr.ext.index.persistent.entity.JCRIndexQueueEntity
-
Packages that use JCRIndexQueueEntity Package Description org.exoplatform.services.jcr.ext.index.persistent.api org.exoplatform.services.jcr.ext.index.persistent.impl -
-
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 JCRIndexQueueEntity Modifier and Type Method 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) -
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 JCRIndexQueueEntity Modifier and Type Method 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)Method parameters in org.exoplatform.services.jcr.ext.index.persistent.impl with type arguments of type JCRIndexQueueEntity Modifier and Type Method Description voidJCRIndexingServiceImpl. applyIndexChangesOnJCR(List<JCRIndexQueueEntity> indexingQueueEntities)Apply the changes coming from queue to JCR.
-