Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
com.jalios.jcms.tools.storemerge | |
com.jalios.jstore |
Contains JStore core classes.
|
com.jalios.jstore.jsync |
Contains JSync core classes.
|
Modifier and Type | Field and Description |
---|---|
protected Stamp |
JcmsCleanFilter.beginStamp |
protected Stamp |
JcmsCleanFilter.endStamp |
Modifier and Type | Method and Description |
---|---|
void |
JcmsCleanFilter.setBeginStamp(Stamp startStamp) |
void |
JcmsCleanFilter.setEndStamp(Stamp endStamp) |
Modifier and Type | Method and Description |
---|---|
Stamp |
StoreCleanerHandler.getAvailableBeginMilestone() |
Stamp |
StoreCleanerHandler.getAvailableBeginStamp() |
Stamp |
StoreCleanerHandler.getAvailableEndMilestone() |
Stamp |
StoreCleanerHandler.getAvailableEndStamp() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Stamp> |
StoreCleanerHandler.getMilestoneValueList() |
Modifier and Type | Field and Description |
---|---|
Stamp |
StoreMergeParameters.gcs |
Modifier and Type | Method and Description |
---|---|
Stamp |
StampTable.getBehindStamp(StampTable st)
Gets the most behind stamp of this StampTable according the given StampTable.
|
Stamp |
StampTable.getBehindStamp(StampTable st,
boolean useRealStamp)
Gets the most behind stamp of this StampTable according the given StampTable.
|
Stamp |
SyncManager.getGreatestCommonStamp() |
Stamp |
LogManagerLoadHandler.getGreatestStamp()
Returns the greatest stamp read (this include real stamp but also ID of StorableLogEntry).
|
Stamp |
StampTable.getMaxStamp()
Returns the highest stamp contains in this StampTable
|
Stamp |
StampTable.getMinStamp()
Returns the smallest stamp contains in this StampTable
|
Stamp |
Store.getProgressStamp()
Return the greatest stamp of this urid
|
Stamp |
Store.getProgressStamp(java.lang.String urid)
Return the greatest stamp of the given urid
|
Stamp |
StampManager.getProgressStamp(java.lang.String urid)
Returns the greatest stamp for a given urid.
|
Stamp |
StampTable.getRealStamp(java.lang.String urid)
Returns the stamps to which this StampTable maps the specified
urid.
|
Stamp |
TemporalStampManager.getStamp()
Return a new stamp.
|
Stamp |
Store.getStamp()
Return a new stamp.
|
abstract Stamp |
StampManager.getStamp()
Return a new stamp.
|
Stamp |
LogicalStampManager.getStamp()
Return a new stamp.
|
Stamp |
LogEntry.getStamp()
Returns the stamp of this LogEntry
|
Stamp |
StampTable.getStamp(java.lang.String urid)
Returns the stamps to which this StampTable maps the specified
urid.
|
static Stamp |
Stamp.max(Stamp s1,
Stamp s2)
Return the greater of two stamps
|
static Stamp |
Stamp.min(Stamp s1,
Stamp s2)
Return the smaller of two stamps
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Stamp> |
StampTable.getMap() |
Modifier and Type | Method and Description |
---|---|
int |
StampTable.compareStamp(Stamp stamp)
Compares the given stamp with the ones in the table.
|
int |
Stamp.compareTo(Stamp stamp)
Compares this stamp with the specified stamp for order.
|
int |
Store.generateDelta(java.io.OutputStream out,
Stamp startStamp,
boolean includeStart)
Ouput in a given stream all the log operations having a stamp greater that the given one.
|
int |
Store.getStampLineNumber(Stamp stamp)
Returns the line number in the store file of the given stamp.
|
boolean |
StampTable.isGreaterThan(Stamp stamp,
boolean isStrict)
Check if this StampTable contains at least one stamp greater than
the given stamp.
|
boolean |
StampTable.isGreaterThanStamp(Stamp other,
boolean isStrict)
Checks if this StampTable contains a stamp greater than the given one.
|
boolean |
StampTable.isLesserThan(Stamp stamp,
boolean isStrict)
Check if all the stamps of this StampTable are lesser than
the given stamp.
|
boolean |
StampTable.isLesserThanStamp(Stamp other,
boolean isStrict)
Checks if this StampTable contains a stamp lesser than the given one.
|
static Stamp |
Stamp.max(Stamp s1,
Stamp s2)
Return the greater of two stamps
|
static Stamp |
Stamp.min(Stamp s1,
Stamp s2)
Return the smaller of two stamps
|
void |
Store.parseLog(LogManagerHandler handler,
Stamp stamp)
Parse the store with the given handler from the given stamp
|
void |
StampTable.putStamp(Stamp stamp)
Puts this stamp in the StampTable
|
void |
SyncManager.setLastSyncStamp(Stamp lastSyncStamp) |
void |
LogEntry.setStamp(Stamp stamp)
Sets the stamp of this LogEntry
|
void |
TemporalStampManager.update(Stamp stamp,
boolean updatePT)
Updates the clock
|
void |
StampManager.update(Stamp stamp,
boolean updatePT)
Updates the clock and the progressTable
|
void |
LogicalStampManager.update(Stamp stamp,
boolean updatePT)
Updates the clock
|
void |
Store.updateStamp(Stamp stamp)
Update the current stamp value (and the progress table)
|
void |
Store.updateStamp(Stamp stamp,
boolean updatePT)
Update the current stamp value
|
void |
StoreCleaner.updateStore(java.util.Collection<Storable> collection,
Stamp stamp)
Write all updates for the given collection
|
void |
StoreCleaner.updateStore(Storable storable,
Stamp stamp)
Write an update of a given Storable already created
If the Storable need an Update then doUpdate and remove it from the Update Table If the Storable doesn't need an update but exist in the Store (warning retrieve it by it's Id) then do an update. |
void |
StoreCleaner.writeStore(java.util.Collection<Storable> collection,
Stamp stamp)
Write create of a collection of Storable then prepare update
|
void |
StoreCleaner.writeStore(java.util.Collection<Storable> collection,
Stamp stamp,
boolean sort)
Write create of a collection of Storable then prepare update
|
void |
StoreCleaner.writeStore(java.util.Collection<Storable> collection,
Stamp stamp,
boolean sort,
boolean overrideId)
Write create of a collection of Storable then prepare update
|
void |
StoreCleaner.writeStore(Storable storable,
Stamp stamp)
Write create of a Storable then prepare update
|
void |
StoreCleaner.writeStore(Storable storable,
Stamp stamp,
boolean overrideId)
Write create of a Storable then prepare update
|
Modifier and Type | Method and Description |
---|---|
void |
CleanFilter.cleanMergeMap(java.util.Map<java.lang.String,java.util.TreeSet<Stamp>> mergeMap)
This method is called to clean the merge map.
|
Constructor and Description |
---|
LogManagerSyncHandler(Stamp syncStamp) |
LogManagerSyncHandler(Stamp syncStamp,
boolean removeCUDSeq,
StampTable progressTable) |
LogManagerSyncHandler(Stamp syncStamp,
StampTable st) |
StoreCleaner(java.lang.String file,
Stamp stamp)
Create a StoreCleaner with a starting specific stamp
|
StoreCleaner(java.lang.String file,
Stamp stamp,
boolean overrideId)
Create a Store Cleaner that may override IDs of objects and with starting Stamp
|
StoreCleaner(java.lang.String file,
Stamp stamp,
boolean overrideId,
boolean doClean)
Create a Store Cleaner that may override IDs of objects and with starting Stamp
|
StoreCleaner(java.lang.String file,
Stamp stamp,
boolean overrideId,
boolean doClean,
java.lang.String mainLang,
java.lang.String convLang) |
Modifier and Type | Method and Description |
---|---|
Stamp |
JSyncReplica.getProgressStamp() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Message.stampToXml(Stamp stamp) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.