Class UxJoin


  • public final class UxJoin
    extends Object
    • Constructor Detail

      • UxJoin

        public UxJoin​(String file)
    • Method Detail

      • searchAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAsync​(io.vertx.core.json.JsonObject params)
      • searchAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> searchAsync​(io.vertx.up.atom.query.engine.Qr qr)
      • countAsync

        public io.vertx.core.Future<Long> countAsync​(io.vertx.core.json.JsonObject params)
      • countAsync

        public io.vertx.core.Future<Long> countAsync​(io.vertx.up.atom.query.engine.Qr qr)
      • fetch

        public io.vertx.core.json.JsonArray fetch​(io.vertx.up.atom.query.engine.Qr qr)
      • fetch

        public io.vertx.core.json.JsonArray fetch​(io.vertx.core.json.JsonObject params)
      • fetchAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync​(io.vertx.up.atom.query.engine.Qr qr)
      • fetchAsync

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync​(io.vertx.core.json.JsonObject params)