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