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.IndexedRecordpublic class CreateStateTableRequest extends Object implements org.apache.avro.generic.IndexedRecord
Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) static org.apache.avro.Schemaorg.apache.avro.SchemainthashCode()voidsetInitTableName(String initTableName) setInputTableName(String inputTableName) setOptions(Map<String, String> options) setTableName(String tableName) toString()
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()setTableName
setInputTableName
setInitTableName
setOptions
getSchema
public org.apache.avro.Schema getSchema()Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainer