public class CQAndIndexEvents extends AbstractEvents implements CQAndIndexOperationEvents
eventMap, lock, readLock, writeLockEVENT_CQ_CREATED, EVENT_CQ_STOP, EVENT_INDEX_CREATED, EVENT_INDEX_REMOVED| Constructor and Description |
|---|
CQAndIndexEvents() |
CQAndIndexEvents(Map<String,List<OperationEvent>> eventMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
cqCreated(String name,
String query,
String listeners) |
void |
cqStopped(String name,
String query) |
void |
indexCreated(String name,
String expression,
String fromClause) |
void |
indexRemoved(String name) |
addEvent, addEvents, clearEvents, exportToBlackBoard, getAllEvents, getEvents, getUniqueEventsAcrossAll, getUniqueEventsForClient, importFromBlackBoard, importFromBlackBoard, printEvents, processIndexespublic CQAndIndexEvents(Map<String,List<OperationEvent>> eventMap)
public CQAndIndexEvents()
public void cqCreated(String name, String query, String listeners)
cqCreated in interface CQAndIndexOperationEventspublic void cqStopped(String name, String query)
cqStopped in interface CQAndIndexOperationEventspublic void indexCreated(String name, String expression, String fromClause)
indexCreated in interface CQAndIndexOperationEventspublic void indexRemoved(String name)
indexRemoved in interface CQAndIndexOperationEventsCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.