Uses of Interface
io.vertx.core.shareddata.ClusterSerializable
-
Packages that use ClusterSerializable Package Description io.vertx.core.buffer io.vertx.core.json io.vertx.core.spi.cluster -
-
Uses of ClusterSerializable in io.vertx.core.buffer
Subinterfaces of ClusterSerializable in io.vertx.core.buffer Modifier and Type Interface Description interface
Buffer
Most data is shuffled around inside Vert.x using buffers. -
Uses of ClusterSerializable in io.vertx.core.json
Classes in io.vertx.core.json that implement ClusterSerializable Modifier and Type Class Description class
JsonArray
A representation of a JSON array in Java.class
JsonObject
A representation of a JSON object in Java. -
Uses of ClusterSerializable in io.vertx.core.spi.cluster
Classes in io.vertx.core.spi.cluster that implement ClusterSerializable Modifier and Type Class Description class
NodeInfo
Details about a clustered Vert.x node.class
RegistrationInfo
Registration data stored by the cluster manager.
-