public class StorerInfo extends Object implements Serializable
Constructor and Description |
---|
StorerInfo(String ifClass,
String ofClass,
String serdeClass,
String storageHandlerClass,
Properties properties)
Initialize the storer information.
|
Modifier and Type | Method and Description |
---|---|
String |
getIfClass() |
String |
getOfClass() |
Properties |
getProperties() |
String |
getSerdeClass() |
String |
getStorageHandlerClass() |
void |
setIfClass(String ifClass) |
void |
setProperties(Properties properties) |
public StorerInfo(String ifClass, String ofClass, String serdeClass, String storageHandlerClass, Properties properties)
ifClass
- the input format classofClass
- the output format classserdeClass
- the SerDe classstorageHandlerClass
- the storage handler classproperties
- the properties for the storage handlerpublic String getIfClass()
public void setIfClass(String ifClass)
ifClass
- the input format classpublic String getOfClass()
public String getSerdeClass()
public String getStorageHandlerClass()
public Properties getProperties()
public void setProperties(Properties properties)
properties
- the storer properties to setCopyright © 2017 The Apache Software Foundation. All rights reserved.