| Package | Description |
|---|---|
| com.tangosol.net |
Contains basic cluster interfaces and factories.
|
| 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, |
Session |
SessionProvider.createSession(Session.Option... options)
Create a
Session using the specified SessionProvider.Options. |
default Session |
CacheFactoryBuilder.createSession(Session.Option... aOptions) |
| Constructor and Description |
|---|
CoherenceSession(Session.Option... options)
|