org.jumpmind.symmetric.fs.client
Class SyncStatus
java.lang.Object
org.jumpmind.symmetric.fs.client.SyncStatus
public class SyncStatus
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
protected Node node
stage
protected SyncStatus.Stage stage
syncConfig
protected SyncConfig syncConfig
clientSnapshot
protected DirectorySpecSnapshot clientSnapshot
serverSnapshot
protected DirectorySpecSnapshot serverSnapshot
deletesToSend
protected List<String> deletesToSend
deletesSent
protected List<String> deletesSent
filesToSend
protected List<String> filesToSend
fileSent
protected List<String> fileSent
filesToReceive
protected List<String> filesToReceive
deletesToReceive
protected List<String> deletesToReceive
deletesReceived
protected List<String> deletesReceived
filesReceived
protected List<String> filesReceived
filesInConflict
protected List<String> filesInConflict
SyncStatus
public SyncStatus()
SyncStatus
public SyncStatus(Node node,
SyncConfig syncConfig)
getNode
public Node getNode()
setNode
public void setNode(Node node)
getStage
public SyncStatus.Stage getStage()
setStage
public void setStage(SyncStatus.Stage stage)
getClientSnapshot
public DirectorySpecSnapshot getClientSnapshot()
setClientSnapshot
public void setClientSnapshot(DirectorySpecSnapshot clientSnapshot)
setServerSnapshot
public void setServerSnapshot(DirectorySpecSnapshot serverSnapshot)
getFilesInConflict
public List<String> getFilesInConflict()
getFilesToSend
public List<String> getFilesToSend()
getFileSent
public List<String> getFileSent()
getFilesToReceive
public List<String> getFilesToReceive()
getFilesReceived
public List<String> getFilesReceived()
getDeletesReceived
public List<String> getDeletesReceived()
getDeletesSent
public List<String> getDeletesSent()
getDeletesToReceive
public List<String> getDeletesToReceive()
getDeletesToSend
public List<String> getDeletesToSend()
getSyncConfig
public SyncConfig getSyncConfig()
setSyncConfig
public void setSyncConfig(SyncConfig syncConfig)
getServerSnapshot
public DirectorySpecSnapshot getServerSnapshot()
Copyright © 2012 JumpMind, Inc.. All Rights Reserved.