public interface EdenClient
EdenService.Client
's API.
Note that implementations of this interface are not guaranteed to be thread-safe.
Modifier and Type | Method and Description |
---|---|
List<com.facebook.eden.thrift.SHA1Result> |
getSHA1(String mountPoint,
List<String> paths) |
List<com.facebook.eden.thrift.MountInfo> |
listMounts() |
List<com.facebook.eden.thrift.SHA1Result> getSHA1(String mountPoint, List<String> paths) throws IOException, com.facebook.thrift.TException, com.facebook.eden.thrift.EdenError
IOException
com.facebook.thrift.TException
com.facebook.eden.thrift.EdenError
List<com.facebook.eden.thrift.MountInfo> listMounts() throws com.facebook.eden.thrift.EdenError, IOException, com.facebook.thrift.TException
com.facebook.eden.thrift.EdenError
IOException
com.facebook.thrift.TException