public final class TextQuery extends Query<TextQuery>
Constructor and Description |
---|
TextQuery(Class<?> type,
String txt)
Constructs query for the given search string.
|
TextQuery(String txt)
Constructs query for the given search string.
|
Modifier and Type | Method and Description |
---|---|
String |
getText()
Gets text search string.
|
String |
getType()
Gets type for query.
|
TextQuery |
setText(String txt)
Sets text search string.
|
TextQuery |
setType(Class<?> type)
Sets type for query.
|
TextQuery |
setType(String type)
Sets type for query.
|
String |
toString() |
continuous, getPageSize, scan, setPageSize, spi, sql, sql, text
public TextQuery(String txt)
txt
- Search string.public String getType()
public TextQuery setType(Class<?> type)
type
- Type.this
For chaining.public TextQuery setType(String type)
type
- Type.this
For chaining.public String getText()
public TextQuery setText(String txt)
txt
- Text search string.this
For chaining.
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 16 2015