Interface JCRIndexingQueueDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<JCRIndexQueueEntity,Long>
- All Known Implementing Classes:
JCRIndexingQueueDAOImpl
public interface JCRIndexingQueueDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<JCRIndexQueueEntity,Long>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteOperationsByJCRUUID(String removeNodeUUID) findAllOperationExecutedByClusterNode(String oldClusterNodeName, String clusterNodeName, long lastExecutedId, int offset, int limit) findAllOperationNotExecutedByClusterNode(int offset, int limit, String clusterNodeName) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findAllOperationNotExecutedByClusterNode
List<JCRIndexQueueEntity> findAllOperationNotExecutedByClusterNode(int offset, int limit, String clusterNodeName) -
findAllOperationExecutedByClusterNode
List<JCRIndexQueueEntity> findAllOperationExecutedByClusterNode(String oldClusterNodeName, String clusterNodeName, long lastExecutedId, int offset, int limit) -
deleteOperationsByJCRUUID
-