Package | Description |
---|---|
io.vertx.core |
= Vert.x Core Manual
:toc: left
At the heart of Vert.x is a set of Java APIs that we call *Vert.x Core*
https://github.com/eclipse/vert.x[Repository].
|
io.vertx.core.shareddata |
== Using Shared Data with Vert.x
Shared data contains functionality that allows you to safely share data between different parts of your application,
or different applications in the same Vert.x instance or across a cluster of Vert.x instances.
|
io.vertx.core.spi.cluster |
Class and Description |
---|
SharedData
Shared data allows you to share data safely between different parts of your application in a safe way.
|
Class and Description |
---|
AsyncMap
An asynchronous map.
|
Counter
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
|
LocalMap
Local maps can be used to share data safely in a single Vert.x instance.
|
Lock
An asynchronous exclusive lock which can be obtained from any node in the cluster.
|
Class and Description |
---|
AsyncMap
An asynchronous map.
|
Counter
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
|
Lock
An asynchronous exclusive lock which can be obtained from any node in the cluster.
|
Copyright © 2017. All rights reserved.