#include <opendal_async.hpp>
|
using | ReadFuture = opendal::ffi::async_op::RustFutureRead |
|
using | WriteFuture = opendal::ffi::async_op::RustFutureWrite |
|
using | ListFuture = opendal::ffi::async_op::RustFutureList |
|
using | ExistsFuture = opendal::ffi::async_op::RustFutureBool |
|
using | CreateDirFuture = opendal::ffi::async_op::RustFutureWrite |
|
using | CopyFuture = opendal::ffi::async_op::RustFutureWrite |
|
using | RenameFuture = opendal::ffi::async_op::RustFutureWrite |
|
using | DeleteFuture = opendal::ffi::async_op::RustFutureWrite |
|
using | ReaderFuture = opendal::ffi::async_op::RustFutureReaderId |
|
using | ListerFuture = opendal::ffi::async_op::RustFutureListerId |
|
◆ CopyFuture
◆ CreateDirFuture
◆ DeleteFuture
◆ ExistsFuture
◆ ListerFuture
◆ ListFuture
◆ ReaderFuture
◆ ReadFuture
◆ RenameFuture
◆ WriteFuture
◆ Operator() [1/3]
opendal::async::Operator::Operator |
( |
std::string_view |
scheme, |
|
|
const std::unordered_map< std::string, std::string > & |
config = {} |
|
) |
| |
◆ Operator() [2/3]
opendal::async::Operator::Operator |
( |
const Operator & |
| ) |
|
|
delete |
◆ Operator() [3/3]
opendal::async::Operator::Operator |
( |
Operator && |
| ) |
|
|
default |
◆ ~Operator()
opendal::async::Operator::~Operator |
( |
| ) |
|
|
default |
◆ Copy()
CopyFuture opendal::async::Operator::Copy |
( |
std::string_view |
from, |
|
|
std::string_view |
to |
|
) |
| |
◆ CreateDir()
CreateDirFuture opendal::async::Operator::CreateDir |
( |
std::string_view |
path | ) |
|
◆ DeletePath()
DeleteFuture opendal::async::Operator::DeletePath |
( |
std::string_view |
path | ) |
|
◆ Exists()
ExistsFuture opendal::async::Operator::Exists |
( |
std::string_view |
path | ) |
|
◆ GetLister()
ListerFuture opendal::async::Operator::GetLister |
( |
std::string_view |
path | ) |
|
◆ GetReader()
ReaderFuture opendal::async::Operator::GetReader |
( |
std::string_view |
path | ) |
|
◆ List()
ListFuture opendal::async::Operator::List |
( |
std::string_view |
path | ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Read()
ReadFuture opendal::async::Operator::Read |
( |
std::string_view |
path | ) |
|
◆ Rename()
RenameFuture opendal::async::Operator::Rename |
( |
std::string_view |
from, |
|
|
std::string_view |
to |
|
) |
| |
◆ Write()
WriteFuture opendal::async::Operator::Write |
( |
std::string_view |
path, |
|
|
std::span< uint8_t > |
data |
|
) |
| |
The documentation for this class was generated from the following file: