class Geode extends GeodeCache
Java API: Geode client without server event subscription.
- Source
 - Geode.java
 
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- Geode
 - GeodeCache
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new Geode(settings: GeodeSettings)
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    lazy val cache: ClientCache
- Definition Classes
 - GeodeCache
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -  def close(): Unit
 -    def close(keepAlive: Boolean = false): Unit
- Definition Classes
 - GeodeCache
 
 -    def configure(factory: ClientCacheFactory): ClientCacheFactory
This method will overloaded to provide server event subscription.
This method will overloaded to provide server event subscription.
- Definition Classes
 - Geode → GeodeCache
 - Annotations
 - @Override()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  def flow[K, V](regionSettings: RegionSettings[K, V], serializer: PekkoPdxSerializer[V]): Flow[V, V, NotUsed]
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def newCacheFactory(): ClientCacheFactory
Return ClientCacheFactory:
Return ClientCacheFactory:
- with PDX support
 - configured by sub classes
 - customized by client application
 
- Attributes
 - protected
 - Definition Classes
 - GeodeCache
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -  def query[V](query: String, serializer: PekkoPdxSerializer[V]): Source[V, CompletionStage[Done]]
 -    def registerPDXSerializer[V](pdxSerializer: PdxSerializer, clazz: Class[V]): Unit
- Attributes
 - protected
 - Definition Classes
 - GeodeCache
 
 -  def sink[K, V](regionSettings: RegionSettings[K, V], serializer: PekkoPdxSerializer[V]): Sink[V, CompletionStage[Done]]
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])