Package | Description |
---|---|
com.gemstone.gemfire.cache.query |
GemFire's query service, an implementation of an OQL/SQL-style
query processor with supporting indexes.
|
Modifier and Type | Method and Description |
---|---|
CqAttributes |
CqAttributesFactory.create()
Creates a
CqAttributes with the current settings. |
CqAttributes |
CqQuery.getCqAttributes()
Get CqAttributes for this CQ.
|
Modifier and Type | Method and Description |
---|---|
CqQuery |
QueryService.newCq(String queryString,
CqAttributes cqAttr)
Constructs a new continuous query, represented by an instance of
CqQuery.
|
CqQuery |
QueryService.newCq(String queryString,
CqAttributes cqAttr,
boolean isDurable)
Constructs a new continuous query, represented by an instance of
CqQuery.
|
CqQuery |
QueryService.newCq(String name,
String queryString,
CqAttributes cqAttr)
Constructs a new named continuous query, represented by an instance of
CqQuery.
|
CqQuery |
QueryService.newCq(String name,
String queryString,
CqAttributes cqAttr,
boolean isDurable)
Constructs a new named continuous query, represented by an instance of
CqQuery.
|
Constructor and Description |
---|
CqAttributesFactory(CqAttributes cqAttributes)
Creates a new instance of CqAttributesFactory ready to create a
CqAttributes with the same settings as those in the
specified CqAttributes . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.