public class HiveCommandBuilderImpl extends InvocationCallbackBase<CommandResponse> implements HiveCommandBuilder
| Modifier and Type | Method and Description |
|---|---|
HiveCommandBuilder |
approxAggregations(boolean approxAggregations) |
HiveCommandBuilder |
approxModeMaxRt(int approxModeMaxRt) |
HiveCommandBuilder |
approxModeMinRt(int approxModeMinRt) |
HiveCommandBuilder |
approxModeProgress(double approxModeProgress) |
BaseCommand |
build() |
HiveCommandBuilder |
clusterLabel(String clusterLabel) |
HiveCommandBuilder |
commandType(String commandType) |
protected BaseCommand.COMMAND_TYPE |
getCommandType() |
protected com.fasterxml.jackson.databind.node.ObjectNode |
getEntity() |
protected InvokeArguments<CommandResponse> |
getInvokeArguments() |
HiveCommandBuilder |
macro(String name,
String value) |
HiveCommandBuilder |
name(String queryName) |
HiveCommandBuilder |
query(String query) |
HiveCommandBuilder |
sampleSize(int sampleSize) |
HiveCommandBuilder |
scriptLocation(String scriptLocation) |
HiveCommandBuilder |
tags(String[] queryTags) |
getArgumentsInvocation, invoke, raw, withCallbackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildgetArgumentsInvocation, invoke, raw, withCallbackpublic HiveCommandBuilder query(String query)
query in interface HiveCommandBuilderpublic HiveCommandBuilder scriptLocation(String scriptLocation)
scriptLocation in interface HiveCommandBuilderpublic HiveCommandBuilder commandType(String commandType)
commandType in interface HiveCommandBuilderpublic HiveCommandBuilder sampleSize(int sampleSize)
sampleSize in interface HiveCommandBuilderpublic HiveCommandBuilder approxModeProgress(double approxModeProgress)
approxModeProgress in interface HiveCommandBuilderpublic HiveCommandBuilder approxModeMaxRt(int approxModeMaxRt)
approxModeMaxRt in interface HiveCommandBuilderpublic HiveCommandBuilder approxModeMinRt(int approxModeMinRt)
approxModeMinRt in interface HiveCommandBuilderpublic HiveCommandBuilder approxAggregations(boolean approxAggregations)
approxAggregations in interface HiveCommandBuilderpublic HiveCommandBuilder macro(String name, String value)
macro in interface HiveCommandBuilderpublic HiveCommandBuilder clusterLabel(String clusterLabel)
clusterLabel in interface HiveCommandBuilderpublic HiveCommandBuilder name(String queryName)
name in interface HiveCommandBuilderpublic HiveCommandBuilder tags(String[] queryTags)
tags in interface HiveCommandBuilderprotected BaseCommand.COMMAND_TYPE getCommandType()
protected com.fasterxml.jackson.databind.node.ObjectNode getEntity()
protected InvokeArguments<CommandResponse> getInvokeArguments()
getInvokeArguments in class InvocationCallbackBase<CommandResponse>public BaseCommand build()
Copyright © 2020. All rights reserved.