Uses of Enum Class
com.tangosol.net.Coherence.Mode
Packages that use Coherence.Mode
- 
Uses of Coherence.Mode in com.tangosol.net
Methods in com.tangosol.net that return Coherence.ModeModifier and TypeMethodDescriptionstatic Coherence.ModeCoherence.Mode.fromClientName(String sClient) Return theCoherence.Modefor the given client name.Coherence.getMode()Return theCoherence.Modethat this instance is running as.SessionProvider.Context.getMode()Returns the mode thatCoherenceis running in.SessionProvider.DefaultContext.getMode()static Coherence.ModeReturns the enum constant of this class with the specified name.static Coherence.Mode[]Coherence.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tangosol.net that return types with arguments of type Coherence.ModeModifier and TypeMethodDescriptionSessionConfiguration.ConfigurableCacheFactorySessionConfig.getMode()default Optional<Coherence.Mode> SessionConfiguration.getMode()Return an optionalCoherence.Modethat the session should use to set thecoherence.clientproperty.WrapperSessionConfiguration.getMode()Methods in com.tangosol.net with parameters of type Coherence.ModeModifier and TypeMethodDescriptionstatic Coherence.BuilderCoherence.builder(CoherenceConfiguration config, Coherence.Mode mode) Returns aCoherence.Builderinstance that can build aCoherenceinstance using the specifiedCoherenceConfiguration.static CoherenceCoherence.client(Coherence.Mode mode) Return the defaultCoherenceclient instance, creating it if it does not already exist.static Coherence.BuilderCoherence.clientBuilder(CoherenceConfiguration config, Coherence.Mode mode) Returns aCoherence.Builderinstance that can build aCoherenceinstance using the specifiedCoherenceConfiguration.static CoherenceCoherence.create(CoherenceConfiguration config, Coherence.Mode mode) Create a defaultCoherenceinstance.static CoherenceCoherence.create(CoherenceConfiguration config, Coherence.Mode mode, ClassLoader loader) Create a defaultCoherenceinstance.Session.create(SessionConfiguration configuration, Coherence.Mode mode) Possibly obtain aSessionbased on the specified configuration.Session.create(SessionConfiguration configuration, Coherence.Mode mode, Iterable<? extends EventInterceptor<?>> interceptors) Possibly obtain aSessionbased on the specified configuration.SessionProvider.createSession(SessionConfiguration configuration, Coherence.Mode mode) Create aSessionfrom the specified configuration.SessionProvider.createSession(SessionConfiguration configuration, Coherence.Mode defaultMode, Iterable<? extends EventInterceptor<?>> interceptors) Create aSessionfrom the specified configuration.SessionProvider.createSession(SessionConfiguration configuration, Coherence.Mode defaultMode, String sScopePrefix, Iterable<? extends EventInterceptor<?>> interceptors) Create aSessionfrom the specified configuration.static SessionSession.ensure(SessionConfiguration configuration, Coherence.Mode mode) Obtain aSessionbased on the specified configuration or throw anIllegalStateExceptionif a session could not be obtained.SessionConfiguration.Builder.withMode(Coherence.Mode mode) Set theCoherence.Modeto use, which will override any mode used by theCoherenceinstance.Constructors in com.tangosol.net with parameters of type Coherence.ModeModifierConstructorDescriptionCoherenceSession(SessionConfiguration configuration, Coherence.Mode mode, Iterable<? extends EventInterceptor<?>> interceptors) Constructs aCoherenceSessionbased on the specifiedSessionConfiguration.DefaultContext(Coherence.Mode mode, SessionProvider provider, Iterable<? extends EventInterceptor<?>> interceptors, String sScopePrefix) Create a new default context.