@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SerDeInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about a serialization/deserialization program (SerDe) which serves as an extractor and loader.
Constructor and Description |
---|
SerDeInfo() |
Modifier and Type | Method and Description |
---|---|
SerDeInfo |
addParametersEntry(String key,
String value) |
SerDeInfo |
clearParametersEntries()
Removes all the entries added into Parameters.
|
SerDeInfo |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the SerDe.
|
Map<String,String> |
getParameters()
A list of initialization parameters for the SerDe, in key-value form.
|
String |
getSerializationLibrary()
Usually the class that implements the SerDe.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
Name of the SerDe.
|
void |
setParameters(Map<String,String> parameters)
A list of initialization parameters for the SerDe, in key-value form.
|
void |
setSerializationLibrary(String serializationLibrary)
Usually the class that implements the SerDe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SerDeInfo |
withName(String name)
Name of the SerDe.
|
SerDeInfo |
withParameters(Map<String,String> parameters)
A list of initialization parameters for the SerDe, in key-value form.
|
SerDeInfo |
withSerializationLibrary(String serializationLibrary)
Usually the class that implements the SerDe.
|
public void setName(String name)
Name of the SerDe.
name
- Name of the SerDe.public String getName()
Name of the SerDe.
public SerDeInfo withName(String name)
Name of the SerDe.
name
- Name of the SerDe.public void setSerializationLibrary(String serializationLibrary)
Usually the class that implements the SerDe. An example is:
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.
serializationLibrary
- Usually the class that implements the SerDe. An example is:
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.public String getSerializationLibrary()
Usually the class that implements the SerDe. An example is:
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.public SerDeInfo withSerializationLibrary(String serializationLibrary)
Usually the class that implements the SerDe. An example is:
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.
serializationLibrary
- Usually the class that implements the SerDe. An example is:
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.public Map<String,String> getParameters()
A list of initialization parameters for the SerDe, in key-value form.
public void setParameters(Map<String,String> parameters)
A list of initialization parameters for the SerDe, in key-value form.
parameters
- A list of initialization parameters for the SerDe, in key-value form.public SerDeInfo withParameters(Map<String,String> parameters)
A list of initialization parameters for the SerDe, in key-value form.
parameters
- A list of initialization parameters for the SerDe, in key-value form.public SerDeInfo clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.