public class QueryUnitId extends Object implements Comparable<QueryUnitId>
Modifier and Type | Field and Description |
---|---|
static String |
QU_ID_PREFIX |
Constructor and Description |
---|
QueryUnitId(ExecutionBlockId executionBlockId,
int id) |
QueryUnitId(TajoIdProtos.QueryUnitIdProto proto) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(QueryUnitId queryUnitId) |
boolean |
equals(Object obj) |
ExecutionBlockId |
getExecutionBlockId() |
int |
getId() |
TajoIdProtos.QueryUnitIdProto |
getProto() |
int |
hashCode() |
String |
toString() |
String |
toStringNoPrefix() |
public static final String QU_ID_PREFIX
public QueryUnitId(ExecutionBlockId executionBlockId, int id)
public QueryUnitId(TajoIdProtos.QueryUnitIdProto proto)
public ExecutionBlockId getExecutionBlockId()
public int getId()
public TajoIdProtos.QueryUnitIdProto getProto()
public int compareTo(QueryUnitId queryUnitId)
compareTo
in interface Comparable<QueryUnitId>
public String toStringNoPrefix()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.