Package | Description |
---|---|
org.apache.tajo | |
org.apache.tajo.util |
Modifier and Type | Method and Description |
---|---|
ExecutionBlockId |
QueryUnitId.getExecutionBlockId() |
static ExecutionBlockId |
QueryIdFactory.newExecutionBlockId(QueryId queryId) |
static ExecutionBlockId |
QueryIdFactory.newExecutionBlockId(QueryId queryId,
int id) |
Modifier and Type | Method and Description |
---|---|
int |
ExecutionBlockId.compareTo(ExecutionBlockId executionBlockId) |
static QueryUnitId |
QueryIdFactory.newQueryUnitId(ExecutionBlockId executionBlockId) |
static QueryUnitId |
QueryIdFactory.newQueryUnitId(ExecutionBlockId executionBlockId,
int id) |
Constructor and Description |
---|
QueryUnitId(ExecutionBlockId executionBlockId,
int id) |
Modifier and Type | Method and Description |
---|---|
static ExecutionBlockId |
TajoIdUtils.createExecutionBlockId(String idStr) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.