org.openspaces.scala.core

GigaSpaceMacroPredicateWrapper

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

    Annotations
    @macroImpl()
  8. def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers, listener: AsyncFutureListener[ChangeResult[T]]): Future[ChangeResult[T]]

    Annotations
    @macroImpl()
  9. def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, timeout: Long, listener: AsyncFutureListener[ChangeResult[T]]): Future[ChangeResult[T]]

    Annotations
    @macroImpl()
  10. def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, listener: AsyncFutureListener[ChangeResult[T]]): Future[ChangeResult[T]]

    Annotations
    @macroImpl()
  11. def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers, timeout: Long): Future[ChangeResult[T]]

    Annotations
    @macroImpl()
  12. def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers): Future[ChangeResult[T]]

    Annotations
    @macroImpl()
  13. def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, timeout: Long): Future[ChangeResult[T]]

    Annotations
    @macroImpl()
  14. def asyncChange[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet): Future[ChangeResult[T]]

    Annotations
    @macroImpl()
  15. def asyncRead[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: ReadModifiers, listener: AsyncFutureListener[T]): AsyncFuture[T]

    Annotations
    @macroImpl()
  16. def asyncRead[T](predicate: (T) ⇒ Boolean, timeout: Long, listener: AsyncFutureListener[T]): AsyncFuture[T]

    Annotations
    @macroImpl()
  17. def asyncRead[T](predicate: (T) ⇒ Boolean, listener: AsyncFutureListener[T]): AsyncFuture[T]

    Annotations
    @macroImpl()
  18. def asyncRead[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: ReadModifiers): AsyncFuture[T]

    Annotations
    @macroImpl()
  19. def asyncRead[T](predicate: (T) ⇒ Boolean, timeout: Long): AsyncFuture[T]

    Annotations
    @macroImpl()
  20. def asyncRead[T](predicate: (T) ⇒ Boolean): AsyncFuture[T]

    Annotations
    @macroImpl()
  21. def asyncTake[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: TakeModifiers, listener: AsyncFutureListener[T]): AsyncFuture[T]

    Annotations
    @macroImpl()
  22. def asyncTake[T](predicate: (T) ⇒ Boolean, timeout: Long, listener: AsyncFutureListener[T]): AsyncFuture[T]

    Annotations
    @macroImpl()
  23. def asyncTake[T](predicate: (T) ⇒ Boolean, listener: AsyncFutureListener[T]): AsyncFuture[T]

    Annotations
    @macroImpl()
  24. def asyncTake[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: TakeModifiers): AsyncFuture[T]

    Annotations
    @macroImpl()
  25. def asyncTake[T](predicate: (T) ⇒ Boolean, timeout: Long): AsyncFuture[T]

    Annotations
    @macroImpl()
  26. def asyncTake[T](predicate: (T) ⇒ Boolean): AsyncFuture[T]

    Annotations
    @macroImpl()
  27. def change[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers, timeout: Long): ChangeResult[T]

    Annotations
    @macroImpl()
  28. def change[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, modifiers: ChangeModifiers): ChangeResult[T]

    Annotations
    @macroImpl()
  29. def change[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet, timeout: Long): ChangeResult[T]

    Annotations
    @macroImpl()
  30. def change[T](predicate: (T) ⇒ Boolean, changeSet: ChangeSet): ChangeResult[T]

    Annotations
    @macroImpl()
  31. def clear[T](predicate: (T) ⇒ Boolean, modifiers: ClearModifiers): Int

    Annotations
    @macroImpl()
  32. def clear[T](predicate: (T) ⇒ Boolean): Unit

    Annotations
    @macroImpl()
  33. def clone(): AnyRef

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

    Annotations
    @macroImpl()
  35. def count[T](predicate: (T) ⇒ Boolean): Int

    Annotations
    @macroImpl()
  36. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  40. val gigaSpace: GigaSpace

  41. def hashCode(): Int

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

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

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

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

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

    Annotations
    @macroImpl()
  47. def read[T](predicate: (T) ⇒ Boolean, timeout: Long): T

    Annotations
    @macroImpl()
  48. def read[T](predicate: (T) ⇒ Boolean): T

    Annotations
    @macroImpl()
  49. def readIfExists[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: ReadModifiers): T

    Annotations
    @macroImpl()
  50. def readIfExists[T](predicate: (T) ⇒ Boolean, timeout: Long): T

    Annotations
    @macroImpl()
  51. def readIfExists[T](predicate: (T) ⇒ Boolean): T

    Annotations
    @macroImpl()
  52. def readMultiple[T](predicate: (T) ⇒ Boolean, maxEntries: Int, modifiers: ReadModifiers): Array[T]

    Annotations
    @macroImpl()
  53. def readMultiple[T](predicate: (T) ⇒ Boolean, maxEntries: Int): Array[T]

    Annotations
    @macroImpl()
  54. def readMultiple[T](predicate: (T) ⇒ Boolean): Array[T]

    Annotations
    @macroImpl()
  55. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Annotations
    @macroImpl()
  57. def take[T](predicate: (T) ⇒ Boolean, timeout: Long): T

    Annotations
    @macroImpl()
  58. def take[T](predicate: (T) ⇒ Boolean): T

    Annotations
    @macroImpl()
  59. def takeIfExists[T](predicate: (T) ⇒ Boolean, timeout: Long, modifiers: TakeModifiers): T

    Annotations
    @macroImpl()
  60. def takeIfExists[T](predicate: (T) ⇒ Boolean, timeout: Long): T

    Annotations
    @macroImpl()
  61. def takeIfExists[T](predicate: (T) ⇒ Boolean): T

    Annotations
    @macroImpl()
  62. def takeMultiple[T](predicate: (T) ⇒ Boolean, maxEntries: Int, modifiers: TakeModifiers): Array[T]

    Annotations
    @macroImpl()
  63. def takeMultiple[T](predicate: (T) ⇒ Boolean, maxEntries: Int): Array[T]

    Annotations
    @macroImpl()
  64. def takeMultiple[T](predicate: (T) ⇒ Boolean): Array[T]

    Annotations
    @macroImpl()
  65. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped