Uses of Class
org.aksw.iguana.cc.worker.LatencyStrategy
-
Packages that use LatencyStrategy Package Description org.aksw.iguana.cc.worker -
-
Uses of LatencyStrategy in org.aksw.iguana.cc.worker
Methods in org.aksw.iguana.cc.worker that return LatencyStrategy Modifier and Type Method Description static LatencyStrategy
LatencyStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LatencyStrategy[]
LatencyStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-