trait PoolSubscription extends Geode
- Source
- Geode.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PoolSubscription
- Geode
- GeodeCache
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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]) @native()
- def close(keepAlive: Boolean = false): Unit
- Definition Classes
- GeodeCache
- def closeContinuousQuery(queryName: Symbol): Option[Unit]
- final def configure(factory: ClientCacheFactory): ClientCacheFactory
Pool subscription is mandatory for continuous query.
Pool subscription is mandatory for continuous query.
- Attributes
- protected
- Definition Classes
- PoolSubscription → Geode → GeodeCache
- def continuousQuery[V <: AnyRef](queryName: Symbol, query: String)(implicit tag: ClassTag[V], enc: PdxEncoder[V], dec: PdxDecoder[V]): Source[V, Future[Done]]
Shapeless powered implicit serializer.
- def continuousQuery[V <: AnyRef](queryName: Symbol, query: String, serializer: PekkoPdxSerializer[V]): Source[V, Future[Done]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flow[K, V <: AnyRef](settings: RegionSettings[K, V])(implicit tag: ClassTag[V], enc: PdxEncoder[V], dec: PdxDecoder[V]): Flow[V, V, NotUsed]
Shapeless powered implicit serializer.
Shapeless powered implicit serializer.
- Definition Classes
- Geode
- def flow[K, V <: AnyRef](settings: RegionSettings[K, V], serializer: PekkoPdxSerializer[V]): Flow[V, V, NotUsed]
- Definition Classes
- Geode
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def query[V <: AnyRef](query: String)(implicit tag: ClassTag[V], enc: PdxEncoder[V], dec: PdxDecoder[V]): Source[V, Future[Done]]
Shapeless powered implicit serializer.
Shapeless powered implicit serializer.
- Definition Classes
- Geode
- def query[V <: AnyRef](query: String, serializer: PekkoPdxSerializer[V]): Source[V, Future[Done]]
- Definition Classes
- Geode
- def registerPDXSerializer[V](pdxSerializer: PdxSerializer, clazz: Class[V]): Unit
- Attributes
- protected
- Definition Classes
- GeodeCache
- def sink[K, V <: AnyRef](settings: RegionSettings[K, V])(implicit tag: ClassTag[V], enc: PdxEncoder[V], dec: PdxDecoder[V]): Sink[V, Future[Done]]
Shapeless powered implicit serializer.
Shapeless powered implicit serializer.
- Definition Classes
- Geode
- def sink[K, V <: AnyRef](settings: RegionSettings[K, V], serializer: PekkoPdxSerializer[V]): Sink[V, Future[Done]]
- Definition Classes
- Geode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()