Java io.vertx.core.shareddata SharedData fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.shareddata SharedData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.shareddata SharedData.

The text is from its open source code.

Method

voidgetCounter(String name, Handler> resultHandler)
Get an asynchronous counter.
LocalMapgetLocalMap(String name)
Return a LocalMap with the specific name .
voidgetLock(String name, Handler> resultHandler)
Get an asynchronous lock with the specified name.
voidgetLockWithTimeout(String name, long timeout, Handler> resultHandler)
Like #getLock(String,Handler) but specifying a timeout.