Interface SessionBuilder

All Known Implementing Classes:
ExtendClient, StorageDisabledMember

public interface SessionBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.tangosol.net.ConfigurableCacheFactory
    build(com.oracle.bedrock.runtime.LocalPlatform platform, CoherenceCluster cluster, com.oracle.bedrock.OptionsByType optionsByType)
    Creates a ConfigurableCacheFactory for 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 a ConfigurableCacheFactory for a Coherence Session.
      Parameters:
      platform - the LocalPlatform on which the ConfigurableCacheFactory will be established
      cluster - the CoherenceCluster for which the session will be created
      optionsByType - the OptionsByTypes provided to all of the CoherenceClusterMembers when establishing the CoherenceCluster
      Returns:
      a ConfigurableCacheFactory