armarx::armem::server::ltm::persistence Namespace Reference

Classes

class  DiskPersistence
 Persistence strategy that writes items (e.g. More...
 
class  FileIdentifier
 
class  ItemIdentifier
 For usage if you might want to create the key using some logic defined with your strategy rather than the caller. More...
 
struct  ItemResult
 Retrieved items' data with an origin (resp. More...
 
class  MemoryPersistenceStrategy
 Abstract memory persistence strategy (resp. More...
 
class  RedundantPersistenceStrategy
 Basically the option to use multiple ltm sinks as source or target. More...
 
class  RestPersistence
 Persistence strategy that uses a rest server as its data sink. More...
 

Enumerations

enum  DataType { JSON, PNG }
 

Enumeration Type Documentation

◆ DataType

enum DataType
Enumerator
JSON 
PNG 

Definition at line 11 of file RestPersistence.h.