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.
|
boolean |
equals(Object o) |
ClusteredSessionStore |
getDelegate() |
int |
hashCode() |
static ClusteredSessionStore |
newInstance(ClusteredSessionStore arg) |
String |
toString() |
clear, clearObservable, close, createSession, createSession, delete, deleteObservable, get, getObservable, newInstance, put, putObservable, retryTimeout, rxClear, rxDelete, rxGet, rxPut, rxSize, size, sizeObservablepublic static final TypeArg<ClusteredSessionStore> __TYPE_ARG
public ClusteredSessionStore(ClusteredSessionStore delegate)
public String toString()
toString in class SessionStorepublic boolean equals(Object o)
equals in class SessionStorepublic int hashCode()
hashCode in class SessionStorepublic ClusteredSessionStore getDelegate()
getDelegate in class SessionStorepublic 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 © 2018 Eclipse. All rights reserved.