public interface PigCommandBuilder extends InvokableBuilder<CommandResponse>
Modifier and Type | Method and Description |
---|---|
BaseCommand |
build() |
PigCommandBuilder |
clusterLabel(String clusterLabel) |
PigCommandBuilder |
latin_statements(String latin_statements) |
PigCommandBuilder |
name(String commmandName) |
PigCommandBuilder |
parameters(Map<String,Object> parameters) |
PigCommandBuilder |
script_location(String script_location) |
PigCommandBuilder |
tags(String[] queryTags) |
getArgumentsInvocation, invoke, raw, withCallback
PigCommandBuilder script_location(String script_location)
PigCommandBuilder parameters(Map<String,Object> parameters)
PigCommandBuilder latin_statements(String latin_statements)
PigCommandBuilder clusterLabel(String clusterLabel)
PigCommandBuilder name(String commmandName)
PigCommandBuilder tags(String[] queryTags)
BaseCommand build()
Copyright © 2020. All rights reserved.