LeviLamina
Loading...
Searching...
No Matches
ClientBlobCache::Server::ActiveTransfersManager Class Reference
Inheritance diagram for ClientBlobCache::Server::ActiveTransfersManager:

Classes

class  TransferTracker

Public Types

using CacheMap = ::std::map<uint64, ::std::weak_ptr<::ClientBlobCache::Server::Blob>>
using CacheMapIterator

Public Member Functions

MCAPI ::std::shared_ptr<::ClientBlobCache::Server::BlobdropBlobFor (::NetworkIdentifier const &client, uint64 id)
MCAPI void enableCacheFor (::NetworkIdentifier const &client)
MCAPI bool isCacheEnabledFor (::NetworkIdentifier const &client) const
MCAPI ::std::shared_ptr<::ClientBlobCache::Server::BlobrememberBlob (uint64 id, ::std::string &data, bool isChunkInTickRange)
MCAPI void $dtor ()
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 64, ::std::unordered_map< ::NetworkIdentifier, ::std::unique_ptr<::ClientBlobCache::Server::ActiveTransfersManager::TransferTracker > > > mTransferTrackerMap
::ll::TypedStorage< 8, 16, ::std::map< uint64, ::std::weak_ptr<::ClientBlobCache::Server::Blob > > > mSentBlobs
::ll::TypedStorage< 8, 8, uint64 > mCacheSizeBytes
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Member Typedef Documentation

◆ CacheMapIterator

using ClientBlobCache::Server::ActiveTransfersManager::CacheMapIterator
Initial value:
::std::_Tree_iterator<::std::_Tree_val<
::std::_Tree_simple_types<::std::pair<uint64 const, ::std::weak_ptr<::ClientBlobCache::Server::Blob>>>>>

Member Function Documentation

◆ $vftable()

MCAPI void ** ClientBlobCache::Server::ActiveTransfersManager::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: