public class PartitionConfig extends Object implements Serializable
Constructor and Description |
---|
PartitionConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
Integer |
getCount() |
String |
getCountRef()
Get the job context count reference
|
String |
getFunctionName() |
Map<String,String> |
getInput() |
String |
getOutput() |
PartitionType |
getType() |
List<String> |
getValidationErrors()
Get any validation errors
|
void |
setClassName(String className) |
void |
setCount(Integer count) |
void |
setCountRef(String countRef)
Set the job context count reference
|
void |
setFunctionName(String functionName) |
void |
setInput(Map<String,String> input) |
void |
setOutput(String output) |
void |
setType(PartitionType type) |
boolean |
valid()
Determine if this instance is valid
|
public PartitionType getType()
public void setType(PartitionType type)
type
- the type to setpublic String getClassName()
public void setClassName(String className)
className
- the className to setpublic String getOutput()
public void setOutput(String output)
output
- the output to set.public String getFunctionName()
public void setFunctionName(String functionName)
functionName
- the functionName to setpublic Integer getCount()
public void setCount(Integer count)
count
- the count to setpublic String getCountRef()
public void setCountRef(String countRef)
countRef
- the countRef to setpublic boolean valid()
Copyright © 2016 iNetria. All rights reserved.