- clearInstance
- close
- copyAndRemove
- getAllObservers
Returns all the registered observers.
- getInstance
Return the current GemFireXDQueryObserver instance
- getObserver
Returns the first observer of the given class (registered using
#putInstance(GemFireXDQueryObserver)
- getObservers
Returns all the observers of the given class (registered using
#putInstance(GemFireXDQueryObserver)
- putInstance
Add a new QueryObserver to the list of observers for the VM. Note that any
number of observers of a
- putInstanceIfAbsent
Add a new GemFireXDQueryObserver to the list of observers for the VM if no
existing observer of the
- removeObserver
Removes all observers of the given class (registered using
#putInstance(GemFireXDQueryObserver) or
#