Class KJoin
- java.lang.Object
-
- io.vertx.tp.ke.atom.specification.KJoin
-
- All Implemented Interfaces:
Serializable
public class KJoin extends Object implements Serializable
## 「Pojo」Join Configuration- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KJoin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddataCond(io.vertx.core.json.JsonObject ds, KPoint target, io.vertx.core.json.JsonObject data)voiddataIn(io.vertx.core.json.JsonObject ds, KPoint target, io.vertx.core.json.JsonObject data)key -> keyJoinvoiddataOut(io.vertx.core.json.JsonObject ds, KPoint target, io.vertx.core.json.JsonObject data)keyJoin -> keyKPointgetSource()ConcurrentMap<String,KPoint>getTarget()StringgetTargetIndent()KPointpoint(io.vertx.core.json.JsonArray data)KPointpoint(io.vertx.core.json.JsonObject data)KPointpoint(String identifier)voidsetSource(KPoint source)voidsetTarget(ConcurrentMap<String,KPoint> target)voidsetTargetIndent(String targetIndent)
-
-
-
Method Detail
-
getTargetIndent
public String getTargetIndent()
-
setTargetIndent
public void setTargetIndent(String targetIndent)
-
getSource
public KPoint getSource()
-
setSource
public void setSource(KPoint source)
-
getTarget
public ConcurrentMap<String,KPoint> getTarget()
-
setTarget
public void setTarget(ConcurrentMap<String,KPoint> target)
-
point
public KPoint point(io.vertx.core.json.JsonObject data)
-
point
public KPoint point(io.vertx.core.json.JsonArray data)
-
dataIn
public void dataIn(io.vertx.core.json.JsonObject ds, KPoint target, io.vertx.core.json.JsonObject data)key -> keyJoin
-
dataCond
public void dataCond(io.vertx.core.json.JsonObject ds, KPoint target, io.vertx.core.json.JsonObject data)
-
dataOut
public void dataOut(io.vertx.core.json.JsonObject ds, KPoint target, io.vertx.core.json.JsonObject data)keyJoin -> key
-
-