Package org.apache.drill.exec.proto
Interface UserBitShared.NodeStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.NodeStatus,UserBitShared.NodeStatus.Builder
- Enclosing class:
UserBitShared
public static interface UserBitShared.NodeStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional int64 memory_footprint = 2;intoptional int32 node_id = 1;booleanoptional int64 memory_footprint = 2;booleanoptional int32 node_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNodeId
boolean hasNodeId()optional int32 node_id = 1;- Returns:
- Whether the nodeId field is set.
-
getNodeId
int getNodeId()optional int32 node_id = 1;- Returns:
- The nodeId.
-
hasMemoryFootprint
boolean hasMemoryFootprint()optional int64 memory_footprint = 2;- Returns:
- Whether the memoryFootprint field is set.
-
getMemoryFootprint
long getMemoryFootprint()optional int64 memory_footprint = 2;- Returns:
- The memoryFootprint.
-