| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StampTable | |
|---|---|
| com.jalios.jstore | Contains JStore core classes. | 
| com.jalios.jstore.jsync | Contains JSync core classes. | 
| Uses of StampTable in com.jalios.jstore | 
|---|
| Methods in com.jalios.jstore that return StampTable | |
|---|---|
|  StampTable | StampTable.getMinTable(StampTable st)Build a new StampTable for this one and the given one. | 
|  StampTable | Store.getProgressTable()Return the progressTable | 
|  StampTable | StampManager.getProgressTable()Returns the map of greatest stamp | 
|  StampTable | LoadReport.getProgressTable()Get the value of progressTable. | 
| Methods in com.jalios.jstore with parameters of type 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,
              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,
             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. | 
| Constructors in com.jalios.jstore with parameters of type StampTable | |
|---|---|
| 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 | |
|---|---|
| protected  StampTable | ReplicaInfo.progressTable | 
| Methods in com.jalios.jstore.jsync that return StampTable | |
|---|---|
|  StampTable | UpdateMessage.getProgressTable() | 
|  StampTable | ReplicaInfo.getProgressTable()Get the value of progressTable. | 
|  StampTable | JoinMessage.getProgressTable() | 
|  StampTable | JSyncReplica.getProgressTable() | 
|  StampTable | AckMessage.getProgressTable() | 
| Methods in com.jalios.jstore.jsync with parameters of type StampTable | |
|---|---|
|  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(OutputStream out,
         String urid,
         int status,
         StampTable progressTable)Write an AckMessage | 
| Constructors in com.jalios.jstore.jsync with parameters of type StampTable | |
|---|---|
| AckMessage(String urid,
           int status,
           StampTable progressTable)Constructs a new AckMessage | |
| JoinMessage(String urid,
            String url,
            StampTable progressTable)Constructs a new JoinMessage | |
| UpdateMessage(String urid,
              StampTable progressTable,
              List<StorableLogEntry> opList,
              Set<FileEntry> fileSet)Constructs a new UpdateMessage | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||