Class LinkService

    • Constructor Detail

      • LinkService

        public LinkService()
    • Method Detail

      • fetchByType

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchByType​(String type,
                                                                              String sigma)
        Specified by:
        fetchByType in interface LinkStub
      • fetchNorm

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchNorm​(String sourceKey,
                                                                            String targetKey)
        Specified by:
        fetchNorm in interface LinkStub
      • saving

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> saving​(io.vertx.core.json.JsonArray batchData,
                                                                         boolean vector)
        Specified by:
        saving in interface LinkStub
      • syncB

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> syncB​(io.vertx.core.json.JsonArray data,
                                                                        io.vertx.core.json.JsonArray removed)
        Specified by:
        syncB in interface LinkStub
      • create

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> create​(io.vertx.core.json.JsonObject data,
                                                                          boolean vector)
        Specified by:
        create in interface LinkStub