Uses of Class
org.apache.drill.exec.proto.UserProtos.RunQuery
Packages that use UserProtos.RunQuery
Package
Description
-
Uses of UserProtos.RunQuery in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.RunQueryModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.RunQuery>
UserProtos.RunQuery.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.RunQueryModifier and TypeMethodDescriptionUserProtos.RunQuery.Builder.build()
UserProtos.RunQuery.Builder.buildPartial()
static UserProtos.RunQuery
UserProtos.RunQuery.getDefaultInstance()
UserProtos.RunQuery.Builder.getDefaultInstanceForType()
UserProtos.RunQuery.getDefaultInstanceForType()
SchemaUserProtos.RunQuery.MessageSchema.newMessage()
static UserProtos.RunQuery
UserProtos.RunQuery.parseDelimitedFrom
(InputStream input) static UserProtos.RunQuery
UserProtos.RunQuery.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(byte[] data) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(InputStream input) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(ByteBuffer data) static UserProtos.RunQuery
UserProtos.RunQuery.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.RunQueryModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.RunQuery>
UserProtos.RunQuery.getParserForType()
static com.google.protobuf.Parser<UserProtos.RunQuery>
UserProtos.RunQuery.parser()
SchemaUserProtos.RunQuery.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.RunQueryModifier and TypeMethodDescriptionboolean
SchemaUserProtos.RunQuery.MessageSchema.isInitialized
(UserProtos.RunQuery message) void
SchemaUserProtos.RunQuery.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.RunQuery message) UserProtos.RunQuery.Builder.mergeFrom
(UserProtos.RunQuery other) static UserProtos.RunQuery.Builder
UserProtos.RunQuery.newBuilder
(UserProtos.RunQuery prototype) void
SchemaUserProtos.RunQuery.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.RunQuery message) -
Uses of UserProtos.RunQuery in org.apache.drill.exec.rpc.user
Methods in org.apache.drill.exec.rpc.user with parameters of type UserProtos.RunQueryModifier and TypeMethodDescriptionvoid
UserClient.submitQuery
(UserResultsListener resultsListener, UserProtos.RunQuery query) -
Uses of UserProtos.RunQuery in org.apache.drill.exec.work.foreman
Constructors in org.apache.drill.exec.work.foreman with parameters of type UserProtos.RunQueryModifierConstructorDescriptionForeman
(WorkManager.WorkerBee bee, DrillbitContext drillbitContext, UserClientConnection connection, UserBitShared.QueryId queryId, UserProtos.RunQuery queryRequest) Constructor.QueryManager
(UserBitShared.QueryId queryId, UserProtos.RunQuery runQuery, PersistentStoreProvider storeProvider, ClusterCoordinator coordinator, Foreman foreman) -
Uses of UserProtos.RunQuery in org.apache.drill.exec.work.user
Methods in org.apache.drill.exec.work.user with parameters of type UserProtos.RunQueryModifier and TypeMethodDescriptionUserWorker.submitWork
(UserClientConnection connection, UserProtos.RunQuery query)