Package com.gpudb.protocol
Class CreateStateTableRequest
- java.lang.Object
-
- com.gpudb.protocol.CreateStateTableRequest
-
- All Implemented Interfaces:
org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
public class CreateStateTableRequest extends Object implements org.apache.avro.generic.IndexedRecord
-
-
Constructor Summary
Constructors Constructor Description CreateStateTableRequest()CreateStateTableRequest(String tableName, String inputTableName, String initTableName, Map<String,String> options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Objectget(int index)static org.apache.avro.SchemagetClassSchema()StringgetInitTableName()StringgetInputTableName()Map<String,String>getOptions()org.apache.avro.SchemagetSchema()StringgetTableName()inthashCode()voidput(int index, Object value)CreateStateTableRequestsetInitTableName(String initTableName)CreateStateTableRequestsetInputTableName(String inputTableName)CreateStateTableRequestsetOptions(Map<String,String> options)CreateStateTableRequestsetTableName(String tableName)StringtoString()
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
getTableName
public String getTableName()
-
setTableName
public CreateStateTableRequest setTableName(String tableName)
-
getInputTableName
public String getInputTableName()
-
setInputTableName
public CreateStateTableRequest setInputTableName(String inputTableName)
-
getInitTableName
public String getInitTableName()
-
setInitTableName
public CreateStateTableRequest setInitTableName(String initTableName)
-
setOptions
public CreateStateTableRequest setOptions(Map<String,String> options)
-
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchemain interfaceorg.apache.avro.generic.GenericContainer
-
get
public Object get(int index)
- Specified by:
getin interfaceorg.apache.avro.generic.IndexedRecord
-
put
public void put(int index, Object value)- Specified by:
putin interfaceorg.apache.avro.generic.IndexedRecord
-
-