org.openspaces.scala.core

GigaSpaceMacroPredicateWrapper

Related Doc: package core

class GigaSpaceMacroPredicateWrapper extends AnyRef

A wrapper around org.openspaces.core.GigaSpace instances that provides many predicate based query operations on the space.

Since

9.6

See also

org.openspaces.core.GigaSpace

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GigaSpaceMacroPredicateWrapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GigaSpaceMacroPredicateWrapper(gigaSpace: GigaSpace)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. macro def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers, timeout: Long, listener: AsyncFutureListener[ChangeResult[T]]): Future[ChangeResult[T]]

  6. macro def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers, listener: AsyncFutureListener[ChangeResult[T]]): Future[ChangeResult[T]]

  7. macro def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, timeout: Long, listener: AsyncFutureListener[ChangeResult[T]]): Future[ChangeResult[T]]

  8. macro def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, listener: AsyncFutureListener[ChangeResult[T]]): Future[ChangeResult[T]]

  9. macro def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers, timeout: Long): Future[ChangeResult[T]]

  10. macro def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers): Future[ChangeResult[T]]

  11. macro def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, timeout: Long): Future[ChangeResult[T]]

  12. macro def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet): Future[ChangeResult[T]]

  13. macro def asyncRead[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: ReadModifiers, listener: AsyncFutureListener[T]): AsyncFuture[T]

  14. macro def asyncRead[T](predicate: (T) ⇒ Boolean, timeout: Long, listener: AsyncFutureListener[T]): AsyncFuture[T]

  15. macro def asyncRead[T](predicate: (T) ⇒ Boolean, listener: AsyncFutureListener[T]): AsyncFuture[T]

  16. macro def asyncRead[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: ReadModifiers): AsyncFuture[T]

  17. macro def asyncRead[T](predicate: (T) ⇒ Boolean, timeout: Long): AsyncFuture[T]

  18. macro def asyncRead[T](predicate: (T) ⇒ Boolean): AsyncFuture[T]

  19. macro def asyncTake[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: TakeModifiers, listener: AsyncFutureListener[T]): AsyncFuture[T]

  20. macro def asyncTake[T](predicate: (T) ⇒ Boolean, timeout: Long, listener: AsyncFutureListener[T]): AsyncFuture[T]

  21. macro def asyncTake[T](predicate: (T) ⇒ Boolean, listener: AsyncFutureListener[T]): AsyncFuture[T]

  22. macro def asyncTake[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: TakeModifiers): AsyncFuture[T]

  23. macro def asyncTake[T](predicate: (T) ⇒ Boolean, timeout: Long): AsyncFuture[T]

  24. macro def asyncTake[T](predicate: (T) ⇒ Boolean): AsyncFuture[T]

  25. macro def change[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers, timeout: Long): ChangeResult[T]

  26. macro def change[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers): ChangeResult[T]

  27. macro def change[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, timeout: Long): ChangeResult[T]

  28. macro def change[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet): ChangeResult[T]

  29. macro def clear[T](predicate: (T) ⇒ Boolean, modifiers: ClearModifiers): Int

  30. macro def clear[T](predicate: (T) ⇒ Boolean): Unit

  31. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. macro def count[T](predicate: (T) ⇒ Boolean, modifiers: CountModifiers): Int

  33. macro def count[T](predicate: (T) ⇒ Boolean): Int

  34. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  38. val gigaSpace: GigaSpace

  39. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. macro def read[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: ReadModifiers): T

  45. macro def read[T](predicate: (T) ⇒ Boolean, timeout: Long): T

  46. macro def read[T](predicate: (T) ⇒ Boolean): T

  47. macro def readIfExists[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: ReadModifiers): T

  48. macro def readIfExists[T](predicate: (T) ⇒ Boolean, timeout: Long): T

  49. macro def readIfExists[T](predicate: (T) ⇒ Boolean): T

  50. macro def readMultiple[T](predicate: (T) ⇒ Boolean, maxEntries: Int, modifiers: ReadModifiers): Array[T]

  51. macro def readMultiple[T](predicate: (T) ⇒ Boolean, maxEntries: Int): Array[T]

  52. macro def readMultiple[T](predicate: (T) ⇒ Boolean): Array[T]

  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  54. macro def take[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: TakeModifiers): T

  55. macro def take[T](predicate: (T) ⇒ Boolean, timeout: Long): T

  56. macro def take[T](predicate: (T) ⇒ Boolean): T

  57. macro def takeIfExists[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: TakeModifiers): T

  58. macro def takeIfExists[T](predicate: (T) ⇒ Boolean, timeout: Long): T

  59. macro def takeIfExists[T](predicate: (T) ⇒ Boolean): T

  60. macro def takeMultiple[T](predicate: (T) ⇒ Boolean, maxEntries: Int, modifiers: TakeModifiers): Array[T]

  61. macro def takeMultiple[T](predicate: (T) ⇒ Boolean, maxEntries: Int): Array[T]

  62. macro def takeMultiple[T](predicate: (T) ⇒ Boolean): Array[T]

  63. def toString(): String

    Definition Classes
    AnyRef → Any
  64. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped