Uses of Interface
org.space4j.Space

Packages that use Space
org.space4j   
org.space4j.command   
org.space4j.implementation   
 

Uses of Space in org.space4j
 

Methods in org.space4j that return Space
 Space Space4J.getSpace()
          Returns the Space where the Objects are stored, so the client can direct access them.
 Space Logger.readSnapshot()
          Recover the last snapshot from disk and recreate a Space from it.
 

Methods in org.space4j with parameters of type Space
abstract  int Command.execute(Space space)
          This method accesses the Space and its objects to do any modifications it wants.
 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 Space in org.space4j.command
 

Methods in org.space4j.command with parameters of type Space
 int CreateCollectionCmd.execute(Space space)
           
 int CreateMapCmd.execute(Space space)
           
 int CreateObjectCmd.execute(Space space)
           
 int CreateSequenceCmd.execute(Space space)
           
 int DropObjectCmd.execute(Space space)
           
 int DropSequenceCmd.execute(Space space)
           
 int IncrementSeqCmd.execute(Space space)
           
 int PutCmd.execute(Space space)
           
 int RemoveCmd.execute(Space space)
           
 

Uses of Space in org.space4j.implementation
 

Classes in org.space4j.implementation that implement Space
 class SimpleSpace
          A trivial implementation of Space, in other words, our space just use a Map.
 

Fields in org.space4j.implementation declared as Space
protected  Space SimpleSpace4J.space
           
 

Methods in org.space4j.implementation that return Space
 Space SimpleSpace4J.getSpace()
           
 Space SimpleLogger.readSnapshot()
           
 Space SimpleSpace4J.readSnapshot()
           
 

Methods in org.space4j.implementation with parameters of type Space
 void SimpleLogger.takeSnapshot(Space space)
           
 void SimpleLogger.takeSnapshot(Space space, long snapnumber)
           
 



Copyright © 2005 Space4J Team. All Rights Reserved.