Packages

final class GeodeSettings extends AnyRef

General settings to connect to Apache Geode.

Source
GeodeSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeodeSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val configure: Option[(ClientCacheFactory) => ClientCacheFactory]
  2. val hostname: String
  3. val pdxCompat: (Class[_], Class[_]) => Boolean
  4. val port: Int
  5. def toString(): String
    Definition Classes
    GeodeSettings → AnyRef → Any
  6. def withConfiguration(configure: (ClientCacheFactory) => ClientCacheFactory): GeodeSettings

    configure

    function to configure geode client factory

  7. def withPdxCompat(pdxCompat: (Class[_], Class[_]) => Boolean): GeodeSettings

    pdxCompat

    a function that determines if two class are equivalent (java class / scala case class)