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.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserProtos.RunQueryModifier and TypeMethodDescriptionUserProtos.RunQuery.Builder.build()UserProtos.RunQuery.Builder.buildPartial()static UserProtos.RunQueryUserProtos.RunQuery.getDefaultInstance()UserProtos.RunQuery.Builder.getDefaultInstanceForType()UserProtos.RunQuery.getDefaultInstanceForType()SchemaUserProtos.RunQuery.MessageSchema.newMessage()static UserProtos.RunQueryUserProtos.RunQuery.parseDelimitedFrom(InputStream input) static UserProtos.RunQueryUserProtos.RunQuery.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQueryUserProtos.RunQuery.parseFrom(byte[] data) static UserProtos.RunQueryUserProtos.RunQuery.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQueryUserProtos.RunQuery.parseFrom(com.google.protobuf.ByteString data) static UserProtos.RunQueryUserProtos.RunQuery.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQueryUserProtos.RunQuery.parseFrom(com.google.protobuf.CodedInputStream input) static UserProtos.RunQueryUserProtos.RunQuery.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQueryUserProtos.RunQuery.parseFrom(InputStream input) static UserProtos.RunQueryUserProtos.RunQuery.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.RunQueryUserProtos.RunQuery.parseFrom(ByteBuffer data) static UserProtos.RunQueryUserProtos.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 TypeMethodDescriptionbooleanSchemaUserProtos.RunQuery.MessageSchema.isInitialized(UserProtos.RunQuery message) voidSchemaUserProtos.RunQuery.MessageSchema.mergeFrom(io.protostuff.Input input, UserProtos.RunQuery message) UserProtos.RunQuery.Builder.mergeFrom(UserProtos.RunQuery other) static UserProtos.RunQuery.BuilderUserProtos.RunQuery.newBuilder(UserProtos.RunQuery prototype) voidSchemaUserProtos.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 TypeMethodDescriptionvoidUserClient.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)