com.ibm.jbatch.tck.artifacts.common
Class AbstractPartitionPlan
java.lang.Object
com.ibm.jbatch.tck.artifacts.common.AbstractPartitionPlan
- All Implemented Interfaces:
- Externalizable, Serializable, PartitionPlan
- Direct Known Subclasses:
- MyPartitionPlan
public abstract class AbstractPartitionPlan
- extends Object
- implements PartitionPlan
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPartitionPlan
public AbstractPartitionPlan()
getPartitionCount
public int getPartitionCount()
- Specified by:
getPartitionCount in interface PartitionPlan
setPartitionCount
public void setPartitionCount(int partitionCount)
- Specified by:
setPartitionCount in interface PartitionPlan
getThreadCount
public int getThreadCount()
- Specified by:
getThreadCount in interface PartitionPlan
setThreadCount
public void setThreadCount(int threadCount)
- Specified by:
setThreadCount in interface PartitionPlan
getPartitionProperties
public Properties[] getPartitionProperties()
- Specified by:
getPartitionProperties in interface PartitionPlan
setPartitionProperties
public void setPartitionProperties(Properties[] partitionProperties)
- Specified by:
setPartitionProperties in interface PartitionPlan
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
Copyright © 2013. All Rights Reserved.