peersim.pastry
Class MSPastryCommonConfig

java.lang.Object
  extended by peersim.pastry.MSPastryCommonConfig

public class MSPastryCommonConfig
extends java.lang.Object

Fixed Parameters of a pastry network. They have a default value and can be configured at startup of the network, once only.

Title: MSPASTRY

Description: MsPastry implementation for PeerSim

Copyright: Copyright (c) 2007

Company: The Pastry Group


Field Summary
static int B
           
static int BASE
           
static int BITS
           
static boolean DEBUG
           
static int DIGITS
           
static int L
           
 
Constructor Summary
MSPastryCommonConfig()
           
 
Method Summary
static java.lang.String info()
          short information about current mspastry configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIGITS

public static final int DIGITS
See Also:
Constant Field Values

BITS

public static final int BITS
See Also:
Constant Field Values

B

public static int B

BASE

public static int BASE

L

public static int L

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

MSPastryCommonConfig

public MSPastryCommonConfig()
Method Detail

info

public static java.lang.String info()
short information about current mspastry configuration

Returns:
String