class ApiClient extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApiClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class StorageNamespaceCacheKey(repoName: String, storageClientType: StorageClientType) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val client: lakefs.clients.api.ApiClient
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBlockstoreType(): String
- def getBranchHEADCommit(repoName: String, branch: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCommit(repoName: String, commitID: String): Commit
- def getGarbageCollectionRules(repoName: String): String
-
def
getMetaRangeURL(repoName: String, commitID: String): String
Query lakeFS for a URL to the metarange of commitID of repoName and translate that URL to use an appropriate Hadoop FileSystem.
- def getMetaRangeURL(repoName: String, commit: Commit): String
-
def
getRangeURL(repoName: String, rangeID: String): String
Query lakeFS for a URL to the range of rangeID of repoName and translate that URL to use an appropriate Hadoop FileSystem.
- def getStorageNamespace(repoName: String, storageClientType: StorageClientType): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyToStorageNamespace(key: StorageNamespaceCacheKey): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prepareGarbageCollectionCommits(repoName: String, previousRunID: String): GarbageCollectionPrepareResponse
- def prepareGarbageCollectionUncommitted(repoName: String, continuationToken: String): PrepareGCUncommittedResponse
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()