Home Previous Up Next Index

memoryx::PersistentEntitySegmentBase

Overview

[ "cpp:virtual" ] class PersistentEntitySegmentBase extends PersistentMemorySegment implements EntityMemorySegmentInterface

Derived Classes and Interfaces

GraphMemorySegmentBase
KBMSegmentBase
OacMemorySegmentBase
PersistentAgentInstancesSegmentBase
PersistentDMPDataSegmentBase
PersistentObjectClassSegmentBase
PersistentObjectInstanceSegmentBase
PersistentPredictionDataSegmentBase
PersistentProfilerDataSegmentBase
PersistentRelationSegmentBase
PersistentResourceProfileSegmentBase
PersistentWorldStateSegmentBase
SECObjectRelationsSegmentBase

Operation Index

getReadCollectionsNS
clearReadCollections
addReadCollection
getWriteCollectionNS
setWriteCollection
setSingleRWCollection
findRefsByQuery

Data Member Index

objectTypeId

Operations

NameList getReadCollectionsNS()

void clearReadCollections()

void addReadCollection(CollectionInterface* collNS)

string getWriteCollectionNS()

void setWriteCollection(CollectionInterface* collNS)

void setSingleRWCollection(CollectionInterface* collNS)

EntityRefList findRefsByQuery(string bsonQuery)

Data Members

[ "protected" ] string objectTypeId;


Home Previous Up Next Index