Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIcePatch2-Admin
prevIceStorm-TopicManager
Section


IcePatch2

Overview

module IcePatch2

IcePatch can be used to update file hiearchies in a simple and efficient manner. Checksums ensure file integrity, and data is compressed before download.

Interface Index

Admin — The IcePatch administrative interface.
FileServer — The interface that provides access to files.

Ztop

Exception Index

FileAccessException — This exception is raised if IcePatch2::FileServer::getFileCompressed cannot read the contents of a file.
PartitionOutOfRangeException — The partition argument for IcePatch2::FileServer::getFileInfoSeq was not in the range 0-255.

Ztop

Structure Index

FileInfo — Basic information about a single file.

Ztop

Sequence Index

ByteSeqSeq — A sequence of byte sequences.
FileInfoSeq — A sequence with information about many files.

Ztop

Sequences

sequence<Ice::ByteSeq>
Anchor
ByteSeqSeq
ByteSeqSeq
ByteSeqSeq

A sequence of byte sequences. Each element is the checksum for a partition.

Used By

sequence<FileInfo>
Anchor
FileInfoSeq
FileInfoSeq
FileInfoSeq

A sequence with information about many files.

Used By
Ztop

Znav
nextIcePatch2-Admin
prevIceStorm-TopicManager
Section