ostore.apps.traces
Class InnerBuilder

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

public class InnerBuilder
extends Object
implements soss.core.BuilderIF

A configuration builder for inner ring nodes. Modelled after ostore.bloom.DualBuilder.

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

Constructor Summary
InnerBuilder(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

InnerBuilder

public InnerBuilder(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