|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||