public static interface TajoIdProtos.QueryUnitIdProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TajoIdProtos.ExecutionBlockIdProto |
getExecutionBlockId()
required .ExecutionBlockIdProto executionBlockId = 1; |
TajoIdProtos.ExecutionBlockIdProtoOrBuilder |
getExecutionBlockIdOrBuilder()
required .ExecutionBlockIdProto executionBlockId = 1; |
int |
getId()
required int32 id = 2; |
boolean |
hasExecutionBlockId()
required .ExecutionBlockIdProto executionBlockId = 1; |
boolean |
hasId()
required int32 id = 2; |
boolean hasExecutionBlockId()
required .ExecutionBlockIdProto executionBlockId = 1;
TajoIdProtos.ExecutionBlockIdProto getExecutionBlockId()
required .ExecutionBlockIdProto executionBlockId = 1;
TajoIdProtos.ExecutionBlockIdProtoOrBuilder getExecutionBlockIdOrBuilder()
required .ExecutionBlockIdProto executionBlockId = 1;
boolean hasId()
required int32 id = 2;
int getId()
required int32 id = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.