Uses of Class
org.space4j.LoggerException

Packages that use LoggerException
org.space4j   
org.space4j.implementation   
org.space4j.indexing   
 

Uses of LoggerException in org.space4j
 

Methods in org.space4j that throw LoggerException
 int Space4J.exec(Command cmd)
          Executes a command on the underlying Space.
 void Space4J.executeSnapshot()
          Take a snapshot of the Space to disk.
 void Logger.logCommand(Command cmd)
          Log a command to a log file on disk.
 Space Logger.readSnapshot()
          Recover the last snapshot from disk and recreate a Space from it.
 int Space4J.reapply(Command cmd)
          Re-apply a command on the underlying Space.
 void Logger.reapplyCommandsFromLog(Space4J space4j)
          Read the last commands from the log and re-apply them to this Space4J.
 void Logger.takeSnapshot(Space space)
          Take a snapshot of the Space to disk.
 void Logger.takeSnapshot(Space space, long snapnumber)
          Take a snapshot of the Space to disk.
 

Uses of LoggerException in org.space4j.implementation
 

Methods in org.space4j.implementation that throw LoggerException
 int SimpleSpace4J.exec(Command cmd)
          Execute a command and log it.
 int MasterSpace4J.exec(Command cmd, boolean log)
           
protected  int SimpleSpace4J.exec(Command cmd, boolean log)
           
 void SimpleSpace4J.executeSnapshot()
           
 void SlaveSpace4J.executeSnapshot()
           
 void SimpleLogger.logCommand(Command cmd)
           
 Space SimpleLogger.readSnapshot()
           
 Space SimpleSpace4J.readSnapshot()
           
 int SimpleSpace4J.reapply(Command cmd)
           
 void SimpleSpace4J.reapplyCommandsFromLog()
           
 void SimpleLogger.reapplyCommandsFromLog(Space4J space4j)
           
 void SimpleLogger.takeSnapshot(Space space)
           
 void SimpleLogger.takeSnapshot(Space space, long snapnumber)
           
 

Constructors in org.space4j.implementation that throw LoggerException
MasterSpace4J(java.lang.String dirname)
          Initializes the MasterSpace4J.
MasterSpace4J(java.lang.String dirname, int master_port, int slave_port)
           
MasterSpace4J(java.lang.String dirname, long snapTime)
           
MasterSpace4J(java.lang.String dirname, long snapTime, int master_port, int slave_port)
          Initializes the MasterSpace4J.
SimpleSpace4J(java.lang.String dirname)
           
SimpleSpace4J(java.lang.String dirname, long snapTime)
          Initializes the SimpleSpace4J, initializes the Logger, recover the Space from disk if there is a snapshot saved and reapply the commands to the Space.
SlaveSpace4J(java.lang.String dirname, long snapTime, java.lang.String master_ip)
          Initializes the SlaveSpace4J.
SlaveSpace4J(java.lang.String dirname, long snapTime, java.lang.String master_ip, int master_port, int slave_port)
          Initializes the SlaveSpace4J.
SlaveSpace4J(java.lang.String dirname, java.lang.String master_ip)
           
SlaveSpace4J(java.lang.String dirname, java.lang.String master_ip, int master_port, int slave_port)
           
 

Uses of LoggerException in org.space4j.indexing
 

Methods in org.space4j.indexing that throw LoggerException
 boolean IndexManager.createIndex(Index<?> indx, Space4J space4j)
          Create an index in the system.
 boolean IndexManager.dropIndex(Index<?> indx, Space4J space4j)
          Drop an index from the system.
 



Copyright © 2005 Space4J Team. All Rights Reserved.