Template Class BuffersVector

Class Documentation

template <typename EntryType, typename DataStructure>
class BuffersVector

Vector of buffers, of size NumLocalities-1, accessed by the remote locality ID

Public Types

template<>
using BufferType = Buffer<EntryType, DataStructure>

Public Functions

BuffersVector(ObjectIdentifier<DataStructure> oid)
void Insert(const EntryType &entry, const rt::Locality &tgtLoc)
void AsyncInsert(rt::Handle &handle, const EntryType &entry, const rt::Locality &tgtLoc)
void FlushAll()
void AsyncFlushAll(rt::Handle &handle)