public class SessionStore extends Resource
Resource.Builder| Modifier and Type | Field and Description |
|---|---|
static String |
NODES_PROPERTY |
static String |
PASSWORD_PROPERTY |
static List<String> |
TYPES |
static String |
USERNAME_PROPERTY |
NAME_DESCRIPTOR, TYPE_DESCRIPTOR| Modifier | Constructor and Description |
|---|---|
protected |
SessionStore(Resource resource)
Creates a new SessionStore from an existing Resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
checkResource(Resource resource)
Checks if a Resource is a session store.
|
String |
getNodes()
Returns a list of the membase nodes for this session store.
|
String |
getPassword() |
String |
getUsername() |
filterProperties, getDescriptor, getDescriptors, getName, getProperties, getProperty, getProperty, getTypepublic static final String NODES_PROPERTY
public static final String USERNAME_PROPERTY
public static final String PASSWORD_PROPERTY
protected SessionStore(Resource resource)
resource - protected static boolean checkResource(Resource resource)
resource - The Resource to be checked.public String getNodes()
public String getUsername()
public String getPassword()
Copyright © 2013. All Rights Reserved.