| Package | Description |
|---|---|
| com.tangosol.coherence.rest |
Contains classes related to the Coherence REST API.
|
| com.tangosol.coherence.rest.server |
Contains classes related to embedded HTTP server integration.
|
| com.tangosol.net |
Contains basic cluster interfaces and factories.
|
| Modifier and Type | Field and Description |
|---|---|
protected Session |
DefaultRootResource.m_session
Coherence session.
|
| Modifier and Type | Field and Description |
|---|---|
protected Session |
AbstractHttpServer.m_session
Coherence session.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
AbstractHttpServer.getSession()
Return the Coherence
Session to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHttpServer.setSession(Session session)
Set Coherence session to use.
|
void |
HttpServer.setSession(Session session)
Set Coherence session to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoherenceSession
An implementation of a
Session allowing applications to use the new operator to create a Session via the default SessionProvider. |
| Modifier and Type | Field and Description |
|---|---|
protected Session |
CoherenceSession.m_session
The underlying
Session to which this implementation will delegate requests. |
| Modifier and Type | Method and Description |
|---|---|
static Session |
Session.create(Session.Option... options)
Create a
Session based on the current calling context and provided Session.Options, using the default (auto-detected) SessionProvider, |
default Session |
CacheFactoryBuilder.createSession(Session.Option... aOptions) |
Session |
SessionProvider.createSession(Session.Option... options)
Create a
Session using the specified SessionProvider.Options. |