Uses of Class
com.tangosol.net.CoherenceConfiguration.Builder
-
Uses of CoherenceConfiguration.Builder in com.tangosol.net
Modifier and TypeMethodDescriptionCoherenceConfiguration.builder()
Returns aCoherenceConfiguration.Builder
that can configure and build instances ofCoherenceConfiguration
.CoherenceConfiguration.Builder.discoverSessions()
Add all of theSessionConfiguration
instances discovered using theServiceLoader
.Set the name of theCoherence
instance.CoherenceConfiguration.Builder.withApplicationContext
(com.tangosol.application.Context context) Set theapplication context
to associate to theCoherence
instance.CoherenceConfiguration.Builder.withEventInterceptor
(EventInterceptor<?> interceptor) Add anEventInterceptor
that will be added to allSession
instances as they are created on start-up.CoherenceConfiguration.Builder.withEventInterceptors
(EventInterceptor<?>... interceptors) Add theEventInterceptor
instances that will be added to allSession
instances as they are created on start-up.CoherenceConfiguration.Builder.withEventInterceptors
(Iterable<? extends EventInterceptor<?>> interceptors) Add theEventInterceptor
instances that will be added to allSession
instances as they are created on start-up.CoherenceConfiguration.Builder.withSession
(SessionConfiguration config) Add aSessionConfiguration
to theCoherence
instance that will be used to create the correspondingSession
on start-up.CoherenceConfiguration.Builder.withSessions
(SessionConfiguration... configs) Add theSessionConfiguration
instances to theCoherence
instance that will be used to create the correspondingSession
instances on start-up.CoherenceConfiguration.Builder.withSessions
(Iterable<? extends SessionConfiguration> configs) Add theSessionConfiguration
instances to theCoherence
instance that will be used to create the correspondingSession
instances on start-up.