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.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) |
Constructor and Description |
---|
CoherenceSession(Session.Option... options)
|