Uses of Class
org.apache.avro.generic.GenericData.StringType

Packages that use GenericData.StringType
org.apache.avro.compiler.specific   
org.apache.avro.generic A generic representation for Avro data. 
 

Uses of GenericData.StringType in org.apache.avro.compiler.specific
 

Methods in org.apache.avro.compiler.specific that return GenericData.StringType
 GenericData.StringType ProtocolTask.getStringType()
          Get the string type.
 

Methods in org.apache.avro.compiler.specific with parameters of type GenericData.StringType
 void SpecificCompiler.setStringType(GenericData.StringType t)
          Set the Java type to be emitted for string schemas.
 void ProtocolTask.setStringType(GenericData.StringType type)
          Set the string type.
 

Uses of GenericData.StringType in org.apache.avro.generic
 

Methods in org.apache.avro.generic that return GenericData.StringType
static GenericData.StringType GenericData.StringType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenericData.StringType[] GenericData.StringType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.avro.generic with parameters of type GenericData.StringType
static void GenericData.setStringType(Schema s, GenericData.StringType stringType)
          Set the Java type to be used when reading this schema.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.