Package io.vertx.core.shareddata


package io.vertx.core.shareddata
  • Interfaces
    Class
    Description
    An asynchronous map.
    Objects implementing this interface will be written to and read from a Buffer when: stored in and read from an AsyncMap, or encodec to and decoded from an EventBus message body
    An asynchronous counter that can be used to across the cluster to maintain a consistent count.
    Local maps can be used to share data safely in a single Vert.x instance.
    An asynchronous exclusive lock which can be obtained from any node in the cluster.
    An interface which allows you to put arbitrary objects into a LocalMap.
    Shared data allows you to share data safely between different parts of your application in a safe way.