Package io.appform.ranger.core.util
Class FinderUtils
java.lang.Object
io.appform.ranger.core.util.FinderUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<ServiceNode<T>>filterValidNodes(Service service, Collection<ServiceNode<T>> serviceNodes, long healthcheckZombieCheckThresholdTime) static <T> booleanisValidNode(Service service, long healthcheckZombieCheckThresholdTime, ServiceNode<T> serviceNode)
-
Constructor Details
-
FinderUtils
public FinderUtils()
-
-
Method Details
-
filterValidNodes
public static <T> List<ServiceNode<T>> filterValidNodes(Service service, Collection<ServiceNode<T>> serviceNodes, long healthcheckZombieCheckThresholdTime) -
isValidNode
public static <T> boolean isValidNode(Service service, long healthcheckZombieCheckThresholdTime, ServiceNode<T> serviceNode)
-