C# Class Universe.Modules.Archivers.ArchiveWriteRequestExecution

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

Protected Properties

Property Type Description
m_archiveWriter Universe.Framework.Serialization.TarArchiveWriter
m_requestId System.Guid
m_scene IScene
m_sceneObjects List
m_serializer IRegionSerializerModule
m_terrainModule ITerrainModule

Public Methods

Method 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

Protected Methods

Method Description
ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
Save ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void

Method Details

ArchiveWriteRequestExecution() public method

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
return System

Create0p2ControlFile() public static method

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

ReceivedAllAssets() protected method

protected ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
assetsFoundUuids ICollection
assetsNotFoundUuids ICollection
return void

Save() protected method

protected Save ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
assetsFoundUuids ICollection
assetsNotFoundUuids ICollection
return void

Property Details

m_archiveWriter protected_oe property

protected TarArchiveWriter,Universe.Framework.Serialization m_archiveWriter
return Universe.Framework.Serialization.TarArchiveWriter

m_requestId protected_oe property

protected Guid,System m_requestId
return System.Guid

m_scene protected_oe property

protected IScene m_scene
return IScene

m_sceneObjects protected_oe property

protected List m_sceneObjects
return List

m_serializer protected_oe property

protected IRegionSerializerModule m_serializer
return IRegionSerializerModule

m_terrainModule protected_oe property

protected ITerrainModule m_terrainModule
return ITerrainModule