From 0fc52a2b3efcd5f96d2ac3c918bc6cc6178c955a Mon Sep 17 00:00:00 2001 From: zoj613 Date: Sat, 30 Nov 2024 20:32:52 +0000 Subject: [PATCH] deploy: e59f58e7b607aa44282c72f87581675b71938bc4 --- zarr-lwt/Zarr_lwt/Storage/HttpStore/index.html | 6 +++--- zarr-lwt/Zarr_lwt/Storage/index.html | 2 +- zarr-sync/Zarr_sync/Storage/HttpStore/index.html | 2 +- zarr-sync/Zarr_sync/Storage/index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zarr-lwt/Zarr_lwt/Storage/HttpStore/index.html b/zarr-lwt/Zarr_lwt/Storage/HttpStore/index.html index 7f2fd8e..5acf3b0 100644 --- a/zarr-lwt/Zarr_lwt/Storage/HttpStore/index.html +++ b/zarr-lwt/Zarr_lwt/Storage/HttpStore/index.html @@ -1,10 +1,10 @@ -HttpStore (zarr-lwt.Zarr_lwt.Storage.HttpStore)

Module Storage.HttpStore

exception Not_implemented
exception Request_failed of int * string
include Zarr.Storage.STORE with module Deferred = Deferred
module Deferred = Deferred
type t

The storage type.

module Group : sig ... end
module Array : sig ... end
val hierarchy : +HttpStore (zarr-lwt.Zarr_lwt.Storage.HttpStore)

Module Storage.HttpStore

An Lwt-aware Http storage backend for a Zarr v3 hierarchy.

exception Not_implemented
exception Request_failed of int * string
include Zarr.Storage.STORE with module Deferred = Deferred
module Deferred = Deferred
type t

The storage type.

module Group : sig ... end
module Array : sig ... end
val hierarchy : t -> (Zarr.Node.Array.t list * Zarr.Node.Group.t list) Deferred.t

hierarchy t returns p where p is a pair of lists representing all nodes in store t. The first element of the pair is a list of all array nodes, and the second element is a list of all group nodes. This operation returns a pair of empty lists if store t is empty.

  • raises Parse_error

    if any node has invalid node_type metadata.

val clear : t -> unit Deferred.t

clear t clears the store t by deleting all nodes. If the store is already empty, this is a no-op.

val with_open : ?redirects:int -> ?tries:int -> ?timeout:int -> string -> - (t -> 'a Lwt.t) -> - 'a Lwt.t
+ (t -> 'a) -> + 'a
diff --git a/zarr-lwt/Zarr_lwt/Storage/index.html b/zarr-lwt/Zarr_lwt/Storage/index.html index 28c7b6a..f1c988f 100644 --- a/zarr-lwt/Zarr_lwt/Storage/index.html +++ b/zarr-lwt/Zarr_lwt/Storage/index.html @@ -1,2 +1,2 @@ -Storage (zarr-lwt.Zarr_lwt.Storage)

Module Zarr_lwt.Storage

module Deferred : Zarr.Types.Deferred with type 'a t = 'a Lwt.t

An Lwt-aware in-memory storage backend for Zarr v3 hierarchy.

module ZipStore : Zarr.Zip.S with module Deferred = Deferred

An Lwt-aware Zip file storage backend for a Zarr v3 hierarchy.

module FilesystemStore : sig ... end

An Lwt-aware local filesystem storage backend for a Zarr V3 hierarchy.

module HttpStore : sig ... end
module AmazonS3Store : sig ... end

An Lwt-aware Amazon S3 bucket storage backend for a Zarr V3 hierarchy.

+Storage (zarr-lwt.Zarr_lwt.Storage)

Module Zarr_lwt.Storage

module Deferred : Zarr.Types.Deferred with type 'a t = 'a Lwt.t

An Lwt-aware in-memory storage backend for Zarr v3 hierarchy.

module ZipStore : Zarr.Zip.S with module Deferred = Deferred

An Lwt-aware Zip file storage backend for a Zarr v3 hierarchy.

module HttpStore : Zarr.Http.S with module Deferred = Deferred

An Lwt-aware Http storage backend for a Zarr v3 hierarchy.

module FilesystemStore : sig ... end

An Lwt-aware local filesystem storage backend for a Zarr V3 hierarchy.

module AmazonS3Store : sig ... end

An Lwt-aware Amazon S3 bucket storage backend for a Zarr V3 hierarchy.

diff --git a/zarr-sync/Zarr_sync/Storage/HttpStore/index.html b/zarr-sync/Zarr_sync/Storage/HttpStore/index.html index c584034..5cc82e0 100644 --- a/zarr-sync/Zarr_sync/Storage/HttpStore/index.html +++ b/zarr-sync/Zarr_sync/Storage/HttpStore/index.html @@ -1,5 +1,5 @@ -HttpStore (zarr-sync.Zarr_sync.Storage.HttpStore)

Module Storage.HttpStore

exception Not_implemented
exception Request_failed of int * string
include Zarr.Storage.STORE with module Deferred = Deferred
module Deferred = Deferred
type t

The storage type.

module Group : sig ... end
module Array : sig ... end
val hierarchy : +HttpStore (zarr-sync.Zarr_sync.Storage.HttpStore)

Module Storage.HttpStore

A blocking I/O Http storage backend for a Zarr v3 hierarchy.

exception Not_implemented
exception Request_failed of int * string
include Zarr.Storage.STORE with module Deferred = Deferred
module Deferred = Deferred
type t

The storage type.

module Group : sig ... end
module Array : sig ... end
val hierarchy : t -> (Zarr.Node.Array.t list * Zarr.Node.Group.t list) Deferred.t

hierarchy t returns p where p is a pair of lists representing all nodes in store t. The first element of the pair is a list of all array nodes, and the second element is a list of all group nodes. This operation returns a pair of empty lists if store t is empty.

  • raises Parse_error

    if any node has invalid node_type metadata.

val clear : t -> unit Deferred.t

clear t clears the store t by deleting all nodes. If the store is already empty, this is a no-op.

val with_open : ?redirects:int -> diff --git a/zarr-sync/Zarr_sync/Storage/index.html b/zarr-sync/Zarr_sync/Storage/index.html index 10e9d04..35271a1 100644 --- a/zarr-sync/Zarr_sync/Storage/index.html +++ b/zarr-sync/Zarr_sync/Storage/index.html @@ -1,2 +1,2 @@ -Storage (zarr-sync.Zarr_sync.Storage)

Module Zarr_sync.Storage

module Deferred : Zarr.Types.Deferred with type 'a t = 'a

A blocking I/O in-memory storage backend for Zarr v3 hierarchy.

module ZipStore : Zarr.Zip.S with module Deferred = Deferred

A blocking I/O Zip file storage backend for a Zarr v3 hierarchy.

module FilesystemStore : sig ... end

A blocking I/O local filesystem storage backend for a Zarr v3 hierarchy.

module HttpStore : sig ... end
+Storage (zarr-sync.Zarr_sync.Storage)

Module Zarr_sync.Storage

module Deferred : Zarr.Types.Deferred with type 'a t = 'a

A blocking I/O in-memory storage backend for Zarr v3 hierarchy.

module ZipStore : Zarr.Zip.S with module Deferred = Deferred

A blocking I/O Zip file storage backend for a Zarr v3 hierarchy.

module HttpStore : Zarr.Http.S with module Deferred = Deferred

A blocking I/O Http storage backend for a Zarr v3 hierarchy.

module FilesystemStore : sig ... end

A blocking I/O local filesystem storage backend for a Zarr v3 hierarchy.