Uses of Class
com.tangosol.net.CoherenceConfiguration.Builder
-
Packages that use CoherenceConfiguration.Builder Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of CoherenceConfiguration.Builder in com.tangosol.net
Methods in com.tangosol.net that return CoherenceConfiguration.Builder Modifier and Type Method Description static CoherenceConfiguration.Builder
CoherenceConfiguration. builder()
Returns aCoherenceConfiguration.Builder
that can configure and build instances ofCoherenceConfiguration
.CoherenceConfiguration.Builder
CoherenceConfiguration.Builder. discoverSessions()
Add all of theSessionConfiguration
instances discovered using theServiceLoader
.CoherenceConfiguration.Builder
CoherenceConfiguration.Builder. named(String sName)
Set the name of theCoherence
instance.CoherenceConfiguration.Builder
CoherenceConfiguration.Builder. withApplicationContext(com.tangosol.application.Context context)
Set theapplication context
to associate to theCoherence
instance.CoherenceConfiguration.Builder
CoherenceConfiguration.Builder. withDefaultSession(String sName)
CoherenceConfiguration.Builder
CoherenceConfiguration.Builder. withEventInterceptor(EventInterceptor<?> interceptor)
Add anEventInterceptor
that will be added to allSession
instances as they are created on start-up.CoherenceConfiguration.Builder
CoherenceConfiguration.Builder. withEventInterceptors(EventInterceptor<?>... interceptors)
Add theEventInterceptor
instances that will be added to allSession
instances as they are created on start-up.CoherenceConfiguration.Builder
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
CoherenceConfiguration.Builder. withSession(SessionConfiguration config)
Add aSessionConfiguration
to theCoherence
instance that will be used to create the correspondingSession
on start-up.CoherenceConfiguration.Builder
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
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.
-