Package com.oracle.bedrock.junit
Interface SessionBuilder
- All Known Implementing Classes:
ExtendClient,StorageDisabledMember
public interface SessionBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.tangosol.net.ConfigurableCacheFactorybuild(com.oracle.bedrock.runtime.LocalPlatform platform, CoherenceCluster cluster, com.oracle.bedrock.OptionsByType optionsByType) Creates aConfigurableCacheFactoryfor a Coherence Session.
-
Method Details
-
build
com.tangosol.net.ConfigurableCacheFactory build(com.oracle.bedrock.runtime.LocalPlatform platform, CoherenceCluster cluster, com.oracle.bedrock.OptionsByType optionsByType) Creates aConfigurableCacheFactoryfor a Coherence Session.- Parameters:
platform- theLocalPlatformon which theConfigurableCacheFactorywill be establishedcluster- theCoherenceClusterfor which the session will be createdoptionsByType- theOptionsByTypes provided to all of theCoherenceClusterMembers when establishing theCoherenceCluster- Returns:
- a
ConfigurableCacheFactory
-