public class GoraSerializerTypeInferer extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
GoraSerializerTypeInferer() |
| Modifier and Type | Method and Description |
|---|---|
static <T> me.prettyprint.hector.api.Serializer<T> |
getSerializer(Class<?> valueClass) |
static <T> me.prettyprint.hector.api.Serializer<T> |
getSerializer(Object value) |
static <T> me.prettyprint.hector.api.Serializer<T> |
getSerializer(org.apache.avro.Schema.Type type) |
static <T> me.prettyprint.hector.api.Serializer<T> |
getSerializer(org.apache.avro.Schema.Type type,
Class<T> clazz) |
static <T> me.prettyprint.hector.api.Serializer<T> |
getSerializer(org.apache.avro.Schema.Type type,
org.apache.avro.Schema.Type elementType) |
static <T> me.prettyprint.hector.api.Serializer<T> |
getSerializer(org.apache.avro.Schema schema) |
public static <T> me.prettyprint.hector.api.Serializer<T> getSerializer(Object value)
public static <T> me.prettyprint.hector.api.Serializer<T> getSerializer(Class<?> valueClass)
public static <T> me.prettyprint.hector.api.Serializer<T> getSerializer(org.apache.avro.Schema schema)
public static <T> me.prettyprint.hector.api.Serializer<T> getSerializer(org.apache.avro.Schema.Type type)
public static <T> me.prettyprint.hector.api.Serializer<T> getSerializer(org.apache.avro.Schema.Type type,
org.apache.avro.Schema.Type elementType)
public static <T> me.prettyprint.hector.api.Serializer<T> getSerializer(org.apache.avro.Schema.Type type,
Class<T> clazz)
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.