Uses of Class
de.hybris.platform.cluster.ClusterNodeInfo
Packages that use ClusterNodeInfo
-
Uses of ClusterNodeInfo in de.hybris.platform.cluster
Methods in de.hybris.platform.cluster that return ClusterNodeInfoModifier and TypeMethodDescriptionClusterNodeDAO.get(int id) DefaultClusterNodeDAO.get(int id) protected ClusterNodeInfoDefaultClusterNodeDAO.getNextStaleNodeIDToReUse(Collection<ClusterNodeInfo> all) ClusterNodeAcquisition.getNode()Methods in de.hybris.platform.cluster that return types with arguments of type ClusterNodeInfoModifier and TypeMethodDescriptionClusterNodeDAO.findAll()DefaultClusterNodeDAO.findAll()default Collection<ClusterNodeInfo>ClusterNodeManagementService.findAllNodes()DefaultClusterNodeManagementService.findAllNodes()ClusterNodeDAO.findStaleNodes()DefaultClusterNodeDAO.findStaleNodes()Methods in de.hybris.platform.cluster with parameters of type ClusterNodeInfoModifier and TypeMethodDescriptionClusterNodeDAO.acquireNodeID(ClusterNodeInfo newInfoTemplate) DefaultClusterNodeDAO.acquireNodeID(ClusterNodeInfo newInfoTemplate) protected booleanDefaultClusterNodeDAO.insert(int id, ClusterNodeInfo newInfoTemplate) protected booleanDefaultClusterNodeDAO.reset(ClusterNodeInfo toReset, ClusterNodeInfo ownTemplate, long newPingTS) Method parameters in de.hybris.platform.cluster with type arguments of type ClusterNodeInfoModifier and TypeMethodDescriptionprotected ClusterNodeInfoDefaultClusterNodeDAO.getNextStaleNodeIDToReUse(Collection<ClusterNodeInfo> all) protected intDefaultClusterNodeDAO.getNextUnusedID(Collection<ClusterNodeInfo> all) Constructors in de.hybris.platform.cluster with parameters of type ClusterNodeInfoModifierConstructorDescription -
Uses of ClusterNodeInfo in de.hybris.platform.cronjob
Methods in de.hybris.platform.cronjob that return types with arguments of type ClusterNodeInfoModifier and TypeMethodDescriptionprotected Collection<ClusterNodeInfo>StaleCronJobUnlocker.getAllNodes()protected Collection<ClusterNodeInfo>StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.getAllNodes()protected Predicate<ClusterNodeInfo>StaleCronJobUnlocker.getStaleNodePredicate(Instant staleNodePingTsThreshold, Instant staleNodePingTsCutoff) Method parameters in de.hybris.platform.cronjob with type arguments of type ClusterNodeInfoModifier and TypeMethodDescriptionStaleCronJobUnlocker.getNodeIds(Collection<ClusterNodeInfo> nodes) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.getNodeIds(Collection<ClusterNodeInfo> nodes) StaleCronJobUnlocker.getStaleNodeIds(Collection<ClusterNodeInfo> allNodes, Predicate<ClusterNodeInfo> staleNodePredicate) StaleCronJobUnlocker.getStaleNodeIds(Collection<ClusterNodeInfo> allNodes, Predicate<ClusterNodeInfo> staleNodePredicate) StaleCronJobUnlocker.getStaleNodeIds(Predicate<ClusterNodeInfo> staleNodePredicate) Deprecated, for removal: This API element is subject to removal in a future version.StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.getStaleNodeIds(Collection<ClusterNodeInfo> allNodes, Predicate<ClusterNodeInfo> staleNodePredicate) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.getStaleNodeIds(Collection<ClusterNodeInfo> allNodes, Predicate<ClusterNodeInfo> staleNodePredicate) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withGetAllNodesSupplier(Supplier<Collection<ClusterNodeInfo>> getAllNodesSupplier) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withGetNodesIdsFunction(Function<Collection<ClusterNodeInfo>, List<Integer>> getNodesIdsFunction) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withGetStaleNodesIdsFunction(BiFunction<Collection<ClusterNodeInfo>, Predicate<ClusterNodeInfo>, List<Integer>> f) StaleCronJobUnlockerTest.TestStaleCronJobUnlocker.Builder.withGetStaleNodesIdsFunction(BiFunction<Collection<ClusterNodeInfo>, Predicate<ClusterNodeInfo>, List<Integer>> f)
StaleCronJobUnlocker.getStaleNodeIds(Collection, Predicate)