public interface CQAndIndexOperationEvents
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_CQ_CREATED |
static String |
EVENT_CQ_STOP |
static String |
EVENT_INDEX_CREATED |
static String |
EVENT_INDEX_REMOVED |
| 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) |
static final String EVENT_CQ_CREATED
static final String EVENT_CQ_STOP
static final String EVENT_INDEX_CREATED
static final String EVENT_INDEX_REMOVED
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.