Rice Pastry API

Uses of Class
rice.environment.logging.Logger

Packages that use Logger
org.mpisws.p2p.transport.identity   
org.mpisws.p2p.transport.liveness   
org.mpisws.p2p.transport.peerreview   
org.mpisws.p2p.transport.priority   
org.mpisws.p2p.transport.sourceroute   
org.mpisws.p2p.transport.util   
org.mpisws.p2p.transport.wire   
org.mpisws.p2p.transport.wire.magicnumber   
rice   
rice.environment.logging   
rice.environment.logging.file   
rice.environment.logging.simple   
rice.p2p.aggregation   
rice.p2p.commonapi.testing   
rice.p2p.glacier   
rice.p2p.glacier.v2   
rice.p2p.multiring   
rice.p2p.past   
rice.p2p.replication.manager   
rice.pastry   
rice.pastry.client   
rice.pastry.direct   
rice.pastry.messaging   
rice.pastry.socket   
rice.pastry.standard   
rice.pastry.transport   
rice.persistence   
rice.selector   
 

Uses of Logger in org.mpisws.p2p.transport.identity
 

Fields in org.mpisws.p2p.transport.identity declared as Logger
protected  Logger IdentityImpl.logger
           
 

Uses of Logger in org.mpisws.p2p.transport.liveness
 

Fields in org.mpisws.p2p.transport.liveness declared as Logger
protected  Logger LivenessTransportLayerImpl.logger
           
 

Uses of Logger in org.mpisws.p2p.transport.peerreview
 

Constructors in org.mpisws.p2p.transport.peerreview with parameters of type Logger
SecureHistoryImpl(java.lang.String baseFileName, boolean readOnly, Logger logger)
           
 

Uses of Logger in org.mpisws.p2p.transport.priority
 

Fields in org.mpisws.p2p.transport.priority declared as Logger
 Logger PriorityTransportLayerImpl.logger
           
 

Uses of Logger in org.mpisws.p2p.transport.sourceroute
 

Constructors in org.mpisws.p2p.transport.sourceroute with parameters of type Logger
Forwarder(SourceRoute<Identifier> sr, P2PSocket<Identifier> socka, P2PSocket<Identifier> sockb, Logger logger)
           
 

Uses of Logger in org.mpisws.p2p.transport.util
 

Fields in org.mpisws.p2p.transport.util declared as Logger
protected  Logger SocketWrapperSocket.logger
           
 

Constructors in org.mpisws.p2p.transport.util with parameters of type Logger
DefaultCallback(Logger logger)
           
DefaultErrorHandler(Logger logger)
           
FileInputBuffer(java.io.File f, Logger logger)
           
FileInputBuffer(java.lang.String fileName, Logger logger)
           
SocketWrapperSocket(Identifier identifier, P2PSocket<SubIdentifier> socket, Logger logger, java.util.Map<java.lang.String,java.lang.Integer> options)
           
 

Uses of Logger in org.mpisws.p2p.transport.wire
 

Fields in org.mpisws.p2p.transport.wire declared as Logger
protected  Logger WireTransportLayerImpl.logger
           
 

Uses of Logger in org.mpisws.p2p.transport.wire.magicnumber
 

Fields in org.mpisws.p2p.transport.wire.magicnumber declared as Logger
protected  Logger MagicNumberTransportLayer.logger
           
 

Uses of Logger in rice
 

Fields in rice declared as Logger
protected  Logger Continuation.ListenerContinuation.logger
           
 

Uses of Logger in rice.environment.logging
 

Subclasses of Logger in rice.environment.logging
 class HeirarchyLogger
           
 

Fields in rice.environment.logging declared as Logger
protected  Logger LogOutputStream.logger
           
 

Methods in rice.environment.logging that return Logger
protected abstract  Logger AbstractLogManager.constructLogger(java.lang.String clazz, int level, boolean useDefault)
           
 Logger AbstractLogManager.getLogger(java.lang.Class clazz, java.lang.String instance)
           
 Logger LogManager.getLogger(java.lang.Class clazz, java.lang.String instance)
          Returns the Logger matching the paramerters, constructs a new one if an appropriate one hasn't yet been constructed.
 

Uses of Logger in rice.environment.logging.file
 

Methods in rice.environment.logging.file that return Logger
protected  Logger RotatingLogManager.constructLogger(java.lang.String clazz, int level, boolean useDefault)
           
 

Uses of Logger in rice.environment.logging.simple
 

Subclasses of Logger in rice.environment.logging.simple
 class SimpleLogger
          This logger writes its name:time:message to the printstream provided, unless the priority is lower than the minimumPriority.
 

Methods in rice.environment.logging.simple that return Logger
protected  Logger SimpleLogManager.constructLogger(java.lang.String clazz, int level, boolean useDefault)
           
 

Uses of Logger in rice.p2p.aggregation
 

Fields in rice.p2p.aggregation declared as Logger
protected  Logger AggregateList.logger
           
protected  Logger AggregationImpl.logger
           
protected  Logger Moraine.logger
           
 

Methods in rice.p2p.aggregation with parameters of type Logger
 void AggregationStatistics.dump(Logger logger)
           
 

Uses of Logger in rice.p2p.commonapi.testing
 

Fields in rice.p2p.commonapi.testing declared as Logger
protected  Logger CommonAPITest.logger
           
 

Uses of Logger in rice.p2p.glacier
 

Fields in rice.p2p.glacier declared as Logger
protected  Logger ErasureCodec.logger
           
 

Uses of Logger in rice.p2p.glacier.v2
 

Fields in rice.p2p.glacier.v2 declared as Logger
protected  Logger GlacierDefaultPolicy.logger
           
protected  Logger GlacierImpl.logger
           
 

Methods in rice.p2p.glacier.v2 with parameters of type Logger
 void GlacierStatistics.dump(Logger logger)
           
 boolean Manifest.validatesFragment(Fragment fragment, int fragmentID, Logger logger)
           
 

Uses of Logger in rice.p2p.multiring
 

Fields in rice.p2p.multiring declared as Logger
protected  Logger MultiringNode.logger
           
 

Uses of Logger in rice.p2p.past
 

Fields in rice.p2p.past declared as Logger
protected  Logger PastImpl.logger
           
 

Uses of Logger in rice.p2p.replication.manager
 

Fields in rice.p2p.replication.manager declared as Logger
protected  Logger ReplicationManagerImpl.logger
           
 

Uses of Logger in rice.pastry
 

Fields in rice.pastry declared as Logger
protected  Logger NodeHandle.logger
           
protected  Logger PastryNode.logger
           
protected  Logger PastryNodeFactory.logger
           
 

Uses of Logger in rice.pastry.client
 

Fields in rice.pastry.client declared as Logger
protected  Logger PastryAppl.logger
           
 

Constructors in rice.pastry.client with parameters of type Logger
PastryAppl(PastryNode pn, java.lang.String instance, int address, MessageDeserializer md, Logger logger)
           
 

Uses of Logger in rice.pastry.direct
 

Fields in rice.pastry.direct declared as Logger
protected  Logger BasicNetworkSimulator.logger
           
protected  Logger DirectTransportLayer.logger
           
 

Methods in rice.pastry.direct that return Logger
 Logger DirectTransportLayer.getLogger()
           
 

Uses of Logger in rice.pastry.messaging
 

Fields in rice.pastry.messaging declared as Logger
protected  Logger MessageDispatch.logger
           
 

Uses of Logger in rice.pastry.socket
 

Methods in rice.pastry.socket with parameters of type Logger
static java.net.InetSocketAddress SocketPastryNodeFactory.verifyConnection(int i, java.net.InetSocketAddress addr, java.net.InetSocketAddress[] addr2, Environment env, Logger l)
           
 

Uses of Logger in rice.pastry.standard
 

Fields in rice.pastry.standard declared as Logger
protected  Logger CertifiedNodeIdFactory.logger
           
protected  Logger IPNodeIdFactory.logger
           
protected  Logger RandomNodeIdFactory.logger
           
protected  Logger StandardLeafSetProtocol.logger
           
protected  Logger StandardRouteSetProtocol.logger
           
 

Uses of Logger in rice.pastry.transport
 

Fields in rice.pastry.transport declared as Logger
protected  Logger TLDeserializer.logger
           
 

Uses of Logger in rice.persistence
 

Fields in rice.persistence declared as Logger
protected  Logger LockManagerImpl.logger
           
 

Uses of Logger in rice.selector
 

Fields in rice.selector declared as Logger
protected  Logger SelectorManager.logger
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection