okhttp3.Call |
AuthApi.addGroupMembershipAsync(String groupId,
String userId,
ApiCallback<Void> _callback) |
add group membership (asynchronously)
|
okhttp3.Call |
AuthApi.addGroupMembershipCall(String groupId,
String userId,
ApiCallback _callback) |
Build call for addGroupMembership
|
okhttp3.Call |
AuthApi.attachPolicyToGroupAsync(String groupId,
String policyId,
ApiCallback<Void> _callback) |
attach policy to group (asynchronously)
|
okhttp3.Call |
AuthApi.attachPolicyToGroupCall(String groupId,
String policyId,
ApiCallback _callback) |
Build call for attachPolicyToGroup
|
okhttp3.Call |
AuthApi.attachPolicyToUserAsync(String userId,
String policyId,
ApiCallback<Void> _callback) |
attach policy to user (asynchronously)
|
okhttp3.Call |
AuthApi.attachPolicyToUserCall(String userId,
String policyId,
ApiCallback _callback) |
Build call for attachPolicyToUser
|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback) |
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback) |
Build an HTTP request with the given options.
|
okhttp3.Call |
BranchesApi.cherryPickAsync(String repository,
String branch,
CherryPickCreation cherryPickCreation,
ApiCallback<Commit> _callback) |
Replay the changes from the given commit on the branch (asynchronously)
|
okhttp3.Call |
BranchesApi.cherryPickCall(String repository,
String branch,
CherryPickCreation cherryPickCreation,
ApiCallback _callback) |
Build call for cherryPick
|
okhttp3.Call |
CommitsApi.commitAsync(String repository,
String branch,
CommitCreation commitCreation,
String sourceMetarange,
ApiCallback<Commit> _callback) |
create commit (asynchronously)
|
okhttp3.Call |
CommitsApi.commitCall(String repository,
String branch,
CommitCreation commitCreation,
String sourceMetarange,
ApiCallback _callback) |
Build call for commit
|
okhttp3.Call |
ObjectsApi.copyObjectAsync(String repository,
String branch,
String destPath,
ObjectCopyCreation objectCopyCreation,
ApiCallback<ObjectStats> _callback) |
create a copy of an object (asynchronously)
|
okhttp3.Call |
ObjectsApi.copyObjectCall(String repository,
String branch,
String destPath,
ObjectCopyCreation objectCopyCreation,
ApiCallback _callback) |
Build call for copyObject
|
okhttp3.Call |
BranchesApi.createBranchAsync(String repository,
BranchCreation branchCreation,
ApiCallback<String> _callback) |
create branch (asynchronously)
|
okhttp3.Call |
BranchesApi.createBranchCall(String repository,
BranchCreation branchCreation,
ApiCallback _callback) |
Build call for createBranch
|
okhttp3.Call |
InternalApi.createBranchProtectionRulePreflightAsync(String repository,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
InternalApi.createBranchProtectionRulePreflightCall(String repository,
ApiCallback _callback) |
Build call for createBranchProtectionRulePreflight
|
okhttp3.Call |
AuthApi.createCredentialsAsync(String userId,
ApiCallback<CredentialsWithSecret> _callback) |
create credentials (asynchronously)
|
okhttp3.Call |
AuthApi.createCredentialsCall(String userId,
ApiCallback _callback) |
Build call for createCredentials
|
okhttp3.Call |
AuthApi.createGroupAsync(GroupCreation groupCreation,
ApiCallback<Group> _callback) |
create group (asynchronously)
|
okhttp3.Call |
AuthApi.createGroupCall(GroupCreation groupCreation,
ApiCallback _callback) |
Build call for createGroup
|
okhttp3.Call |
AuthApi.createPolicyAsync(Policy policy,
ApiCallback<Policy> _callback) |
create policy (asynchronously)
|
okhttp3.Call |
AuthApi.createPolicyCall(Policy policy,
ApiCallback _callback) |
Build call for createPolicy
|
okhttp3.Call |
RepositoriesApi.createRepositoryAsync(RepositoryCreation repositoryCreation,
Boolean bare,
ApiCallback<Repository> _callback) |
create repository (asynchronously)
|
okhttp3.Call |
RepositoriesApi.createRepositoryCall(RepositoryCreation repositoryCreation,
Boolean bare,
ApiCallback _callback) |
Build call for createRepository
|
okhttp3.Call |
InternalApi.createSymlinkFileAsync(String repository,
String branch,
String location,
ApiCallback<StorageURI> _callback) |
creates symlink files corresponding to the given directory (asynchronously)
|
okhttp3.Call |
InternalApi.createSymlinkFileCall(String repository,
String branch,
String location,
ApiCallback _callback) |
Build call for createSymlinkFile
|
okhttp3.Call |
TagsApi.createTagAsync(String repository,
TagCreation tagCreation,
ApiCallback<Ref> _callback) |
create tag (asynchronously)
|
okhttp3.Call |
TagsApi.createTagCall(String repository,
TagCreation tagCreation,
ApiCallback _callback) |
Build call for createTag
|
okhttp3.Call |
AuthApi.createUserAsync(UserCreation userCreation,
ApiCallback<User> _callback) |
create user (asynchronously)
|
okhttp3.Call |
AuthApi.createUserCall(UserCreation userCreation,
ApiCallback _callback) |
Build call for createUser
|
okhttp3.Call |
BranchesApi.deleteBranchAsync(String repository,
String branch,
ApiCallback<Void> _callback) |
delete branch (asynchronously)
|
okhttp3.Call |
BranchesApi.deleteBranchCall(String repository,
String branch,
ApiCallback _callback) |
Build call for deleteBranch
|
okhttp3.Call |
AuthApi.deleteCredentialsAsync(String userId,
String accessKeyId,
ApiCallback<Void> _callback) |
delete credentials (asynchronously)
|
okhttp3.Call |
AuthApi.deleteCredentialsCall(String userId,
String accessKeyId,
ApiCallback _callback) |
Build call for deleteCredentials
|
okhttp3.Call |
RepositoriesApi.deleteGCRulesAsync(String repository,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RepositoriesApi.deleteGCRulesCall(String repository,
ApiCallback _callback) |
Build call for deleteGCRules
|
okhttp3.Call |
AuthApi.deleteGroupAsync(String groupId,
ApiCallback<Void> _callback) |
delete group (asynchronously)
|
okhttp3.Call |
AuthApi.deleteGroupCall(String groupId,
ApiCallback _callback) |
Build call for deleteGroup
|
okhttp3.Call |
AuthApi.deleteGroupMembershipAsync(String groupId,
String userId,
ApiCallback<Void> _callback) |
delete group membership (asynchronously)
|
okhttp3.Call |
AuthApi.deleteGroupMembershipCall(String groupId,
String userId,
ApiCallback _callback) |
Build call for deleteGroupMembership
|
okhttp3.Call |
ObjectsApi.deleteObjectAsync(String repository,
String branch,
String path,
ApiCallback<Void> _callback) |
delete object.
|
okhttp3.Call |
ObjectsApi.deleteObjectCall(String repository,
String branch,
String path,
ApiCallback _callback) |
Build call for deleteObject
|
okhttp3.Call |
ObjectsApi.deleteObjectsAsync(String repository,
String branch,
PathList pathList,
ApiCallback<ObjectErrorList> _callback) |
delete objects.
|
okhttp3.Call |
ObjectsApi.deleteObjectsCall(String repository,
String branch,
PathList pathList,
ApiCallback _callback) |
Build call for deleteObjects
|
okhttp3.Call |
AuthApi.deletePolicyAsync(String policyId,
ApiCallback<Void> _callback) |
delete policy (asynchronously)
|
okhttp3.Call |
AuthApi.deletePolicyCall(String policyId,
ApiCallback _callback) |
Build call for deletePolicy
|
okhttp3.Call |
RepositoriesApi.deleteRepositoryAsync(String repository,
ApiCallback<Void> _callback) |
delete repository (asynchronously)
|
okhttp3.Call |
RepositoriesApi.deleteRepositoryCall(String repository,
ApiCallback _callback) |
Build call for deleteRepository
|
okhttp3.Call |
TagsApi.deleteTagAsync(String repository,
String tag,
ApiCallback<Void> _callback) |
delete tag (asynchronously)
|
okhttp3.Call |
TagsApi.deleteTagCall(String repository,
String tag,
ApiCallback _callback) |
Build call for deleteTag
|
okhttp3.Call |
AuthApi.deleteUserAsync(String userId,
ApiCallback<Void> _callback) |
delete user (asynchronously)
|
okhttp3.Call |
AuthApi.deleteUserCall(String userId,
ApiCallback _callback) |
Build call for deleteUser
|
okhttp3.Call |
AuthApi.detachPolicyFromGroupAsync(String groupId,
String policyId,
ApiCallback<Void> _callback) |
detach policy from group (asynchronously)
|
okhttp3.Call |
AuthApi.detachPolicyFromGroupCall(String groupId,
String policyId,
ApiCallback _callback) |
Build call for detachPolicyFromGroup
|
okhttp3.Call |
AuthApi.detachPolicyFromUserAsync(String userId,
String policyId,
ApiCallback<Void> _callback) |
detach policy from user (asynchronously)
|
okhttp3.Call |
AuthApi.detachPolicyFromUserCall(String userId,
String policyId,
ApiCallback _callback) |
Build call for detachPolicyFromUser
|
okhttp3.Call |
BranchesApi.diffBranchAsync(String repository,
String branch,
String after,
Integer amount,
String prefix,
String delimiter,
ApiCallback<DiffList> _callback) |
diff branch (asynchronously)
|
okhttp3.Call |
BranchesApi.diffBranchCall(String repository,
String branch,
String after,
Integer amount,
String prefix,
String delimiter,
ApiCallback _callback) |
Build call for diffBranch
|
okhttp3.Call |
RefsApi.diffRefsAsync(String repository,
String leftRef,
String rightRef,
String after,
Integer amount,
String prefix,
String delimiter,
String type,
ApiCallback<DiffList> _callback) |
diff references (asynchronously)
|
okhttp3.Call |
RefsApi.diffRefsCall(String repository,
String leftRef,
String rightRef,
String after,
Integer amount,
String prefix,
String delimiter,
String type,
ApiCallback _callback) |
Build call for diffRefs
|
okhttp3.Call |
InternalApi.dumpRefsAsync(String repository,
ApiCallback<RefsDump> _callback) |
Dump repository refs (tags, commits, branches) to object store Deprecated: a new API will introduce long running operations (asynchronously)
|
okhttp3.Call |
InternalApi.dumpRefsCall(String repository,
ApiCallback _callback) |
Build call for dumpRefs
|
okhttp3.Call |
RepositoriesApi.dumpStatusAsync(String repository,
String taskId,
ApiCallback<RepositoryDumpStatus> _callback) |
Status of a repository dump task (asynchronously)
|
okhttp3.Call |
RepositoriesApi.dumpStatusCall(String repository,
String taskId,
ApiCallback _callback) |
Build call for dumpStatus
|
okhttp3.Call |
RepositoriesApi.dumpSubmitAsync(String repository,
ApiCallback<TaskInfo> _callback) |
Backup the repository metadata (tags, commits, branches) and save the backup to the object store.
|
okhttp3.Call |
RepositoriesApi.dumpSubmitCall(String repository,
ApiCallback _callback) |
Build call for dumpSubmit
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
ApiCallback<T> callback) |
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
Type returnType,
ApiCallback<T> callback) |
Execute HTTP call asynchronously.
|
okhttp3.Call |
RefsApi.findMergeBaseAsync(String repository,
String sourceRef,
String destinationBranch,
ApiCallback<FindMergeBaseResult> _callback) |
find the merge base for 2 references (asynchronously)
|
okhttp3.Call |
RefsApi.findMergeBaseCall(String repository,
String sourceRef,
String destinationBranch,
ApiCallback _callback) |
Build call for findMergeBase
|
okhttp3.Call |
InternalApi.getAuthCapabilitiesAsync(ApiCallback<AuthCapabilities> _callback) |
list authentication capabilities supported (asynchronously)
|
okhttp3.Call |
InternalApi.getAuthCapabilitiesCall(ApiCallback _callback) |
Build call for getAuthCapabilities
|
okhttp3.Call |
BranchesApi.getBranchAsync(String repository,
String branch,
ApiCallback<Ref> _callback) |
get branch (asynchronously)
|
okhttp3.Call |
BranchesApi.getBranchCall(String repository,
String branch,
ApiCallback _callback) |
Build call for getBranch
|
okhttp3.Call |
RepositoriesApi.getBranchProtectionRulesAsync(String repository,
ApiCallback<List<BranchProtectionRule>> _callback) |
get branch protection rules (asynchronously)
|
okhttp3.Call |
RepositoriesApi.getBranchProtectionRulesCall(String repository,
ApiCallback _callback) |
Build call for getBranchProtectionRules
|
okhttp3.Call |
CommitsApi.getCommitAsync(String repository,
String commitId,
ApiCallback<Commit> _callback) |
get commit (asynchronously)
|
okhttp3.Call |
CommitsApi.getCommitCall(String repository,
String commitId,
ApiCallback _callback) |
Build call for getCommit
|
okhttp3.Call |
ConfigApi.getConfigAsync(ApiCallback<Config> _callback) |
(asynchronously)
retrieve lakeFS configuration
|
okhttp3.Call |
ConfigApi.getConfigCall(ApiCallback _callback) |
Build call for getConfig
|
okhttp3.Call |
AuthApi.getCredentialsAsync(String userId,
String accessKeyId,
ApiCallback<Credentials> _callback) |
get credentials (asynchronously)
|
okhttp3.Call |
AuthApi.getCredentialsCall(String userId,
String accessKeyId,
ApiCallback _callback) |
Build call for getCredentials
|
okhttp3.Call |
AuthApi.getCurrentUserAsync(ApiCallback<CurrentUser> _callback) |
get current user (asynchronously)
|
okhttp3.Call |
AuthApi.getCurrentUserCall(ApiCallback _callback) |
Build call for getCurrentUser
|
okhttp3.Call |
InternalApi.getGarbageCollectionConfigAsync(ApiCallback<GarbageCollectionConfig> _callback) |
(asynchronously)
get information of gc settings
|
okhttp3.Call |
InternalApi.getGarbageCollectionConfigCall(ApiCallback _callback) |
Build call for getGarbageCollectionConfig
|
okhttp3.Call |
RepositoriesApi.getGCRulesAsync(String repository,
ApiCallback<GarbageCollectionRules> _callback) |
get repository GC rules (asynchronously)
|
okhttp3.Call |
RepositoriesApi.getGCRulesCall(String repository,
ApiCallback _callback) |
Build call for getGCRules
|
okhttp3.Call |
AuthApi.getGroupACLAsync(String groupId,
ApiCallback<ACL> _callback) |
get ACL of group (asynchronously)
|
okhttp3.Call |
AuthApi.getGroupACLCall(String groupId,
ApiCallback _callback) |
Build call for getGroupACL
|
okhttp3.Call |
AuthApi.getGroupAsync(String groupId,
ApiCallback<Group> _callback) |
get group (asynchronously)
|
okhttp3.Call |
AuthApi.getGroupCall(String groupId,
ApiCallback _callback) |
Build call for getGroup
|
okhttp3.Call |
InternalApi.getLakeFSVersionAsync(ApiCallback<VersionConfig> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.getLakeFSVersionCall(ApiCallback _callback) |
Deprecated.
|
okhttp3.Call |
MetadataApi.getMetaRangeAsync(String repository,
String metaRange,
ApiCallback<StorageURI> _callback) |
return URI to a meta-range file (asynchronously)
|
okhttp3.Call |
MetadataApi.getMetaRangeCall(String repository,
String metaRange,
ApiCallback _callback) |
Build call for getMetaRange
|
okhttp3.Call |
ObjectsApi.getObjectAsync(String repository,
String ref,
String path,
String range,
Boolean presign,
ApiCallback<File> _callback) |
get object content (asynchronously)
|
okhttp3.Call |
ObjectsApi.getObjectCall(String repository,
String ref,
String path,
String range,
Boolean presign,
ApiCallback _callback) |
Build call for getObject
|
okhttp3.Call |
ExperimentalApi.getOtfDiffsAsync(ApiCallback<OTFDiffs> _callback) |
get the available Open Table Format diffs (asynchronously)
|
okhttp3.Call |
ExperimentalApi.getOtfDiffsCall(ApiCallback _callback) |
Build call for getOtfDiffs
|
okhttp3.Call |
StagingApi.getPhysicalAddressAsync(String repository,
String branch,
String path,
Boolean presign,
ApiCallback<StagingLocation> _callback) |
generate an address to which the client can upload an object (asynchronously)
|
okhttp3.Call |
StagingApi.getPhysicalAddressCall(String repository,
String branch,
String path,
Boolean presign,
ApiCallback _callback) |
Build call for getPhysicalAddress
|
okhttp3.Call |
AuthApi.getPolicyAsync(String policyId,
ApiCallback<Policy> _callback) |
get policy (asynchronously)
|
okhttp3.Call |
AuthApi.getPolicyCall(String policyId,
ApiCallback _callback) |
Build call for getPolicy
|
okhttp3.Call |
MetadataApi.getRangeAsync(String repository,
String range,
ApiCallback<StorageURI> _callback) |
return URI to a range file (asynchronously)
|
okhttp3.Call |
MetadataApi.getRangeCall(String repository,
String range,
ApiCallback _callback) |
Build call for getRange
|
okhttp3.Call |
RepositoriesApi.getRepositoryAsync(String repository,
ApiCallback<Repository> _callback) |
get repository (asynchronously)
|
okhttp3.Call |
RepositoriesApi.getRepositoryCall(String repository,
ApiCallback _callback) |
Build call for getRepository
|
okhttp3.Call |
RepositoriesApi.getRepositoryMetadataAsync(String repository,
ApiCallback<Map<String,String>> _callback) |
get repository metadata (asynchronously)
|
okhttp3.Call |
RepositoriesApi.getRepositoryMetadataCall(String repository,
ApiCallback _callback) |
Build call for getRepositoryMetadata
|
okhttp3.Call |
ActionsApi.getRunAsync(String repository,
String runId,
ApiCallback<ActionRun> _callback) |
get a run (asynchronously)
|
okhttp3.Call |
ActionsApi.getRunCall(String repository,
String runId,
ApiCallback _callback) |
Build call for getRun
|
okhttp3.Call |
ActionsApi.getRunHookOutputAsync(String repository,
String runId,
String hookRunId,
ApiCallback<File> _callback) |
get run hook output (asynchronously)
|
okhttp3.Call |
ActionsApi.getRunHookOutputCall(String repository,
String runId,
String hookRunId,
ApiCallback _callback) |
Build call for getRunHookOutput
|
okhttp3.Call |
InternalApi.getSetupStateAsync(ApiCallback<SetupState> _callback) |
check if the lakeFS installation is already set up (asynchronously)
|
okhttp3.Call |
InternalApi.getSetupStateCall(ApiCallback _callback) |
Build call for getSetupState
|
okhttp3.Call |
InternalApi.getStorageConfigAsync(ApiCallback<StorageConfig> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.getStorageConfigCall(ApiCallback _callback) |
Deprecated.
|
okhttp3.Call |
TagsApi.getTagAsync(String repository,
String tag,
ApiCallback<Ref> _callback) |
get tag (asynchronously)
|
okhttp3.Call |
TagsApi.getTagCall(String repository,
String tag,
ApiCallback _callback) |
Build call for getTag
|
okhttp3.Call |
ObjectsApi.getUnderlyingPropertiesAsync(String repository,
String ref,
String path,
ApiCallback<UnderlyingObjectProperties> _callback) |
get object properties on underlying storage (asynchronously)
|
okhttp3.Call |
ObjectsApi.getUnderlyingPropertiesCall(String repository,
String ref,
String path,
ApiCallback _callback) |
Build call for getUnderlyingProperties
|
okhttp3.Call |
AuthApi.getUserAsync(String userId,
ApiCallback<User> _callback) |
get user (asynchronously)
|
okhttp3.Call |
AuthApi.getUserCall(String userId,
ApiCallback _callback) |
Build call for getUser
|
okhttp3.Call |
ObjectsApi.headObjectAsync(String repository,
String ref,
String path,
String range,
ApiCallback<Void> _callback) |
check if object exists (asynchronously)
|
okhttp3.Call |
ObjectsApi.headObjectCall(String repository,
String ref,
String path,
String range,
ApiCallback _callback) |
Build call for headObject
|
okhttp3.Call |
HealthCheckApi.healthCheckAsync(ApiCallback<Void> _callback) |
(asynchronously)
check that the API server is up and running
|
okhttp3.Call |
HealthCheckApi.healthCheckCall(ApiCallback _callback) |
Build call for healthCheck
|
okhttp3.Call |
ImportApi.importCancelAsync(String repository,
String branch,
String id,
ApiCallback<Void> _callback) |
cancel ongoing import (asynchronously)
|
okhttp3.Call |
ImportApi.importCancelCall(String repository,
String branch,
String id,
ApiCallback _callback) |
Build call for importCancel
|
okhttp3.Call |
ImportApi.importStartAsync(String repository,
String branch,
ImportCreation importCreation,
ApiCallback<ImportCreationResponse> _callback) |
import data from object store (asynchronously)
|
okhttp3.Call |
ImportApi.importStartCall(String repository,
String branch,
ImportCreation importCreation,
ApiCallback _callback) |
Build call for importStart
|
okhttp3.Call |
ImportApi.importStatusAsync(String repository,
String branch,
String id,
ApiCallback<ImportStatus> _callback) |
get import status (asynchronously)
|
okhttp3.Call |
ImportApi.importStatusCall(String repository,
String branch,
String id,
ApiCallback _callback) |
Build call for importStatus
|
okhttp3.Call |
InternalApi.internalCreateBranchProtectionRuleAsync(String repository,
BranchProtectionRule branchProtectionRule,
ApiCallback<Void> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalCreateBranchProtectionRuleCall(String repository,
BranchProtectionRule branchProtectionRule,
ApiCallback _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalDeleteBranchProtectionRuleAsync(String repository,
InlineObject1 inlineObject1,
ApiCallback<Void> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalDeleteBranchProtectionRuleCall(String repository,
InlineObject1 inlineObject1,
ApiCallback _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalDeleteGarbageCollectionRulesAsync(String repository,
ApiCallback<Void> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalDeleteGarbageCollectionRulesCall(String repository,
ApiCallback _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalGetBranchProtectionRulesAsync(String repository,
ApiCallback<List<BranchProtectionRule>> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalGetBranchProtectionRulesCall(String repository,
ApiCallback _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalGetGarbageCollectionRulesAsync(String repository,
ApiCallback<GarbageCollectionRules> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalGetGarbageCollectionRulesCall(String repository,
ApiCallback _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalSetGarbageCollectionRulesAsync(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback<Void> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.internalSetGarbageCollectionRulesCall(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback _callback) |
Deprecated.
|
okhttp3.Call |
StagingApi.linkPhysicalAddressAsync(String repository,
String branch,
String path,
StagingMetadata stagingMetadata,
ApiCallback<ObjectStats> _callback) |
associate staging on this physical address with a path (asynchronously)
Link the physical address with the path in lakeFS, creating an uncommitted change.
|
okhttp3.Call |
StagingApi.linkPhysicalAddressCall(String repository,
String branch,
String path,
StagingMetadata stagingMetadata,
ApiCallback _callback) |
Build call for linkPhysicalAddress
|
okhttp3.Call |
BranchesApi.listBranchesAsync(String repository,
String prefix,
String after,
Integer amount,
ApiCallback<RefList> _callback) |
list branches (asynchronously)
|
okhttp3.Call |
BranchesApi.listBranchesCall(String repository,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listBranches
|
okhttp3.Call |
AuthApi.listGroupMembersAsync(String groupId,
String prefix,
String after,
Integer amount,
ApiCallback<UserList> _callback) |
list group members (asynchronously)
|
okhttp3.Call |
AuthApi.listGroupMembersCall(String groupId,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listGroupMembers
|
okhttp3.Call |
AuthApi.listGroupPoliciesAsync(String groupId,
String prefix,
String after,
Integer amount,
ApiCallback<PolicyList> _callback) |
list group policies (asynchronously)
|
okhttp3.Call |
AuthApi.listGroupPoliciesCall(String groupId,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listGroupPolicies
|
okhttp3.Call |
AuthApi.listGroupsAsync(String prefix,
String after,
Integer amount,
ApiCallback<GroupList> _callback) |
list groups (asynchronously)
|
okhttp3.Call |
AuthApi.listGroupsCall(String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listGroups
|
okhttp3.Call |
ObjectsApi.listObjectsAsync(String repository,
String ref,
Boolean userMetadata,
Boolean presign,
String after,
Integer amount,
String delimiter,
String prefix,
ApiCallback<ObjectStatsList> _callback) |
list objects under a given prefix (asynchronously)
|
okhttp3.Call |
ObjectsApi.listObjectsCall(String repository,
String ref,
Boolean userMetadata,
Boolean presign,
String after,
Integer amount,
String delimiter,
String prefix,
ApiCallback _callback) |
Build call for listObjects
|
okhttp3.Call |
AuthApi.listPoliciesAsync(String prefix,
String after,
Integer amount,
ApiCallback<PolicyList> _callback) |
list policies (asynchronously)
|
okhttp3.Call |
AuthApi.listPoliciesCall(String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listPolicies
|
okhttp3.Call |
RepositoriesApi.listRepositoriesAsync(String prefix,
String after,
Integer amount,
ApiCallback<RepositoryList> _callback) |
list repositories (asynchronously)
|
okhttp3.Call |
RepositoriesApi.listRepositoriesCall(String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listRepositories
|
okhttp3.Call |
ActionsApi.listRepositoryRunsAsync(String repository,
String after,
Integer amount,
String branch,
String commit,
ApiCallback<ActionRunList> _callback) |
list runs (asynchronously)
|
okhttp3.Call |
ActionsApi.listRepositoryRunsCall(String repository,
String after,
Integer amount,
String branch,
String commit,
ApiCallback _callback) |
Build call for listRepositoryRuns
|
okhttp3.Call |
ActionsApi.listRunHooksAsync(String repository,
String runId,
String after,
Integer amount,
ApiCallback<HookRunList> _callback) |
list run hooks (asynchronously)
|
okhttp3.Call |
ActionsApi.listRunHooksCall(String repository,
String runId,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listRunHooks
|
okhttp3.Call |
TagsApi.listTagsAsync(String repository,
String prefix,
String after,
Integer amount,
ApiCallback<RefList> _callback) |
list tags (asynchronously)
|
okhttp3.Call |
TagsApi.listTagsCall(String repository,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listTags
|
okhttp3.Call |
AuthApi.listUserCredentialsAsync(String userId,
String prefix,
String after,
Integer amount,
ApiCallback<CredentialsList> _callback) |
list user credentials (asynchronously)
|
okhttp3.Call |
AuthApi.listUserCredentialsCall(String userId,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listUserCredentials
|
okhttp3.Call |
AuthApi.listUserGroupsAsync(String userId,
String prefix,
String after,
Integer amount,
ApiCallback<GroupList> _callback) |
list user groups (asynchronously)
|
okhttp3.Call |
AuthApi.listUserGroupsCall(String userId,
String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listUserGroups
|
okhttp3.Call |
AuthApi.listUserPoliciesAsync(String userId,
String prefix,
String after,
Integer amount,
Boolean effective,
ApiCallback<PolicyList> _callback) |
list user policies (asynchronously)
|
okhttp3.Call |
AuthApi.listUserPoliciesCall(String userId,
String prefix,
String after,
Integer amount,
Boolean effective,
ApiCallback _callback) |
Build call for listUserPolicies
|
okhttp3.Call |
AuthApi.listUsersAsync(String prefix,
String after,
Integer amount,
ApiCallback<UserList> _callback) |
list users (asynchronously)
|
okhttp3.Call |
AuthApi.listUsersCall(String prefix,
String after,
Integer amount,
ApiCallback _callback) |
Build call for listUsers
|
okhttp3.Call |
RefsApi.logCommitsAsync(String repository,
String ref,
String after,
Integer amount,
List<String> objects,
List<String> prefixes,
Boolean limit,
Boolean firstParent,
org.threeten.bp.OffsetDateTime since,
ApiCallback<CommitList> _callback) |
get commit log from ref.
|
okhttp3.Call |
RefsApi.logCommitsCall(String repository,
String ref,
String after,
Integer amount,
List<String> objects,
List<String> prefixes,
Boolean limit,
Boolean firstParent,
org.threeten.bp.OffsetDateTime since,
ApiCallback _callback) |
Build call for logCommits
|
okhttp3.Call |
AuthApi.loginAsync(LoginInformation loginInformation,
ApiCallback<AuthenticationToken> _callback) |
perform a login (asynchronously)
|
okhttp3.Call |
AuthApi.loginCall(LoginInformation loginInformation,
ApiCallback _callback) |
Build call for login
|
okhttp3.Call |
RefsApi.mergeIntoBranchAsync(String repository,
String sourceRef,
String destinationBranch,
Merge merge,
ApiCallback<MergeResult> _callback) |
merge references (asynchronously)
|
okhttp3.Call |
RefsApi.mergeIntoBranchCall(String repository,
String sourceRef,
String destinationBranch,
Merge merge,
ApiCallback _callback) |
Build call for mergeIntoBranch
|
okhttp3.Call |
ExperimentalApi.otfDiffAsync(String repository,
String leftRef,
String rightRef,
String tablePath,
String type,
ApiCallback<OtfDiffList> _callback) |
perform otf diff (asynchronously)
|
okhttp3.Call |
ExperimentalApi.otfDiffCall(String repository,
String leftRef,
String rightRef,
String tablePath,
String type,
ApiCallback _callback) |
Build call for otfDiff
|
okhttp3.Call |
InternalApi.postStatsEventsAsync(StatsEventsList statsEventsList,
ApiCallback<Void> _callback) |
post stats events, this endpoint is meant for internal use only (asynchronously)
|
okhttp3.Call |
InternalApi.postStatsEventsCall(StatsEventsList statsEventsList,
ApiCallback _callback) |
Build call for postStatsEvents
|
okhttp3.Call |
InternalApi.prepareGarbageCollectionCommitsAsync(String repository,
ApiCallback<GarbageCollectionPrepareResponse> _callback) |
save lists of active commits for garbage collection (asynchronously)
|
okhttp3.Call |
InternalApi.prepareGarbageCollectionCommitsCall(String repository,
ApiCallback _callback) |
Build call for prepareGarbageCollectionCommits
|
okhttp3.Call |
InternalApi.prepareGarbageCollectionUncommittedAsync(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest,
ApiCallback<PrepareGCUncommittedResponse> _callback) |
save repository uncommitted metadata for garbage collection (asynchronously)
|
okhttp3.Call |
InternalApi.prepareGarbageCollectionUncommittedCall(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest,
ApiCallback _callback) |
Build call for prepareGarbageCollectionUncommitted
|
okhttp3.Call |
BranchesApi.resetBranchAsync(String repository,
String branch,
ResetCreation resetCreation,
ApiCallback<Void> _callback) |
reset branch (asynchronously)
|
okhttp3.Call |
BranchesApi.resetBranchCall(String repository,
String branch,
ResetCreation resetCreation,
ApiCallback _callback) |
Build call for resetBranch
|
okhttp3.Call |
InternalApi.restoreRefsAsync(String repository,
RefsDump refsDump,
ApiCallback<Void> _callback) |
Restore repository refs (tags, commits, branches) from object store.
|
okhttp3.Call |
InternalApi.restoreRefsCall(String repository,
RefsDump refsDump,
ApiCallback _callback) |
Build call for restoreRefs
|
okhttp3.Call |
RepositoriesApi.restoreStatusAsync(String repository,
String taskId,
ApiCallback<RepositoryRestoreStatus> _callback) |
Status of a restore request (asynchronously)
|
okhttp3.Call |
RepositoriesApi.restoreStatusCall(String repository,
String taskId,
ApiCallback _callback) |
Build call for restoreStatus
|
okhttp3.Call |
RepositoriesApi.restoreSubmitAsync(String repository,
RefsDump refsDump,
ApiCallback<TaskInfo> _callback) |
Restore repository from a dump in the object store (asynchronously)
|
okhttp3.Call |
RepositoriesApi.restoreSubmitCall(String repository,
RefsDump refsDump,
ApiCallback _callback) |
Build call for restoreSubmit
|
okhttp3.Call |
BranchesApi.revertBranchAsync(String repository,
String branch,
RevertCreation revertCreation,
ApiCallback<Void> _callback) |
revert (asynchronously)
|
okhttp3.Call |
BranchesApi.revertBranchCall(String repository,
String branch,
RevertCreation revertCreation,
ApiCallback _callback) |
Build call for revertBranch
|
okhttp3.Call |
RepositoriesApi.setBranchProtectionRulesAsync(String repository,
List<BranchProtectionRule> branchProtectionRule,
String ifMatch,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RepositoriesApi.setBranchProtectionRulesCall(String repository,
List<BranchProtectionRule> branchProtectionRule,
String ifMatch,
ApiCallback _callback) |
Build call for setBranchProtectionRules
|
okhttp3.Call |
InternalApi.setGarbageCollectionRulesPreflightAsync(String repository,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
InternalApi.setGarbageCollectionRulesPreflightCall(String repository,
ApiCallback _callback) |
Build call for setGarbageCollectionRulesPreflight
|
okhttp3.Call |
RepositoriesApi.setGCRulesAsync(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
RepositoriesApi.setGCRulesCall(String repository,
GarbageCollectionRules garbageCollectionRules,
ApiCallback _callback) |
Build call for setGCRules
|
okhttp3.Call |
AuthApi.setGroupACLAsync(String groupId,
ACL ACL,
ApiCallback<Void> _callback) |
set ACL of group (asynchronously)
|
okhttp3.Call |
AuthApi.setGroupACLCall(String groupId,
ACL ACL,
ApiCallback _callback) |
Build call for setGroupACL
|
okhttp3.Call |
InternalApi.setupAsync(Setup setup,
ApiCallback<CredentialsWithSecret> _callback) |
setup lakeFS and create a first user (asynchronously)
|
okhttp3.Call |
InternalApi.setupCall(Setup setup,
ApiCallback _callback) |
Build call for setup
|
okhttp3.Call |
InternalApi.setupCommPrefsAsync(CommPrefsInput commPrefsInput,
ApiCallback<Void> _callback) |
setup communications preferences (asynchronously)
|
okhttp3.Call |
InternalApi.setupCommPrefsCall(CommPrefsInput commPrefsInput,
ApiCallback _callback) |
Build call for setupCommPrefs
|
okhttp3.Call |
InternalApi.stageObjectAsync(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation,
ApiCallback<ObjectStats> _callback) |
Deprecated.
|
okhttp3.Call |
InternalApi.stageObjectCall(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation,
ApiCallback _callback) |
Deprecated.
|
okhttp3.Call |
ObjectsApi.statObjectAsync(String repository,
String ref,
String path,
Boolean userMetadata,
Boolean presign,
ApiCallback<ObjectStats> _callback) |
get object metadata (asynchronously)
|
okhttp3.Call |
ObjectsApi.statObjectCall(String repository,
String ref,
String path,
Boolean userMetadata,
Boolean presign,
ApiCallback _callback) |
Build call for statObject
|
okhttp3.Call |
AuthApi.updatePolicyAsync(String policyId,
Policy policy,
ApiCallback<Policy> _callback) |
update policy (asynchronously)
|
okhttp3.Call |
AuthApi.updatePolicyCall(String policyId,
Policy policy,
ApiCallback _callback) |
Build call for updatePolicy
|
okhttp3.Call |
ObjectsApi.uploadObjectAsync(String repository,
String branch,
String path,
String storageClass,
String ifNoneMatch,
File content,
ApiCallback<ObjectStats> _callback) |
(asynchronously)
|
okhttp3.Call |
ObjectsApi.uploadObjectCall(String repository,
String branch,
String path,
String storageClass,
String ifNoneMatch,
File content,
ApiCallback _callback) |
Build call for uploadObject
|
okhttp3.Call |
InternalApi.uploadObjectPreflightAsync(String repository,
String branch,
String path,
ApiCallback<Void> _callback) |
(asynchronously)
|
okhttp3.Call |
InternalApi.uploadObjectPreflightCall(String repository,
String branch,
String path,
ApiCallback _callback) |
Build call for uploadObjectPreflight
|