Uses of Class
org.apache.drill.exec.proto.UserBitShared.OperatorProfile
Package
Description
-
Uses of UserBitShared.OperatorProfile in org.apache.drill.exec.ops
-
Uses of UserBitShared.OperatorProfile in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.OperatorProfile>
UserBitShared.OperatorProfile.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserBitShared.OperatorProfile.Builder.build()
UserBitShared.OperatorProfile.Builder.buildPartial()
UserBitShared.OperatorProfile.getDefaultInstance()
UserBitShared.OperatorProfile.Builder.getDefaultInstanceForType()
UserBitShared.OperatorProfile.getDefaultInstanceForType()
UserBitShared.MinorFragmentProfile.Builder.getOperatorProfile
(int index) repeated .exec.shared.OperatorProfile operator_profile = 4;
UserBitShared.MinorFragmentProfile.getOperatorProfile
(int index) repeated .exec.shared.OperatorProfile operator_profile = 4;
UserBitShared.MinorFragmentProfileOrBuilder.getOperatorProfile
(int index) repeated .exec.shared.OperatorProfile operator_profile = 4;
SchemaUserBitShared.OperatorProfile.MessageSchema.newMessage()
UserBitShared.OperatorProfile.parseDelimitedFrom
(InputStream input) UserBitShared.OperatorProfile.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.OperatorProfile.parseFrom
(byte[] data) UserBitShared.OperatorProfile.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.OperatorProfile.parseFrom
(com.google.protobuf.ByteString data) UserBitShared.OperatorProfile.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.OperatorProfile.parseFrom
(com.google.protobuf.CodedInputStream input) UserBitShared.OperatorProfile.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.OperatorProfile.parseFrom
(InputStream input) UserBitShared.OperatorProfile.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserBitShared.OperatorProfile.parseFrom
(ByteBuffer data) UserBitShared.OperatorProfile.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionUserBitShared.MinorFragmentProfile.Builder.getOperatorProfileList()
repeated .exec.shared.OperatorProfile operator_profile = 4;
UserBitShared.MinorFragmentProfile.getOperatorProfileList()
repeated .exec.shared.OperatorProfile operator_profile = 4;
UserBitShared.MinorFragmentProfileOrBuilder.getOperatorProfileList()
repeated .exec.shared.OperatorProfile operator_profile = 4;
com.google.protobuf.Parser<UserBitShared.OperatorProfile>
UserBitShared.OperatorProfile.getParserForType()
static com.google.protobuf.Parser<UserBitShared.OperatorProfile>
UserBitShared.OperatorProfile.parser()
SchemaUserBitShared.OperatorProfile.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionUserBitShared.MinorFragmentProfile.Builder.addOperatorProfile
(int index, UserBitShared.OperatorProfile value) repeated .exec.shared.OperatorProfile operator_profile = 4;
UserBitShared.MinorFragmentProfile.Builder.addOperatorProfile
(UserBitShared.OperatorProfile value) repeated .exec.shared.OperatorProfile operator_profile = 4;
boolean
SchemaUserBitShared.OperatorProfile.MessageSchema.isInitialized
(UserBitShared.OperatorProfile message) void
SchemaUserBitShared.OperatorProfile.MessageSchema.mergeFrom
(io.protostuff.Input input, UserBitShared.OperatorProfile message) UserBitShared.OperatorProfile.Builder.mergeFrom
(UserBitShared.OperatorProfile other) UserBitShared.OperatorProfile.newBuilder
(UserBitShared.OperatorProfile prototype) UserBitShared.MinorFragmentProfile.Builder.setOperatorProfile
(int index, UserBitShared.OperatorProfile value) repeated .exec.shared.OperatorProfile operator_profile = 4;
void
SchemaUserBitShared.OperatorProfile.MessageSchema.writeTo
(io.protostuff.Output output, UserBitShared.OperatorProfile message) Modifier and TypeMethodDescriptionUserBitShared.MinorFragmentProfile.Builder.addAllOperatorProfile
(Iterable<? extends UserBitShared.OperatorProfile> values) repeated .exec.shared.OperatorProfile operator_profile = 4;
-
Uses of UserBitShared.OperatorProfile in org.apache.drill.exec.server.rest.profile
Modifier and TypeMethodDescriptionOperatorPathBuilder.setOperator
(UserBitShared.OperatorProfile op) ModifierConstructorDescriptionOperatorWrapper
(int major, List<org.apache.commons.lang3.tuple.ImmutablePair<org.apache.commons.lang3.tuple.ImmutablePair<UserBitShared.OperatorProfile, Integer>, String>> opsAndHostsList, Map<String, String> phyOperMap, DrillConfig config)