Package io.lakefs
Class LakeFSClient
- java.lang.Object
-
- io.lakefs.LakeFSClient
-
public class LakeFSClient extends Object
Provides access to lakeFS API using client library. This class uses the configuration to initialize API client and instance per API interface we expose.
-
-
Constructor Summary
Constructors Constructor Description LakeFSClient(String scheme, org.apache.hadoop.conf.Configuration conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.lakefs.clients.api.ObjectsApigetObjects()io.lakefs.clients.api.RepositoriesApigetRepositories()io.lakefs.clients.api.StagingApigetStaging()
-
-
-
Constructor Detail
-
LakeFSClient
public LakeFSClient(String scheme, org.apache.hadoop.conf.Configuration conf) throws IOException
- Throws:
IOException
-
-