public class ClusteredSessionStore extends SessionStore
original
non RX-ified interface using Vert.x codegen.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.
|
Object |
getDelegate() |
static ClusteredSessionStore |
newInstance(ClusteredSessionStore arg) |
clear, clearObservable, close, createSession, delete, deleteObservable, get, getObservable, newInstance, put, putObservable, retryTimeout, size, sizeObservable
public ClusteredSessionStore(ClusteredSessionStore delegate)
public Object 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 © 2016. All rights reserved.