Package | Description |
---|---|
org.apache.tajo | |
org.apache.tajo.util |
Modifier and Type | Field and Description |
---|---|
static QueryId |
QueryIdFactory.NULL_QUERY_ID |
Modifier and Type | Method and Description |
---|---|
QueryId |
ExecutionBlockId.getQueryId() |
static QueryId |
QueryIdFactory.newQueryId(long timestamp,
int seq) |
static QueryId |
QueryIdFactory.newQueryId(String seedQueryId) |
static QueryId |
QueryIdFactory.newQueryId(String seedQueryId,
int seq) |
Modifier and Type | Method and Description |
---|---|
int |
QueryId.compareTo(QueryId queryId) |
static ExecutionBlockId |
QueryIdFactory.newExecutionBlockId(QueryId queryId) |
static ExecutionBlockId |
QueryIdFactory.newExecutionBlockId(QueryId queryId,
int id) |
Constructor and Description |
---|
ExecutionBlockId(QueryId queryId,
int id) |
Modifier and Type | Method and Description |
---|---|
static QueryId |
TajoIdUtils.parseQueryId(String idStr) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.