public class WritableConversions extends Object
| Modifier and Type | Method and Description |
|---|---|
static <KEY,VAL extends Writable> |
getConversion(String className)
Get the conversion functions to and from the WritableComparable for the specified class.
|
@Nullable public static <KEY,VAL extends Writable> WritableConversion<KEY,VAL> getConversion(String className)
className - the name of the class to convert to/from a WritableComparableCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.