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 and Description |
---|---|
protected Session |
DefaultRootResource.m_session
Coherence session.
|
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.Option s, using the default (auto-detected)
SessionProvider , |
Session |
SessionProvider.createSession(Session.Option... options)
Create a
Session using the specified SessionProvider.Option s. |
default Session |
CacheFactoryBuilder.createSession(Session.Option... aOptions) |