Uses of Class
org.apache.drill.exec.proto.UserBitShared.OperatorProfile
Packages that use UserBitShared.OperatorProfile
Package
Description
-
Uses of UserBitShared.OperatorProfile in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return UserBitShared.OperatorProfile -
Uses of UserBitShared.OperatorProfile in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserBitShared.OperatorProfileModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.OperatorProfile> UserBitShared.OperatorProfile.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserBitShared.OperatorProfileModifier 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) Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.OperatorProfileModifier 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()Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.OperatorProfileModifier 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;booleanSchemaUserBitShared.OperatorProfile.MessageSchema.isInitialized(UserBitShared.OperatorProfile message) voidSchemaUserBitShared.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;voidSchemaUserBitShared.OperatorProfile.MessageSchema.writeTo(io.protostuff.Output output, UserBitShared.OperatorProfile message) Method parameters in org.apache.drill.exec.proto with type arguments of type UserBitShared.OperatorProfileModifier 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
Methods in org.apache.drill.exec.server.rest.profile with parameters of type UserBitShared.OperatorProfileModifier and TypeMethodDescriptionOperatorPathBuilder.setOperator(UserBitShared.OperatorProfile op) Constructor parameters in org.apache.drill.exec.server.rest.profile with type arguments of type UserBitShared.OperatorProfileModifierConstructorDescriptionOperatorWrapper(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)