public class ClusteredSessionStore extends SessionStore
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<ClusteredSessionStore> |
__TYPE_ARG |
Constructor and Description |
---|
ClusteredSessionStore(ClusteredSessionStore delegate) |
Modifier and Type | Method and Description |
---|---|
static ClusteredSessionStore |
create(Vertx vertx)
Create a session store
|
static ClusteredSessionStore |
create(Vertx vertx,
long retryTimeout)
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
|
static ClusteredSessionStore |
create(Vertx vertx,
String sessionMapName)
Create a session store
|
static ClusteredSessionStore |
create(Vertx vertx,
String sessionMapName,
long retryTimeout)
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
|
ClusteredSessionStore |
getDelegate() |
static ClusteredSessionStore |
newInstance(ClusteredSessionStore arg) |
clear, clearObservable, close, createSession, createSession, delete, deleteObservable, get, getObservable, newInstance, put, putObservable, retryTimeout, rxClear, rxDelete, rxGet, rxPut, rxSize, size, sizeObservable
public static final TypeArg<ClusteredSessionStore> __TYPE_ARG
public ClusteredSessionStore(ClusteredSessionStore delegate)
public ClusteredSessionStore getDelegate()
getDelegate
in class SessionStore
public static ClusteredSessionStore create(Vertx vertx, String sessionMapName)
vertx
- the Vert.x instancesessionMapName
- the session map namepublic static ClusteredSessionStore create(Vertx vertx, String sessionMapName, long retryTimeout)
vertx
- the Vert.x instancesessionMapName
- the session map nameretryTimeout
- the store retry timeout, in mspublic static ClusteredSessionStore create(Vertx vertx)
vertx
- the Vert.x instancepublic static ClusteredSessionStore create(Vertx vertx, long retryTimeout)
vertx
- the Vert.x instanceretryTimeout
- the store retry timeout, in mspublic static ClusteredSessionStore newInstance(ClusteredSessionStore arg)
Copyright © 2017. All rights reserved.