- LearnedCommand<E extends PaxosCommand> - Class in lib.easyjava.net.replication.multipaxos.message
-
This message asserts that a command slot has already been filled by
successful completion of a round of Paxos.
- LearnedCommand(int, long, long, E) - Constructor for class lib.easyjava.net.replication.multipaxos.message.LearnedCommand
-
- lib.easyjava.graph - package lib.easyjava.graph
-
- lib.easyjava.graph.directed - package lib.easyjava.graph.directed
-
- lib.easyjava.graph.undirected - package lib.easyjava.graph.undirected
-
- lib.easyjava.io.file - package lib.easyjava.io.file
-
- lib.easyjava.io.output - package lib.easyjava.io.output
-
- lib.easyjava.math.function - package lib.easyjava.math.function
-
- lib.easyjava.math.stat - package lib.easyjava.math.stat
-
- lib.easyjava.ml.optimization.ga - package lib.easyjava.ml.optimization.ga
-
- lib.easyjava.net.replication.multipaxos - package lib.easyjava.net.replication.multipaxos
-
- lib.easyjava.net.replication.multipaxos.message - package lib.easyjava.net.replication.multipaxos.message
-
- lib.easyjava.net.rest - package lib.easyjava.net.rest
-
- lib.easyjava.net.rmi - package lib.easyjava.net.rmi
-
- lib.easyjava.net.tcp - package lib.easyjava.net.tcp
-
- lib.easyjava.net.udp - package lib.easyjava.net.udp
-
- lib.easyjava.type - package lib.easyjava.type
-
- ListMultiMap<K,V> - Class in lib.easyjava.type
-
A multimap back by a list, allowing duplicate values under the same key
- ListMultiMap() - Constructor for class lib.easyjava.type.ListMultiMap
-
- log(Exception, Logger.Level) - Method in class lib.easyjava.io.output.Logger
-
Writes the exception to the log file at the given importance level
- log(String, Logger.Level) - Method in class lib.easyjava.io.output.Logger
-
Writes the content to the log file at the given importance level
- Logger - Class in lib.easyjava.io.output
-
Logs status messages to a file during a program's execution
- Logger() - Constructor for class lib.easyjava.io.output.Logger
-
Creates a new console logger with default importance level OUTPUT
- Logger(File, boolean) - Constructor for class lib.easyjava.io.output.Logger
-
Creates a new logger with default importance level OUTPUT
- Logger(File, boolean, Logger.Level) - Constructor for class lib.easyjava.io.output.Logger
-
Creates a new logger
- Logger(File, boolean, Logger.Level, boolean) - Constructor for class lib.easyjava.io.output.Logger
-
Creates a new logger
- Logger(Logger.Level) - Constructor for class lib.easyjava.io.output.Logger
-
Creates a new console logger
- Logger(Logger.Level, boolean) - Constructor for class lib.easyjava.io.output.Logger
-
Creates a new console logger
- Logger(String, boolean) - Constructor for class lib.easyjava.io.output.Logger
-
Creates a new logger with default importance level OUTPUT
- Logger(String, boolean, Logger.Level) - Constructor for class lib.easyjava.io.output.Logger
-
Creates a new logger
- Logger(String, boolean, Logger.Level, boolean) - Constructor for class lib.easyjava.io.output.Logger
-
Creates a new logger
- Logger.Level - Enum in lib.easyjava.io.output
-