public class ShowProcResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showProc
.Modifier and Type | Class and Description |
---|---|
static class |
ShowProcResponse.ExecutionModes
A set of string constants for the
ShowProcResponse parameter
executionModes . |
Constructor and Description |
---|
ShowProcResponse()
Constructs a ShowProcResponse object with default parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<List<String>> |
getArgs()
Arrays of command-line arguments that will be passed to the procs named
in
procNames when executed. |
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getCommands()
The commands (excluding arguments) that will be invoked when the procs
named in
procNames are executed. |
List<String> |
getExecutionModes()
The execution modes of the procs named in
procNames . |
List<Map<String,ByteBuffer>> |
getFiles()
Maps of the files that make up the procs named in
procNames . |
Map<String,String> |
getInfo()
Additional information.
|
List<Map<String,String>> |
getOptions()
The optional parameters for the procs named in
procNames . |
List<String> |
getProcNames()
The proc names.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
ShowProcResponse |
setArgs(List<List<String>> args)
Arrays of command-line arguments that will be passed to the procs named
in
procNames when executed. |
ShowProcResponse |
setCommands(List<String> commands)
The commands (excluding arguments) that will be invoked when the procs
named in
procNames are executed. |
ShowProcResponse |
setExecutionModes(List<String> executionModes)
The execution modes of the procs named in
procNames . |
ShowProcResponse |
setFiles(List<Map<String,ByteBuffer>> files)
Maps of the files that make up the procs named in
procNames . |
ShowProcResponse |
setInfo(Map<String,String> info)
Additional information.
|
ShowProcResponse |
setOptions(List<Map<String,String>> options)
The optional parameters for the procs named in
procNames . |
ShowProcResponse |
setProcNames(List<String> procNames)
The proc names.
|
String |
toString() |
public ShowProcResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getProcNames()
procNames
.public ShowProcResponse setProcNames(List<String> procNames)
procNames
- The new value for procNames
.this
to mimic the builder pattern.public List<String> getExecutionModes()
procNames
.
Supported values:
DISTRIBUTED
: Distributed
NONDISTRIBUTED
:
Nondistributed
executionModes
.public ShowProcResponse setExecutionModes(List<String> executionModes)
procNames
.
Supported values:
DISTRIBUTED
: Distributed
NONDISTRIBUTED
:
Nondistributed
executionModes
- The new value for executionModes
.this
to mimic the builder pattern.public List<Map<String,ByteBuffer>> getFiles()
procNames
.files
.public ShowProcResponse setFiles(List<Map<String,ByteBuffer>> files)
procNames
.files
- The new value for files
.this
to mimic the builder pattern.public List<String> getCommands()
procNames
are executed.commands
.public ShowProcResponse setCommands(List<String> commands)
procNames
are executed.commands
- The new value for commands
.this
to mimic the builder pattern.public List<List<String>> getArgs()
procNames
when executed.args
.public ShowProcResponse setArgs(List<List<String>> args)
procNames
when executed.args
- The new value for args
.this
to mimic the builder pattern.public List<Map<String,String>> getOptions()
procNames
.options
.public ShowProcResponse setOptions(List<Map<String,String>> options)
procNames
.options
- The new value for options
.this
to mimic the builder pattern.public Map<String,String> getInfo()
info
.public ShowProcResponse setInfo(Map<String,String> info)
info
- The new value for info
.this
to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to getIndexOutOfBoundsException
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to setvalue
- the value to setIndexOutOfBoundsException
Copyright © 2025. All rights reserved.