| Package | Description |
|---|---|
| com.tangosol.coherence.rest |
Contains classes related to the Coherence REST API.
|
| com.tangosol.net |
Contains basic cluster interfaces and factories.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Session |
DefaultRootResource.m_session
Coherence session.
|
| Modifier and Type | Class | 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 | Description |
|---|---|---|
protected Session |
CoherenceSession.m_session
The underlying
Session to which this implementation will
delegate requests. |
| Modifier and Type | Method | 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. |