Rice Pastry API

Uses of Interface
rice.environment.logging.LogManager

Packages that use LogManager
org.mpisws.p2p.transport.peerreview.replay.playback   
org.mpisws.p2p.transport.peerreview.replay.record   
rice.environment   
rice.environment.exception.simple   
rice.environment.logging   
rice.environment.logging.file   
rice.environment.logging.simple   
rice.environment.processing   
rice.environment.processing.sim   
rice.environment.processing.simple   
rice.environment.random.simple   
rice.environment.time.simulated   
rice.pastry.socket   
rice.selector   
 

Uses of LogManager in org.mpisws.p2p.transport.peerreview.replay.playback
 

Methods in org.mpisws.p2p.transport.peerreview.replay.playback with parameters of type LogManager
static Environment ReplayLayer.generateEnvironment(java.lang.String name, long startTime, long randSeed, LogManager lm2)
           
 

Constructors in org.mpisws.p2p.transport.peerreview.replay.playback with parameters of type LogManager
ReplaySM(java.lang.String instance, DirectTimeSource timeSource, LogManager log)
           
 

Uses of LogManager in org.mpisws.p2p.transport.peerreview.replay.record
 

Constructors in org.mpisws.p2p.transport.peerreview.replay.record with parameters of type LogManager
RecordSM(java.lang.String instance, TimeSource realTime, DirectTimeSource simTime, LogManager log, RandomSource rs)
           
 

Uses of LogManager in rice.environment
 

Methods in rice.environment that return LogManager
protected  LogManager Environment.cloneLogManager(java.lang.String prefix)
           
static LogManager Environment.generateDefaultLogManager(TimeSource time, Parameters params)
           
 LogManager Environment.getLogManager()
           
 

Methods in rice.environment with parameters of type LogManager
protected  Processor Environment.cloneProcessor(java.lang.String prefix, LogManager lman, boolean cloneProcessor)
           
protected  RandomSource Environment.cloneRandomSource(LogManager lman)
           
protected  SelectorManager Environment.cloneSelectorManager(java.lang.String prefix, TimeSource ts, RandomSource rs, LogManager lman, boolean cloneSelector)
           
protected  TimeSource Environment.cloneTimeSource(LogManager lman)
           
static ExceptionStrategy Environment.generateDefaultExceptionStrategy(LogManager manager)
           
static RandomSource Environment.generateDefaultRandomSource(Parameters params, LogManager logging)
           
static SelectorManager Environment.generateDefaultSelectorManager(TimeSource time, LogManager logging, RandomSource randomSource)
           
 

Constructors in rice.environment with parameters of type LogManager
Environment(SelectorManager sm, Processor proc, RandomSource rs, TimeSource time, LogManager lm, Parameters params, ExceptionStrategy strategy)
          Constructor.
 

Uses of LogManager in rice.environment.exception.simple
 

Constructors in rice.environment.exception.simple with parameters of type LogManager
SimpleExceptionStrategy(LogManager manager)
           
 

Uses of LogManager in rice.environment.logging
 

Subinterfaces of LogManager in rice.environment.logging
 interface CloneableLogManager
          If you implement this interface, then your log manager can be cloned.
 

Classes in rice.environment.logging that implement LogManager
 class AbstractLogManager
           
 

Methods in rice.environment.logging that return LogManager
 LogManager CloneableLogManager.clone(java.lang.String detail)
          Return a new LogManager with identical parameters except that there is an indication of detail in each line, or filename if seperated by files.
 LogManager CloneableLogManager.clone(java.lang.String detail, TimeSource ts)
           
 

Uses of LogManager in rice.environment.logging.file
 

Classes in rice.environment.logging.file that implement LogManager
 class FileLogManager
           
 class RotatingLogManager
          The file name is
 

Methods in rice.environment.logging.file that return LogManager
 LogManager FileLogManager.clone(java.lang.String detail)
           
 

Uses of LogManager in rice.environment.logging.simple
 

Classes in rice.environment.logging.simple that implement LogManager
 class SimpleLogManager
          This class creates loggers that log to a specified PrintStream System.out by default.
 

Methods in rice.environment.logging.simple that return LogManager
 LogManager SimpleLogManager.clone(java.lang.String detail)
           
 LogManager SimpleLogManager.clone(java.lang.String detail, TimeSource ts)
           
 

Uses of LogManager in rice.environment.processing
 

Methods in rice.environment.processing with parameters of type LogManager
<R,E extends java.lang.Exception>
Cancellable
Processor.process(Executable<R,E> task, Continuation<R,E> command, int priority, SelectorManager selector, TimeSource ts, LogManager log)
          Schedules a job for processing on the dedicated processing thread.
<R,E extends java.lang.Exception>
Cancellable
Processor.process(Executable<R,E> task, Continuation<R,E> command, SelectorManager selector, TimeSource ts, LogManager log)
          Schedules a job for processing on the dedicated processing thread.
 

Uses of LogManager in rice.environment.processing.sim
 

Methods in rice.environment.processing.sim with parameters of type LogManager
<R,E extends java.lang.Exception>
Cancellable
SimProcessor.process(Executable<R,E> task, Continuation<R,E> command, int priority, SelectorManager selector, TimeSource ts, LogManager log)
           
<R,E extends java.lang.Exception>
Cancellable
SimProcessor.process(Executable<R,E> task, Continuation<R,E> command, SelectorManager selector, TimeSource ts, LogManager log)
           
 

Uses of LogManager in rice.environment.processing.simple
 

Methods in rice.environment.processing.simple with parameters of type LogManager
<R,E extends java.lang.Exception>
Cancellable
SimpleProcessor.process(Executable<R,E> task, Continuation<R,E> command, int priority, SelectorManager selector, TimeSource ts, LogManager log)
           
<R,E extends java.lang.Exception>
Cancellable
SimpleProcessor.process(Executable<R,E> task, Continuation<R,E> command, SelectorManager selector, TimeSource ts, LogManager log)
          Schedules a job for processing on the dedicated processing thread.
 

Constructors in rice.environment.processing.simple with parameters of type LogManager
ProcessingRequest(Executable r, Continuation c, int priority, long seq, LogManager logging, TimeSource timeSource, SelectorManager selectorManager)
           
UnifiedProcessor(java.lang.String name, SelectorManager sman, TimeSource ts, LogManager log)
           
 

Uses of LogManager in rice.environment.random.simple
 

Methods in rice.environment.random.simple with parameters of type LogManager
 void SimpleRandomSource.setLogManager(LogManager manager)
           
 

Constructors in rice.environment.random.simple with parameters of type LogManager
SimpleRandomSource(LogManager manager)
           
SimpleRandomSource(LogManager manager, java.lang.String instance)
           
SimpleRandomSource(long seed, LogManager manager)
           
SimpleRandomSource(long seed, LogManager manager, java.lang.String instance)
           
 

Uses of LogManager in rice.environment.time.simulated
 

Methods in rice.environment.time.simulated with parameters of type LogManager
 void DirectTimeSource.setLogManager(LogManager manager)
           
 

Uses of LogManager in rice.pastry.socket
 

Methods in rice.pastry.socket that return LogManager
protected  LogManager SocketPastryNodeFactory.cloneLogManager(Environment rootEnvironment, Id nodeId)
           
 

Methods in rice.pastry.socket with parameters of type LogManager
protected  Processor SocketPastryNodeFactory.cloneProcessor(Environment rootEnvironment, Id nodeId, LogManager lman)
           
protected  RandomSource SocketPastryNodeFactory.cloneRandomSource(Environment rootEnvironment, Id nodeId, LogManager lman)
           
protected  SelectorManager SocketPastryNodeFactory.cloneSelectorManager(Environment rootEnvironment, Id nodeId, LogManager lman)
           
 

Uses of LogManager in rice.selector
 

Constructors in rice.selector with parameters of type LogManager
ProfileSelector(java.lang.String instance, TimeSource timeSource, LogManager log)
           
ProfileSelector(java.lang.String instance, TimeSource timeSource, LogManager log, RandomSource rand)
           
ProfileSelector(java.lang.String instance, TimeSource timeSource, LogManager log, RandomSource rand, int lastTaskTime)
           
SelectorManager(java.lang.String instance, TimeSource timeSource, LogManager log)
           
SelectorManager(java.lang.String instance, TimeSource timeSource, LogManager log, RandomSource random)
          Constructor, which is private since there is only one selector per JVM.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection