public class QueryId extends Object implements Comparable<QueryId>
Modifier and Type | Field and Description |
---|---|
static String |
QUERY_ID_PREFIX |
static String |
SEPARATOR |
Constructor and Description |
---|
QueryId(String id,
int seq) |
QueryId(TajoIdProtos.QueryIdProto queryId) |
public static final String SEPARATOR
public static final String QUERY_ID_PREFIX
public QueryId(String id, int seq)
public QueryId(TajoIdProtos.QueryIdProto queryId)
public String getId()
public int getSeq()
public int compareTo(QueryId queryId)
compareTo
in interface Comparable<QueryId>
public TajoIdProtos.QueryIdProto getProto()
public String toStringNoPrefix()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.