A C D E F G H I K L M N P R S T U V W

L

LauncherFactory - Class in cs138.launch
Factory class for launching nodes and initializing services.
LauncherFactory() - Constructor for class cs138.launch.LauncherFactory
 
launchLocalNode(Class<? extends ManageableNode>) - Static method in class cs138.launch.LauncherFactory
Creates a new node in a new JVM on the local host.
launchNode(Class<? extends ManageableNode>, String, int) - Static method in class cs138.launch.LauncherFactory
Creates a new node in a new JVM on the specified host.
launchRandomNode(Class<? extends ManageableNode>) - Static method in class cs138.launch.LauncherFactory
Creates a new node in a new JVM on the random host.
leave() - Method in interface cs138.chord.ChordNode
Called when the node wants to leave the Chord ring.
leave() - Method in class cs138.chord.ChordNodeImpl
Called when the node wants to leave the Chord ring.
locate(String) - Method in interface cs138.chord.ChordNode
Find the Chord node responsible for the given key.
locate(String) - Method in class cs138.chord.ChordNodeImpl
Find the Chord node responsible for the given key.
LogMessage - Class in cs138.log
A serializable form of a log message that is used through the system to communicate from the various nodes in the system into the visualizer framework.
LogMessage(String, String, LogMessage.Level, Date, String, Throwable, StackTraceElement[]) - Constructor for class cs138.log.LogMessage
 
logMessage(LogMessage) - Method in interface cs138.service.LogService.LogListener
Fired when a message has been logged with the centralized logging system and this listener is currently subscribed.
logMessage(LogMessage) - Method in interface cs138.service.LogService
Logs a message with the centralized system.
LogMessage.Level - Enum in cs138.log
 
LogService - Interface in cs138.service
This interface provides a remote service for centralized logging and working with various logs.
LogService.LogListener - Interface in cs138.service
This is the interface of the LogListener.
LogTableView - Class in cs138.swt
 
LogTableView(Composite, LogService) - Constructor for class cs138.swt.LogTableView
 
lookupNode(String, Class<T>) - Method in interface cs138.service.ManagerService
Provides a facility for looking up and obtaining references to nodes.
lookupNode(String, String) - Method in interface cs138.service.ManagerService
Provides a facility for looking up and obtaining references to nodes.

A C D E F G H I K L M N P R S T U V W