org.space4j.demos.phonebook |
|
Java Source File Name | Type | Comment |
PhoneBook.java | Class | This is a simple application demonstrating how Space4J can be easily used as a data storage system.
Is is as simple as it can be. |
PhoneBookCluster.java | Class | This is to show you how simple it is to make a Space4J cluster!
To make a cluster, open up two shells (or DOS) and execute in the first:
java org.space4j.demos.phonebook.PhoneBookCluster master
and in the second:
java org.space4j.demos.PhoneBookCluster slave 127.0.0.1
You can also use two different machines. |
PhoneBookIndexing.java | Class | |
PhoneBookPassivation.java | Class | This is a PhoneBook application that supports passivation!
java org.space4j.demos.phonebook.PhoneBookPassivation
Note: We are not indexing anything here on porpouse. |
PhoneBookPassivationCluster.java | Class | This is to show you how simple it is to use passivation in a cluster !!!
To make a cluster, open up two shells (or DOS) and execute in the first:
java org.space4j.demos.phonebook.PhoneBookPassivationCluster master
and in the second:
java org.space4j.demos.PhoneBookPassivationCluster slave 127.0.0.1
You can also use two different machines. |
PhoneBookRecord.java | Class | This is a mutable version of a phone book record. |
PhoneBookSwing.java | Class | This is a simple application demonstrating how Space4J can be easily used as a data storage system.
Is is as simple as it can be. |
PhoneBookTableModel.java | Class | |