Uses of Interface
org.space4j.Space4J

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

Uses of Space4J in org.space4j
 

Methods in org.space4j with parameters of type Space4J
 void Logger.reapplyCommandsFromLog(Space4J space4j)
          Read the last commands from the log and re-apply them to this Space4J.
 

Uses of Space4J in org.space4j.implementation
 

Classes in org.space4j.implementation that implement Space4J
 class MasterSpace4J
          The master space4j in the center of the replication ring.
 class SimpleSpace4J
          The simplest possible implementation of a Space4J.
 class SlaveSpace4J
          This is complex, but it works.
 

Methods in org.space4j.implementation with parameters of type Space4J
 void SimpleLogger.reapplyCommandsFromLog(Space4J space4j)
           
 

Uses of Space4J in org.space4j.indexing
 

Methods in org.space4j.indexing with parameters of type Space4J
 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.