Uses of Class
io.vertx.tp.ke.cv.em.JoinMode
-
Packages that use JoinMode Package Description io.vertx.tp.ke.atom.specification io.vertx.tp.ke.cv.em -
-
Uses of JoinMode in io.vertx.tp.ke.atom.specification
Methods in io.vertx.tp.ke.atom.specification that return JoinMode Modifier and Type Method Description JoinModeKPoint. modeSource()Get source configuration mode here for calculation.JoinModeKPoint. modeTarget()Get target configuration mode here for calculation. -
Uses of JoinMode in io.vertx.tp.ke.cv.em
Methods in io.vertx.tp.ke.cv.em that return JoinMode Modifier and Type Method Description static JoinModeJoinMode. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinMode[]JoinMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-