| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.properties |
| Modifier and Type | Method and Description |
|---|---|
protected SerializationProxy.Type<T> |
SerializationProxy.createType(String cname)
Creates a Type using a class name.
|
protected SerializationProxy.Type<T> |
SerializationProxy.readType(DataInput in)
When reading an instance, fetch the type through the canonical class name that was persisted.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SerializationProxy.writeType(SerializationProxy.Type<?> type,
DataOutput out)
When writing out this instance, write down the canonical class name it proxifies.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.