Uses of Class
com.tangosol.net.SessionConfiguration.Builder
Packages that use SessionConfiguration.Builder
- 
Uses of SessionConfiguration.Builder in com.tangosol.net
Methods in com.tangosol.net that return SessionConfiguration.BuilderModifier and TypeMethodDescriptionstatic SessionConfiguration.BuilderSessionConfiguration.builder()Create aSessionConfigurationbuilder.SessionConfiguration.Builder.clientDirect()Set the session'scoherence.clientparameter to "direct".SessionConfiguration.Builder.clientFixed()Set the session'scoherence.clientparameter to "remote-fixed".SessionConfiguration.Builder.clientRemote()Set the session'scoherence.clientparameter to "remote".Set the name for the session to be created.SessionConfiguration.Builder.withClassLoader(ClassLoader loader) Set theClassLoaderfor 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 anEventInterceptorto add to the sessionSessionConfiguration.Builder.withMode(Coherence.Mode mode) Set theCoherence.Modeto use, which will override any mode used by theCoherenceinstance.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 optionalParameterResolverto 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 theSessionProviderto use.