Uses of Class
org.apache.drill.exec.proto.UserBitShared.QueryProfile
Packages that use UserBitShared.QueryProfile
Package
Description
-
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserBitShared.QueryProfileModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.QueryProfile> UserBitShared.QueryProfile.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserBitShared.QueryProfileModifier and TypeMethodDescriptionUserBitShared.QueryProfile.Builder.build()UserBitShared.QueryProfile.Builder.buildPartial()static UserBitShared.QueryProfileUserBitShared.QueryProfile.getDefaultInstance()UserBitShared.QueryProfile.Builder.getDefaultInstanceForType()UserBitShared.QueryProfile.getDefaultInstanceForType()SchemaUserBitShared.QueryProfile.MessageSchema.newMessage()static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseDelimitedFrom(InputStream input) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(byte[] data) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(com.google.protobuf.ByteString data) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(com.google.protobuf.CodedInputStream input) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(InputStream input) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(ByteBuffer data) static UserBitShared.QueryProfileUserBitShared.QueryProfile.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.QueryProfileModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.QueryProfile> UserBitShared.QueryProfile.getParserForType()static com.google.protobuf.Parser<UserBitShared.QueryProfile> UserBitShared.QueryProfile.parser()SchemaUserBitShared.QueryProfile.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.QueryProfileModifier and TypeMethodDescriptionbooleanSchemaUserBitShared.QueryProfile.MessageSchema.isInitialized(UserBitShared.QueryProfile message) voidSchemaUserBitShared.QueryProfile.MessageSchema.mergeFrom(io.protostuff.Input input, UserBitShared.QueryProfile message) UserBitShared.QueryProfile.Builder.mergeFrom(UserBitShared.QueryProfile other) UserBitShared.QueryProfile.newBuilder(UserBitShared.QueryProfile prototype) voidSchemaUserBitShared.QueryProfile.MessageSchema.writeTo(io.protostuff.Output output, UserBitShared.QueryProfile message) -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.rpc.control
Methods in org.apache.drill.exec.rpc.control that return types with arguments of type UserBitShared.QueryProfileModifier and TypeMethodDescriptionControlTunnel.requestQueryProfile(UserBitShared.QueryId queryId) Method parameters in org.apache.drill.exec.rpc.control with type arguments of type UserBitShared.QueryProfileModifier and TypeMethodDescriptionvoidControlTunnel.RequestProfile.doRpcCall(RpcOutcomeListener<UserBitShared.QueryProfile> outcomeListener, ControlConnection connection) -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return types with arguments of type UserBitShared.QueryProfileModifier and TypeMethodDescriptionQueryProfileStoreContext.getCompletedProfileStore()QueryProfileStoreContext.getProfileStoreConfig() -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.server.rest.profile
Methods in org.apache.drill.exec.server.rest.profile that return UserBitShared.QueryProfileConstructors in org.apache.drill.exec.server.rest.profile with parameters of type UserBitShared.QueryProfileModifierConstructorDescriptionProfileWrapper(UserBitShared.QueryProfile profile, DrillConfig drillConfig, javax.servlet.http.HttpServletRequest request) -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.store.sys
Methods in org.apache.drill.exec.store.sys that return types with arguments of type UserBitShared.QueryProfileModifier and TypeMethodDescriptionprotected Iterator<Map.Entry<String, UserBitShared.QueryProfile>> ProfileIterator.getAuthorizedProfiles(String username, boolean isAdministrator) protected Iterator<Map.Entry<String, UserBitShared.QueryProfile>> ProfileInfoIterator.getProfiles(int skip, int take) protected abstract Iterator<Map.Entry<String, UserBitShared.QueryProfile>> ProfileIterator.getProfiles(int skip, int take) Returns profiles based of given range.protected Iterator<Map.Entry<String, UserBitShared.QueryProfile>> ProfileJsonIterator.getProfiles(int skip, int take) -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.work.batch
Methods in org.apache.drill.exec.work.batch that return UserBitShared.QueryProfileModifier and TypeMethodDescriptionControlMessageHandler.requestQueryStatus(UserBitShared.QueryId queryId) -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.work.foreman
Methods in org.apache.drill.exec.work.foreman that return UserBitShared.QueryProfile