|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CqAttributes | |
|---|---|
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| Uses of CqAttributes in com.gemstone.gemfire.cache.query |
|---|
| Methods in com.gemstone.gemfire.cache.query that return CqAttributes | |
|---|---|
CqAttributes |
CqAttributesFactory.create()
Creates a CqAttributes with the current settings. |
CqAttributes |
CqQuery.getCqAttributes()
Get CqAttributes for this CQ. |
| Methods in com.gemstone.gemfire.cache.query with parameters of type CqAttributes | |
|---|---|
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. |
| Constructors in com.gemstone.gemfire.cache.query with parameters of type CqAttributes | |
|---|---|
CqAttributesFactory(CqAttributes cqAttributes)
Creates a new instance of CqAttributesFactory ready to create a CqAttributes with the same settings as those in the
specified CqAttributes. |
|
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||