Uses of Class
org.apache.drill.exec.proto.UserProtos.RunQuery
Package
Description
-
Uses of UserProtos.RunQuery in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.RunQuery>
UserProtos.RunQuery.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.RunQuery>
UserProtos.RunQuery.getParserForType()
static com.google.protobuf.Parser<UserProtos.RunQuery>
UserProtos.RunQuery.parser()
SchemaUserProtos.RunQuery.MessageSchema.typeClass()
Modifier 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
Modifier and TypeMethodDescriptionvoid
UserClient.submitQuery
(UserResultsListener resultsListener, UserProtos.RunQuery query) -
Uses of UserProtos.RunQuery in org.apache.drill.exec.work.foreman
ModifierConstructorDescriptionForeman
(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
Modifier and TypeMethodDescriptionUserWorker.submitWork
(UserClientConnection connection, UserProtos.RunQuery query)