Uses of Interface
org.apache.drill.exec.rpc.user.UserResultsListener
Packages that use UserResultsListener
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserResultsListener in org.apache.drill.exec.client
Classes in org.apache.drill.exec.client that implement UserResultsListenerMethods in org.apache.drill.exec.client with parameters of type UserResultsListenerModifier and TypeMethodDescriptionvoidDrillClient.executePreparedStatement(UserProtos.PreparedStatementHandle preparedStatementHandle, UserResultsListener resultsListener) Execute the given prepared statement.voidDrillClient.runQuery(UserBitShared.QueryType type, String plan, UserResultsListener resultsListener) Submits a Logical plan for direct execution (bypasses parsing)voidDrillClient.runQuery(UserBitShared.QueryType type, List<BitControl.PlanFragment> planFragments, UserResultsListener resultsListener) Run query based on list of fragments that were supposedly produced during query planning phase. -
Uses of UserResultsListener in org.apache.drill.exec.rpc.user
Classes in org.apache.drill.exec.rpc.user that implement UserResultsListenerModifier and TypeClassDescriptionclassGeneral mechanism for waiting on the query to be executedclassMethods in org.apache.drill.exec.rpc.user with parameters of type UserResultsListenerModifier and TypeMethodDescriptionQueryResultHandler.getWrappedListener(UserResultsListener resultsListener) voidUserClient.submitQuery(UserResultsListener resultsListener, UserProtos.RunQuery query) Constructors in org.apache.drill.exec.rpc.user with parameters of type UserResultsListener