C# Class Universe.Modules.Archivers.ArchiveWriteRequestExecution

Execute the write of an archive once we have received all the necessary data
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Protected Properties

Свойство Type Description
m_archiveWriter Universe.Framework.Serialization.TarArchiveWriter
m_requestId System.Guid
m_scene IScene
m_sceneObjects List
m_serializer IRegionSerializerModule
m_terrainModule ITerrainModule

Méthodes publiques

Méthode Description
ArchiveWriteRequestExecution ( List sceneObjects, ITerrainModule terrainModule, IRegionSerializerModule serializer, IScene scene, TarArchiveWriter archiveWriter, System.Guid requestId ) : System
Create0p2ControlFile ( ) : string

Create the control file for a 0.8 version archive

Méthodes protégées

Méthode Description
ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
Save ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void

Method Details

ArchiveWriteRequestExecution() public méthode

public ArchiveWriteRequestExecution ( List sceneObjects, ITerrainModule terrainModule, IRegionSerializerModule serializer, IScene scene, TarArchiveWriter archiveWriter, System.Guid requestId ) : System
sceneObjects List
terrainModule ITerrainModule
serializer IRegionSerializerModule
scene IScene
archiveWriter Universe.Framework.Serialization.TarArchiveWriter
requestId System.Guid
Résultat System

Create0p2ControlFile() public static méthode

Create the control file for a 0.8 version archive
public static Create0p2ControlFile ( ) : string
Résultat string

ReceivedAllAssets() protected méthode

protected ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
assetsFoundUuids ICollection
assetsNotFoundUuids ICollection
Résultat void

Save() protected méthode

protected Save ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
assetsFoundUuids ICollection
assetsNotFoundUuids ICollection
Résultat void

Property Details

m_archiveWriter protected_oe property

protected TarArchiveWriter,Universe.Framework.Serialization m_archiveWriter
Résultat Universe.Framework.Serialization.TarArchiveWriter

m_requestId protected_oe property

protected Guid,System m_requestId
Résultat System.Guid

m_scene protected_oe property

protected IScene m_scene
Résultat IScene

m_sceneObjects protected_oe property

protected List m_sceneObjects
Résultat List

m_serializer protected_oe property

protected IRegionSerializerModule m_serializer
Résultat IRegionSerializerModule

m_terrainModule protected_oe property

protected ITerrainModule m_terrainModule
Résultat ITerrainModule