public class CQAndIndexOperations extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RegionKeyValueConfig |
config |
static String |
CQINDEX_CREATE_CQ |
static String |
CQINDEX_CREATE_INDEX |
static String |
CQINDEX_REMOVE_INDEX |
static String |
CQINDEX_STOP_CQ |
static int |
CQINDEXOP_CREATE_CQ |
static int |
CQINDEXOP_CREATE_INDEX |
static int |
CQINDEXOP_REMOVE_INDEX |
static int |
CQINDEXOP_STOP_CQ |
protected CQAndIndexOperationEvents |
operationRecorder |
protected static String |
opPrefix |
protected com.gemstone.gemfire.cache.Region |
region |
| Constructor and Description |
|---|
CQAndIndexOperations(com.gemstone.gemfire.cache.Region region,
RegionKeyValueConfig config,
CQAndIndexOperationEvents op) |
| Modifier and Type | Method and Description |
|---|---|
String |
createCq() |
String |
createIndex() |
void |
doCqIndexOperation() |
protected String |
fromClause() |
void |
removeIndex(String name) |
void |
stopCq(String name) |
public static final int CQINDEXOP_CREATE_INDEX
public static final int CQINDEXOP_REMOVE_INDEX
public static final int CQINDEXOP_CREATE_CQ
public static final int CQINDEXOP_STOP_CQ
public static final String CQINDEX_CREATE_INDEX
public static final String CQINDEX_REMOVE_INDEX
public static final String CQINDEX_CREATE_CQ
public static final String CQINDEX_STOP_CQ
protected static String opPrefix
protected com.gemstone.gemfire.cache.Region region
protected RegionKeyValueConfig config
protected CQAndIndexOperationEvents operationRecorder
public CQAndIndexOperations(com.gemstone.gemfire.cache.Region region,
RegionKeyValueConfig config,
CQAndIndexOperationEvents op)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.