com.intel.cosbench.driver.model
Class OperatorRegistry

java.lang.Object
  extended by com.intel.cosbench.utils.MapRegistry<OperatorContext>
      extended by com.intel.cosbench.driver.model.OperatorRegistry
All Implemented Interfaces:
java.lang.Iterable<OperatorContext>

public class OperatorRegistry
extends MapRegistry<OperatorContext>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.intel.cosbench.utils.MapRegistry
MapRegistry.Item
 
Constructor Summary
OperatorRegistry()
           
 
Method Summary
 void addOperator(OperatorContext operator)
           
 OperatorContext getOperator(java.lang.String type)
           
 
Methods inherited from class com.intel.cosbench.utils.MapRegistry
addItem, getAllItems, getItem, getSize, iterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorRegistry

public OperatorRegistry()
Method Detail

addOperator

public void addOperator(OperatorContext operator)

getOperator

public OperatorContext getOperator(java.lang.String type)