Package com.gpudb.protocol
Class DropContainerRegistryRequest
java.lang.Object
com.gpudb.protocol.DropContainerRegistryRequest
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordpublic class DropContainerRegistryRequest extends Object implements org.apache.avro.generic.IndexedRecord
Constructor Summary
ConstructorsConstructorDescriptionDropContainerRegistryRequest(String registryName, Map<String, String> options) Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) static org.apache.avro.Schemaorg.apache.avro.SchemainthashCode()voidsetOptions(Map<String, String> options) setRegistryName(String registryName) toString()
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()setRegistryName
setOptions
getSchema
public org.apache.avro.Schema getSchema()Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainer