Package org.apache.geode.cache.query
Interface CqStatusListener
- All Superinterfaces:
CacheCallback,CqListener,Declarable
Extension of CqListener. Adds two new methods to CqListener, one that is called when the cq is
connected and one that is called when the cq is disconnected
- Since:
- GemFire 7.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the cq establishes a connection with a servervoidCalled when the cq loses connection with all serversMethods inherited from interface org.apache.geode.cache.CacheCallback
closeMethods inherited from interface org.apache.geode.cache.query.CqListener
onError, onEventMethods inherited from interface org.apache.geode.cache.Declarable
init, initialize
-
Method Details
-
onCqDisconnected
void onCqDisconnected()Called when the cq loses connection with all servers -
onCqConnected
void onCqConnected()Called when the cq establishes a connection with a server
-