Class ConcurrentServicesSessionConfiguration
- java.lang.Object
-
- com.oracle.coherence.concurrent.config.ConcurrentServicesSessionConfiguration
-
- All Implemented Interfaces:
com.tangosol.net.SessionConfiguration,Comparable<com.tangosol.net.SessionConfiguration>
public class ConcurrentServicesSessionConfiguration extends Object implements com.tangosol.net.SessionConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConcurrentServicesSessionConfiguration.ConcurrentServicesSessionProviderThe custom Atomics session provider.
-
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.
-
Constructor Summary
Constructors Constructor Description ConcurrentServicesSessionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getConfigUri()StringgetName()StringgetScopeName()
-
-
-
Field Detail
-
SESSION_NAME
public static String SESSION_NAME
The name of thecoherence-concurrentsession.
-
CONFIG_URI
public static String CONFIG_URI
The URI to the default configuration for thecoherence-concurrentmodule.
-
CLIENT_CONFIG_URI
public static String CLIENT_CONFIG_URI
The URI to the default configuration for thecoherence-concurrentmodule.
-
-