gravitino.filesystem.gvfs_storage_handlerΒΆ

Functions

get_storage_handler_by_path(actual_path)

Get the storage handler by the actual path.

get_storage_handler_by_type(storage_type)

Get the storage handler by the storage type.

Classes

ABSStorageHandler()

Azure Blob Storage Handler

GCSStorageHandler()

GCS Storage Handler

HDFSStorageHandler()

HDFS Storage Handler

LocalStorageHandler()

Local Storage Handler

OSSStorageHandler()

OSS Storage Handler

S3StorageHandler()

S3 Storage Handler

StorageHandler()

A handler class that holds the information about the actual file location and the file system which used in the GravitinoVirtualFileSystem's operations.

StorageType(value)

An enumeration.