Package com.jalios.jstore.jsync
Contains JSync core classes. JSync is the protocole used to maintain consistency between a set of replicated JStore.
-
Interface Summary Interface Description JSyncConstants This interfaces contains public JSync constantsJSyncListener A JSync event gets fired whenever a JSyncEvent occurs -
Class Summary Class Description AckMessage This class represents a JSync AckMessage.DisjoinJSyncEvent DisjoinMessage This class represents a JSync JoinMessage.FileEntry This class contains information on the file to be downloadedFileFetcher This class spawns a thread to download a set of fileJoinJSyncEvent JoinMessage This class represents a JSync JoinMessage.JSyncEvent JSyncLogger This class writes logs JSyncReplica actions such as join, disjoin, update, etc.JSyncPreviousReplicaManager The aim of this class is to compute the list of url of replica previously connected to this leader.JSyncReplica This class provides supports to manage a replica, manages JSyncListener, send and process the JSyncMessage.JSyncUtil This class provides utility methodsMessage This abstract class is the super class of all JSync message classesRemoveReplicaJSyncEvent ReplicaInfo This class contains info about a replicaSuggestJoinJSyncEvent SuggestJoinMessage This class represents a JSync JoinMessage.UpdateJSyncEvent UpdateMessage This class represents a JSync UpdateMessage.