static SessionConfiguration.Builder |
SessionConfiguration.builder() |
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.clientDirect() |
Set the session's coherence.client parameter to "direct".
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.clientFixed() |
Set the session's coherence.client parameter to "remote-fixed".
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.clientRemote() |
Set the session's coherence.client parameter to "remote".
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.named(String sName) |
Set the name for the session to be created.
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withClassLoader(ClassLoader loader) |
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withConfigUri(String sURI) |
Set the cache configuration URI for the session to be created.
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withInterceptor(EventInterceptor<?> interceptor) |
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withMode(Coherence.Mode mode) |
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withParameter(Parameter parameter) |
Add a named parameter to use when resolving
configuration parameters.
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withParameter(String sName,
Expression<?> expression) |
Add a named parameter to use when resolving
configuration parameters.
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withParameter(String sName,
Object oValue) |
Add a named parameter to use when resolving
configuration parameters.
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withParameterResolver(ParameterResolver resolver) |
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withPriority(int nPriority) |
Set the session creation priority.
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withScopeName(String sScope) |
Set the scope name for the session to be created.
|
SessionConfiguration.Builder |
SessionConfiguration.Builder.withSessionProvider(SessionProvider provider) |
|