public class CQAndIndexOperations
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected RegionKeyValueConfig |
config |
static java.lang.String |
CQINDEX_CREATE_CQ |
static java.lang.String |
CQINDEX_CREATE_INDEX |
static java.lang.String |
CQINDEX_REMOVE_INDEX |
static java.lang.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 java.lang.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 |
|---|---|
java.lang.String |
createCq() |
java.lang.String |
createIndex() |
void |
doCqIndexOperation() |
protected java.lang.String |
fromClause() |
void |
removeIndex(java.lang.String name) |
void |
stopCq(java.lang.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 java.lang.String CQINDEX_CREATE_INDEX
public static final java.lang.String CQINDEX_REMOVE_INDEX
public static final java.lang.String CQINDEX_CREATE_CQ
public static final java.lang.String CQINDEX_STOP_CQ
protected static java.lang.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)
public void doCqIndexOperation()
public java.lang.String createCq()
public void removeIndex(java.lang.String name)
public java.lang.String createIndex()
public void stopCq(java.lang.String name)
protected java.lang.String fromClause()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.