Package index
Storr Interface
The storr interface is built on top of the R6 class system which provides the framework for managing content-addressable storage with TileDB. The key function to interact with a storr is storr_tiledb(). Additional functionality is provided for managing TileDB fragments as well as convenient storr utilities.
-
storr_tiledb() - A Storr using TileDB Engine
-
driver_tiledb()driver_tiledb_create() - TileDB Storr Driver
-
storr_copy() - Copy Storr to another URI
-
storr_move() - Move Storr to another URI
-
storr_rename() - Rename Storr URI
-
storr_fragments() - Storr Fragments
-
storr_consolidate() - Consolidate Storr Fragments
-
storr_vacuum() - Vacuum Storr Fragments
R6 Classes
R6 classes that represent the storr interface and TileDB driver. These are internal objects and should not be used directly.
-
CAS - Generate a
CASObject -
TileDBDriver - Generate a
TileDBDriverObject -
TileDBStorr - Generate a
TileDBStorrObject -
StorrFragments - Generate a
StorrFragmentsObject