Uses of Class
com.tangosol.net.SessionConfiguration.Builder
-
Uses of SessionConfiguration.Builder in com.tangosol.net
Modifier and TypeMethodDescriptionstatic SessionConfiguration.Builder
SessionConfiguration.builder()
Create aSessionConfiguration
builder.SessionConfiguration.Builder.clientDirect()
Set the session'scoherence.client
parameter to "direct".SessionConfiguration.Builder.clientFixed()
Set the session'scoherence.client
parameter to "remote-fixed".SessionConfiguration.Builder.clientRemote()
Set the session'scoherence.client
parameter to "remote".Set the name for the session to be created.SessionConfiguration.Builder.withClassLoader
(ClassLoader loader) Set theClassLoader
for the session to be created.SessionConfiguration.Builder.withConfigUri
(String sURI) Set the cache configuration URI for the session to be created.SessionConfiguration.Builder.withInterceptor
(EventInterceptor<?> interceptor) Add anEventInterceptor
to add to the sessionSessionConfiguration.Builder.withMode
(Coherence.Mode mode) Set theCoherence.Mode
to use, which will override any mode used by theCoherence
instance.SessionConfiguration.Builder.withParameter
(Parameter parameter) Add a named parameter to use when resolving configuration parameters.SessionConfiguration.Builder.withParameter
(String sName, Expression<?> expression) Add a named parameter to use when resolving configuration parameters.SessionConfiguration.Builder.withParameter
(String sName, Object oValue) Add a named parameter to use when resolving configuration parameters.SessionConfiguration.Builder.withParameterResolver
(ParameterResolver resolver) Set the optionalParameterResolver
to use to resolve configuration parameters.SessionConfiguration.Builder.withPriority
(int nPriority) Set the session creation priority.SessionConfiguration.Builder.withScopeName
(String sScope) Set the scope name for the session to be created.SessionConfiguration.Builder.withSessionProvider
(SessionProvider provider) Set theSessionProvider
to use.