p

io.treeverse

clients

package clients

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ApiClient extends AnyRef
  2. class Conf extends ScallopConf

    Conf options and arguments usage is documented in https://github.com/scallop/scallop/wiki

  3. class EntryRecord[Proto <: Message] extends AnyRef
  4. class EntryRecordReader[Proto <: GeneratedMessage with Message[Proto]] extends RecordReader[Array[Byte], WithIdentifier[Proto]]
  5. case class ExportStatus(path: String, success: Boolean, msg: String) extends Serializable with Product

    Export status of a single file

    Export status of a single file

    path

    of the file

    success

    indicates if the file export succeeded

    msg

    additional information of the status

  6. class Exporter extends AnyRef
  7. class GravelerSplit extends InputSplit with Writable
  8. class Handler extends Callable[ExportStatus] with Serializable
  9. class Item[T] extends AnyRef
  10. trait KeyFilter extends Serializable
  11. class LakeFSInputFormat extends InputFormat[Array[Byte], WithIdentifier[Entry]]
  12. class SSTableIterator[Proto <: GeneratedMessage with Message[Proto]] extends Iterator[Item[Proto]] with Closeable
  13. class SSTableReader[Proto <: GeneratedMessage with Message[Proto]] extends Closeable
  14. class SparkFilter extends KeyFilter
  15. class WithIdentifier[Proto <: GeneratedMessage with Message[Proto]] extends AnyRef

Value Members

  1. object Exporter
  2. object GarbageCollector
  3. object LakeFSContext
  4. object LakeFSInputFormat
  5. object Main

    Main exports lakeFS object to an object-store location.

    Main exports lakeFS object to an object-store location. There are 3 options to run the Export main:

    1. Export all objects from branch 'main' on 'example-repo' repository to s3 location 's3://example-bucket/prefix/': submit example-repo s3://example-bucket/prefix/ --branch=main 2. Export all objects from a commit 'c805e49bafb841a0875f49cd555b397340bbd9b8' on 'example-repo' repository to s3 location 's3://example-bucket/prefix/': submit example-repo s3://example-bucket/prefix/ --commit_id=c805e49bafb841a0875f49cd555b397340bbd9b8 3. Export only the diff between branch 'main' and commit 'c805e49bafb841a0875f49cd555b397340bbd9b8' on 'example-repo' repository to s3 location 's3://example-bucket/prefix/': submit example-repo s3://example-bucket/prefix/ --branch=main --prev_commit_id=c805e49bafb841a0875f49cd555b397340bbd9b8
  6. object S3BulkDeleter
  7. object SSTableReader
  8. object URLResolver extends Serializable
  9. object VarInt

    from https://github.com/addthis/stream-lib/blob/master/src/main/java/com/clearspring/analytics/util/Varint.java

Ungrouped