org.space4j.implementation |
|
Java Source File Name | Type | Comment |
MasterSpace4J.java | Class | The master space4j in the center of the replication ring.
It will execute all commands and send them to the slaves, so they can execute them too. |
SimpleLogger.java | Class | |
SimpleSpace.java | Class | A trivial implementation of Space, in other words, our space just use a Map. |
SimpleSpace4J.java | Class | The simplest possible implementation of a Space4J. |
SlaveSpace4J.java | Class | This is complex, but it works.
Users of Space4J do not have to understand this to use the system.
The true power of encapsulation and simplicity. |