public class RunningQuery extends Object
| Constructor and Description |
|---|
RunningQuery(String id,
Query query,
Metadata metadata)
Constructor that takes an id, query, query string, and start time.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTimedOut()
Returns true if this running query has timed out.
|
String |
toString() |
public RunningQuery(String id, Query query, Metadata metadata)
id - The query id.query - The query object.metadata - The metadata associated with the given query.Copyright © 2021. All rights reserved.