public static interface TajoIdProtos.ExecutionBlockIdProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getId()
required int32 id = 2; |
TajoIdProtos.QueryIdProto |
getQueryId()
required .QueryIdProto queryId = 1; |
TajoIdProtos.QueryIdProtoOrBuilder |
getQueryIdOrBuilder()
required .QueryIdProto queryId = 1; |
boolean |
hasId()
required int32 id = 2; |
boolean |
hasQueryId()
required .QueryIdProto queryId = 1; |
boolean hasQueryId()
required .QueryIdProto queryId = 1;
TajoIdProtos.QueryIdProto getQueryId()
required .QueryIdProto queryId = 1;
TajoIdProtos.QueryIdProtoOrBuilder getQueryIdOrBuilder()
required .QueryIdProto queryId = 1;
boolean hasId()
required int32 id = 2;
int getId()
required int32 id = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.