jsr352.tck.common
Class AbstractPartitionPlan

java.lang.Object
  extended by jsr352.tck.common.AbstractPartitionPlan
All Implemented Interfaces:
Externalizable, Serializable, PartitionPlan
Direct Known Subclasses:
MyPartitionPlan

public abstract class AbstractPartitionPlan
extends Object
implements PartitionPlan

See Also:
Serialized Form

Constructor Summary
AbstractPartitionPlan()
           
 
Method Summary
 int getPartitionCount()
           
 Properties[] getPartitionProperties()
           
 int getThreadCount()
           
 void setPartitionCount(int partitionCount)
           
 void setPartitionProperties(Properties[] partitionProperties)
           
 void setThreadCount(int threadCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Constructor Detail

AbstractPartitionPlan

public AbstractPartitionPlan()
Method Detail

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


Copyright © 2012. All Rights Reserved.