Class ServerMetaProvider.ServerMetaWorker
java.lang.Object
org.apache.drill.exec.work.metadata.ServerMetaProvider.ServerMetaWorker
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ServerMetaProvider
Runnable that creates server meta information for given
ServerMetaReq
and
sends the response at the end.-
Constructor Summary
ConstructorDescriptionServerMetaWorker
(UserSession session, DrillbitContext context, UserProtos.GetServerMetaReq req, ResponseSender responseSender) -
Method Summary
Modifier and TypeMethodDescriptionstatic UserProtos.IdentifierCasing
getIdentifierCasing
(org.apache.calcite.avatica.util.Casing casing, boolean caseSensitive) void
run()
-
Constructor Details
-
ServerMetaWorker
public ServerMetaWorker(UserSession session, DrillbitContext context, UserProtos.GetServerMetaReq req, ResponseSender responseSender)
-
-
Method Details
-
run
public void run() -
getIdentifierCasing
public static UserProtos.IdentifierCasing getIdentifierCasing(org.apache.calcite.avatica.util.Casing casing, boolean caseSensitive)
-