Class ConcurrentServicesSessionConfiguration
- java.lang.Object
-
- com.oracle.coherence.concurrent.config.ConcurrentServicesSessionConfiguration
-
- All Implemented Interfaces:
SessionConfiguration,Comparable<SessionConfiguration>
public class ConcurrentServicesSessionConfiguration extends Object implements SessionConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConcurrentServicesSessionConfiguration.ConcurrentServicesSessionProviderThe custom Atomics session provider.-
Nested classes/interfaces inherited from interface com.tangosol.net.SessionConfiguration
SessionConfiguration.Builder, SessionConfiguration.ConfigurableCacheFactorySessionConfig
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLIENT_CONFIG_URIThe URI to the default configuration for thecoherence-concurrentmodule.static StringCONFIG_URIThe URI to the default configuration for thecoherence-concurrentmodule.static StringSESSION_NAMEThe name of thecoherence-concurrentsession.-
Fields inherited from interface com.tangosol.net.SessionConfiguration
DEFAULT_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description ConcurrentServicesSessionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getConfigUri()StringgetName()StringgetScopeName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.tangosol.net.SessionConfiguration
compareTo, getClassLoader, getInterceptors, getParameterResolver, getPriority, isEnabled
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceSessionConfiguration
-
getScopeName
public String getScopeName()
- Specified by:
getScopeNamein interfaceSessionConfiguration
-
getConfigUri
public Optional<String> getConfigUri()
- Specified by:
getConfigUriin interfaceSessionConfiguration
-
-