Package org.apache.drill.exec.proto
Interface UserBitShared.QueryIdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.QueryId
,UserBitShared.QueryId.Builder
- Enclosing class:
- UserBitShared
public static interface UserBitShared.QueryIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPart1
boolean hasPart1()optional sfixed64 part1 = 1;
- Returns:
- Whether the part1 field is set.
-
getPart1
long getPart1()optional sfixed64 part1 = 1;
- Returns:
- The part1.
-
hasPart2
boolean hasPart2()optional sfixed64 part2 = 2;
- Returns:
- Whether the part2 field is set.
-
getPart2
long getPart2()optional sfixed64 part2 = 2;
- Returns:
- The part2.
-