public class

RsyncInvoker

extends Object
java.lang.Object
   ↳ org.apache.helix.filestore.RsyncInvoker

Summary

Public Constructors
RsyncInvoker(String remoteHost, String remoteBaseDir, String localBaseDir)
Public Methods
static void main(String[] args)
boolean rsync(String relativePath)
boolean runInBackground()
boolean stop()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RsyncInvoker (String remoteHost, String remoteBaseDir, String localBaseDir)

Public Methods

public static void main (String[] args)

public boolean rsync (String relativePath)

public boolean runInBackground ()

public boolean stop ()