Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface FileServer |
Return the master checksum for all partitions.
Return the checksums for all partitions.
Read the specified file.
Return the FileInfoSeq for the specified partition.
::Ice::ByteSeq getChecksum(); |
Return the master checksum for all partitions. If this checksum is the same as for a previous run, the entire file set is up-to-date.
[ "ami" ] ::Ice::ByteSeq getFileCompressed(string path, int pos, int num) throws FileAccessException; |
Read the specified file. If the read operation fails, the operation throws FileAccessException. This operation may only return fewer bytes than requested in case there was an end-of-file condition.
[ "ami" ] FileInfoSeq getFileInfoSeq(int partition) throws PartitionOutOfRangeException; |
Return the FileInfoSeq for the specified partition. If the partion number is out of range, the operation throws PartitionOutOfRangException.
A sequence containing the FileInfo structures for files in the specified partition.
<<< Previous | Home | Next >>> |
IcePatch2::FileInfo | Up | IcePatch2::PartitionOutOfRangeException |