| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SerDeInfo |
SerDeInfo.addParametersEntry(String key,
String value) |
SerDeInfo |
SerDeInfo.clearParametersEntries()
Removes all the entries added into Parameters.
|
SerDeInfo |
SerDeInfo.clone() |
SerDeInfo |
StorageDescriptor.getSerdeInfo()
Serialization/deserialization (SerDe) information.
|
SerDeInfo |
SerDeInfo.withName(String name)
Name of the SerDe.
|
SerDeInfo |
SerDeInfo.withParameters(Map<String,String> parameters)
A list of initialization parameters for the SerDe, in key-value form.
|
SerDeInfo |
SerDeInfo.withSerializationLibrary(String serializationLibrary)
Usually the class that implements the SerDe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageDescriptor.setSerdeInfo(SerDeInfo serdeInfo)
Serialization/deserialization (SerDe) information.
|
StorageDescriptor |
StorageDescriptor.withSerdeInfo(SerDeInfo serdeInfo)
Serialization/deserialization (SerDe) information.
|
Copyright © 2018. All rights reserved.