Class LinkService

java.lang.Object
cn.vertxup.ambient.service.linkage.LinkService
All Implemented Interfaces:
LinkStub

public class LinkService extends Object implements LinkStub
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    create(io.vertx.core.json.JsonObject data, boolean vector)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetchByType(String type, String sigma)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetchNorm(String sourceKey, String targetKey)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    saving(io.vertx.core.json.JsonArray batchData, boolean vector)
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    syncB(io.vertx.core.json.JsonArray data, io.vertx.core.json.JsonArray removed)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LinkService

      public LinkService()
  • Method Details

    • 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