|
VRS
A file format for sensor data.
|
This is the complete list of members for vrs::DiskFileT< FileChunk >, including all inherited members.
| addChunk() override | vrs::DiskFileT< FileChunk > | virtual |
| addChunk(const string &chunkFilePath) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| addSplitHead(MAYBE_UNUSED FileSpec &inOutSpec) | vrs::WriteFileHandler | inlinevirtual |
| CacheStatsCallbackFunction typedef (defined in vrs::FileHandler) | vrs::FileHandler | |
| checkChunks(const vector< string > &chunks) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| chunks_ (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| close() override | vrs::DiskFileT< FileChunk > | virtual |
| closeChunk(FileChunk *chunk) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| create(const string &newFilePath, const map< string, string > &options={}) override | vrs::DiskFileT< FileChunk > | virtual |
| vrs::WriteFileHandler::create(const FileSpec &spec) | vrs::WriteFileHandler | inlinevirtual |
| createSplitFile(const FileSpec &spec, const string &initialFilePath) | vrs::WriteFileHandler | inlinevirtual |
| currentChunk_ (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| delegateOpen(const FileSpec &fileSpec, unique_ptr< FileHandler > &outNewDelegate) override | vrs::FileHandler | virtual |
| DiskFileT() (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | |
| FileDelegator()=default (defined in vrs::FileDelegator) | vrs::FileDelegator | |
| FileHandler()=default (defined in vrs::FileHandler) | vrs::FileHandler | |
| filesOpenCount_ (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| forgetFurtherChunks(int64_t fileSize) override | vrs::DiskFileT< FileChunk > | virtual |
| getCachingStrategy() const | vrs::FileHandler | inlinevirtual |
| getChunkPos() const override | vrs::DiskFileT< FileChunk > | virtual |
| getChunkRange(int64_t &outChunkOffset, int64_t &outChunkSize) const override | vrs::DiskFileT< FileChunk > | virtual |
| getCurrentChunk(string &outChunkPath, size_t &outChunkIndex) const override | vrs::DiskFileT< FileChunk > | virtual |
| getFileChunks() const override | vrs::DiskFileT< FileChunk > | virtual |
| getFileHandlerName() const override (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | virtual |
| getLastError() const override | vrs::DiskFileT< FileChunk > | virtual |
| getLastRWSize() const override | vrs::DiskFileT< FileChunk > | virtual |
| getPos() const override | vrs::DiskFileT< FileChunk > | virtual |
| getTotalSize() const override | vrs::DiskFileT< FileChunk > | virtual |
| getWriteFileHandlerName() const (defined in vrs::FileHandler) | vrs::FileHandler | virtual |
| isAvailableOrPrefetch(MAYBE_UNUSED size_t length) | vrs::FileHandler | inlinevirtual |
| isEof() const override | vrs::DiskFileT< FileChunk > | virtual |
| isFileHandlerMatch(const FileSpec &fileSpec) const (defined in vrs::FileHandler) | vrs::FileHandler | |
| isLastChunk() const (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| isOpened() const override | vrs::DiskFileT< FileChunk > | virtual |
| isReadOnly() const override | vrs::DiskFileT< FileChunk > | virtual |
| isRemoteFileSystem() const override | vrs::DiskFileT< FileChunk > | virtual |
| lastError_ (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| lastRWSize_ (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| make(const string &fileHandlerName) | vrs::WriteFileHandler | static |
| makeNew() const override | vrs::DiskFileT< FileChunk > | virtual |
| makeOpen(const string &filePath) | vrs::FileHandler | static |
| makeOpen(const FileSpec &fileSpec) (defined in vrs::FileHandler) | vrs::FileHandler | static |
| open(const string &filePath) | vrs::FileHandler | virtual |
| openChunk(FileChunk *chunk) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| openSpec(const FileSpec &fileSpec) override | vrs::DiskFileT< FileChunk > | virtual |
| options_ (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| overwrite(const void *buffer, size_t length) override | vrs::DiskFileT< FileChunk > | virtual |
| overwrite(const T &object) | vrs::DiskFileT< FileChunk > | inline |
| parseUri(FileSpec &inOutFileSpec, size_t colonIndex) const override (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | |
| vrs::WriteFileHandler::parseUri(FileSpec &inOutFileSpec, MAYBE_UNUSED size_t colonIndex) const | vrs::FileDelegator | inlinevirtual |
| prefetchReadSequence(MAYBE_UNUSED const vector< std::pair< size_t, size_t > > &sequence, MAYBE_UNUSED bool clearSequence=true) | vrs::FileHandler | inlinevirtual |
| purgeCache() | vrs::FileHandler | inlinevirtual |
| read(void *buffer, size_t length) override | vrs::DiskFileT< FileChunk > | virtual |
| read(T &object) | vrs::DiskFileT< FileChunk > | inline |
| readOnly_ (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| readTextFile(const string &path) | vrs::DiskFileT< FileChunk > | static |
| readZstdFile(const string &path, vector< char > &outContent) | vrs::DiskFileT< FileChunk > | static |
| readZstdFile(const string &path, string &outString) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | static |
| readZstdFile(const string &path, T &object) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | inline |
| readZstdFile(const string &path, void *data, size_t dataSize) | vrs::DiskFileT< FileChunk > | static |
| reopenForUpdates() override | vrs::DiskFileT< FileChunk > | virtual |
| reopenForUpdatesSupported() const override | vrs::DiskFileT< FileChunk > | virtual |
| setCachingStrategy(CachingStrategy) | vrs::FileHandler | inlinevirtual |
| setPos(int64_t offset) override | vrs::DiskFileT< FileChunk > | virtual |
| setStatsCallback(const CacheStatsCallbackFunction &) (defined in vrs::FileHandler) | vrs::FileHandler | inlinevirtual |
| showProgress() const | vrs::FileHandler | inlinevirtual |
| skipForward(int64_t offset) override | vrs::DiskFileT< FileChunk > | virtual |
| staticName() (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | static |
| staticName() (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | |
| truncate() override | vrs::DiskFileT< FileChunk > | virtual |
| trySetPosInCurrentChunk(int64_t offset) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | protected |
| write(const void *buffer, size_t length) override | vrs::DiskFileT< FileChunk > | virtual |
| write(const T &object) | vrs::DiskFileT< FileChunk > | inline |
| WriteFileHandler()=default (defined in vrs::WriteFileHandler) | vrs::WriteFileHandler | |
| writeTextFile(const string &path, const string &text) | vrs::DiskFileT< FileChunk > | static |
| writeZstdFile(const string &path, const void *data, size_t dataSize) | vrs::DiskFileT< FileChunk > | static |
| writeZstdFile(const string &path, const string &string) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | static |
| writeZstdFile(const string &path, const T &object) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | inline |
| writeZstdFile(const string &path, const vector< T > &v) (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | inline |
| ~DiskFileT() override (defined in vrs::DiskFileT< FileChunk >) | vrs::DiskFileT< FileChunk > | |
| ~FileDelegator()=default (defined in vrs::FileDelegator) | vrs::FileDelegator | virtual |