ostore.apps.traces
Class PopBuilder

java.lang.Object
  |
  +--ostore.apps.traces.PopBuilder
All Implemented Interfaces:
soss.core.BuilderIF

public class PopBuilder
extends Object
implements soss.core.BuilderIF

A configuration builder for SurgePopulator nodes. Modelled after ostore.bloom.DualBuilder.

Version:
$Id: PopBuilder.java,v 1.3 2004/05/13 19:43:07 hweather Exp $
Author:
Hakim Weatherspoon

Constructor Summary
PopBuilder(String[] args)
          Set global parameters.
 
Method Summary
 SandstormConfig build_node(String[] args)
          Create a configuration object for a single virtual machine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopBuilder

public PopBuilder(String[] args)
Set global parameters.

Method Detail

build_node

public SandstormConfig build_node(String[] args)
                           throws StageNameAlreadyBoundException,
                                  IOException
Create a configuration object for a single virtual machine.

Specified by:
build_node in interface soss.core.BuilderIF
StageNameAlreadyBoundException
IOException