Package | Description |
---|---|
agi.foundation.tracking |
Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments.
|
Modifier and Type | Method and Description |
---|---|
TrackingTypeArchiverCollection |
IEntityArchiveDescriptor.getArchivers()
Gets the default list of archivers needed for archiving this type of entity.
|
TrackingTypeArchiverCollection |
TrackingArchive.getTypeArchivers()
Gets the collection of
TrackingTypeArchivers that is used
to archive the properties of entities. |
Constructor and Description |
---|
MemoryArchive(TypeLiteral<TEntity> typeLiteralTEntity,
TransactionContext context,
TrackingTypeArchiverCollection typeArchivers)
Construct a new instance with the provided context and type archivers.
|
TrackingArchive(TypeLiteral<TEntity> typeLiteralTEntity,
TransactionContext context,
TrackingTypeArchiverCollection typeArchivers)
Initializes a new instance using the provided
TransactionContext and a
specified collection of type archivers. |
TrackingTypeArchiverCollection(TrackingTypeArchiverCollection collection)
Initializes a new instance as a copy of an existing instance.
|