final class GeodeSettings extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeodeSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val configure: Option[(ClientCacheFactory) => ClientCacheFactory]
- val hostname: String
- val pdxCompat: (Class[_], Class[_]) => Boolean
- val port: Int
- def toString(): String
- Definition Classes
- GeodeSettings → AnyRef → Any
- def withConfiguration(configure: (ClientCacheFactory) => ClientCacheFactory): GeodeSettings
- configure
function to configure geode client factory
- def withPdxCompat(pdxCompat: (Class[_], Class[_]) => Boolean): GeodeSettings
- pdxCompat
a function that determines if two class are equivalent (java class / scala case class)