Uses of Class
org.apache.drill.exec.proto.UserBitShared.QueryProfile
Package
Description
-
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.QueryProfile>
UserBitShared.QueryProfile.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserBitShared.QueryProfile.Builder.build()
UserBitShared.QueryProfile.Builder.buildPartial()
static UserBitShared.QueryProfile
UserBitShared.QueryProfile.getDefaultInstance()
UserBitShared.QueryProfile.Builder.getDefaultInstanceForType()
UserBitShared.QueryProfile.getDefaultInstanceForType()
SchemaUserBitShared.QueryProfile.MessageSchema.newMessage()
static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseDelimitedFrom
(InputStream input) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(byte[] data) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(com.google.protobuf.ByteString data) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(com.google.protobuf.CodedInputStream input) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(InputStream input) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(ByteBuffer data) static UserBitShared.QueryProfile
UserBitShared.QueryProfile.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.QueryProfile>
UserBitShared.QueryProfile.getParserForType()
static com.google.protobuf.Parser<UserBitShared.QueryProfile>
UserBitShared.QueryProfile.parser()
SchemaUserBitShared.QueryProfile.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserBitShared.QueryProfile.MessageSchema.isInitialized
(UserBitShared.QueryProfile message) void
SchemaUserBitShared.QueryProfile.MessageSchema.mergeFrom
(io.protostuff.Input input, UserBitShared.QueryProfile message) UserBitShared.QueryProfile.Builder.mergeFrom
(UserBitShared.QueryProfile other) UserBitShared.QueryProfile.newBuilder
(UserBitShared.QueryProfile prototype) void
SchemaUserBitShared.QueryProfile.MessageSchema.writeTo
(io.protostuff.Output output, UserBitShared.QueryProfile message) -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.rpc.control
Modifier and TypeMethodDescriptionControlTunnel.requestQueryProfile
(UserBitShared.QueryId queryId) Modifier and TypeMethodDescriptionvoid
ControlTunnel.RequestProfile.doRpcCall
(RpcOutcomeListener<UserBitShared.QueryProfile> outcomeListener, ControlConnection connection) -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.server
Modifier and TypeMethodDescriptionQueryProfileStoreContext.getCompletedProfileStore()
QueryProfileStoreContext.getProfileStoreConfig()
-
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.server.rest.profile
ModifierConstructorDescriptionProfileWrapper
(UserBitShared.QueryProfile profile, DrillConfig drillConfig, javax.servlet.http.HttpServletRequest request) -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.store.sys
Modifier 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
Modifier and TypeMethodDescriptionControlMessageHandler.requestQueryStatus
(UserBitShared.QueryId queryId) -
Uses of UserBitShared.QueryProfile in org.apache.drill.exec.work.foreman