Uses of Class
com.jalios.jstore.StampTable
-
Packages that use StampTable Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.replica com.jalios.jstore Contains JStore core classes.com.jalios.jstore.jsync Contains JSync core classes. -
-
Uses of StampTable in com.jalios.jcms
Methods in com.jalios.jcms that return StampTable Modifier and Type Method Description StampTable
StoreInfo. getProgressTable()
-
Uses of StampTable in com.jalios.jcms.replica
Methods in com.jalios.jcms.replica that return StampTable Modifier and Type Method Description StampTable
ReplicaSummary. getProgressTable()
Methods in com.jalios.jcms.replica with parameters of type StampTable Modifier and Type Method Description boolean
ReplicaSummary. isOutOfDate(StampTable compareTable)
boolean
ReplicaSummary. isOutOfDate(StampTable compareTable, boolean skipMe)
void
ReplicaSummary. setProgressTable(StampTable progressTable)
Constructors in com.jalios.jcms.replica with parameters of type StampTable Constructor Description ReplicaSummary(java.lang.String urid, java.lang.String url, java.util.Date joinDate, StampTable progressTable, boolean enabled, java.util.Date lastUpdateDate, java.util.Date lastAckDate, java.util.Map<java.lang.String,ReplicaInfo> replicaMap)
-
Uses of StampTable in com.jalios.jstore
Methods in com.jalios.jstore that return StampTable Modifier and Type Method Description static StampTable
StoreUtil. computeMinStampTable(java.util.Collection<StampTable> stampTables)
Computes the minimal StampTable of a collection of stampTableStampTable
StampTable. getMinTable(StampTable st)
Build a new StampTable for this one and the given one.StampTable
LoadReport. getProgressTable()
Get the value of progressTable.StampTable
StampManager. getProgressTable()
Returns the map of greatest stampStampTable
Store. getProgressTable()
Return the progressTableMethods in com.jalios.jstore with parameters of type StampTable Modifier and Type Method Description static Stamp
StoreUtil. findGCS(java.util.List<StorableLogEntry> opList, StampTable minPT, Stamp minUnknownStamp)
Find the GCS (Greatest Common Stamp) in the given list of operations according the given stampTable.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.StampTable
StampTable. getMinTable(StampTable st)
Build a new StampTable for this one and the given one.boolean
StampTable. isGreaterThan(StampTable other, boolean isStrict)
Checks if this StampTable is greater than the given one.boolean
StampTable. isGreaterThan(StampTable other, boolean isStrict, java.lang.String uridToIgnore)
Checks if this StampTable is greater than the given one.boolean
StampTable. isLesserThan(StampTable other, boolean isStrict)
Checks if this StampTable is lesser than the given one.boolean
StampTable. isLesserThan(StampTable other, boolean isStrict, java.lang.String uridToIgnore)
Checks if this StampTable is lesser than the given one.boolean
StampTable. isPartiallyGreaterThan(StampTable other)
Checks if this StampTable is partially greater than the given one.void
LoadReport. setProgressTable(StampTable v)
Set the value of progressTable.Method parameters in com.jalios.jstore with type arguments of type StampTable Modifier and Type Method Description static StampTable
StoreUtil. computeMinStampTable(java.util.Collection<StampTable> stampTables)
Computes the minimal StampTable of a collection of stampTablestatic Stamp
StoreUtil. findMinStamp(java.util.Collection<StampTable> stampTables, java.lang.String urid)
Find the minimal stamp for a given urid in a collection of StampTableConstructors in com.jalios.jstore with parameters of type StampTable Constructor Description LogManagerSyncHandler(Stamp syncStamp, boolean removeCUDSeq, StampTable progressTable)
LogManagerSyncHandler(Stamp syncStamp, StampTable st)
StampTable(StampTable other)
-
Uses of StampTable in com.jalios.jstore.jsync
Fields in com.jalios.jstore.jsync declared as StampTable Modifier and Type Field Description protected StampTable
ReplicaInfo. progressTable
Methods in com.jalios.jstore.jsync that return StampTable Modifier and Type Method Description StampTable
AckMessage. getProgressTable()
StampTable
JoinMessage. getProgressTable()
StampTable
JSyncReplica. getProgressTable()
StampTable
ReplicaInfo. getProgressTable()
Get the value of progressTable.StampTable
UpdateMessage. getProgressTable()
Methods in com.jalios.jstore.jsync with parameters of type StampTable Modifier and Type Method Description boolean
ReplicaInfo. isOutOfDate(StampTable compareTable)
Check if this replica is out of date.boolean
ReplicaInfo. isOutOfDate(StampTable compareTable, boolean skipMe)
Check if this replica is out of date.void
ReplicaInfo. setProgressTable(StampTable v)
Set the value of progressTable.static void
JSyncUtil. writeAck(java.io.OutputStream out, java.lang.String urid, int status, StampTable progressTable)
Write an AckMessageConstructors in com.jalios.jstore.jsync with parameters of type StampTable Constructor Description AckMessage(java.lang.String urid, int status, StampTable progressTable)
Constructs a new AckMessageJoinMessage(java.lang.String urid, java.lang.String url, StampTable progressTable)
Constructs a new JoinMessageJoinMessage(java.lang.String urid, java.lang.String url, StampTable progressTable, long prefixLineCount)
Constructs a new JoinMessageUpdateMessage(java.lang.String urid, StampTable progressTable, java.util.List<StorableLogEntry> opList, java.util.Set<FileEntry> fileSet)
Constructs a new UpdateMessage
-