Interface RqueueQDetailService
- All Known Implementing Classes:
RqueueQDetailServiceImpl
public interface RqueueQDetailService
-
Method Summary
Modifier and TypeMethodDescriptiongetExplorePageData(String src, String name, DataType type, int pageNumber, int itemPerPage) getNavTabs(QueueConfig queueConfig) getQueueDataStructureDetail(QueueConfig queueConfig) getQueueDataStructureDetails(List<QueueConfig> queueConfig) reactor.core.publisher.Mono<DataViewResponse>getReactiveExplorePageData(String src, String name, DataType type, int pageNumber, int itemPerPage) reactor.core.publisher.Mono<DataViewResponse>viewReactiveData(String name, DataType type, String key, int pageNumber, int itemPerPage)
-
Method Details
-
getQueueDataStructureDetails
Map<String,List<Map.Entry<NavTab, getQueueDataStructureDetailsRedisDataDetail>>> (List<QueueConfig> queueConfig) -
getQueueDataStructureDetail
-
getExplorePageData
DataViewResponse getExplorePageData(String src, String name, DataType type, int pageNumber, int itemPerPage) -
viewData
-
getRunningTasks
-
getWaitingTasks
-
getScheduledTasks
-
getDeadLetterTasks
-
getReactiveExplorePageData
reactor.core.publisher.Mono<DataViewResponse> getReactiveExplorePageData(String src, String name, DataType type, int pageNumber, int itemPerPage) -
viewReactiveData
reactor.core.publisher.Mono<DataViewResponse> viewReactiveData(String name, DataType type, String key, int pageNumber, int itemPerPage)
-