Index - All Packages - All Categories - All Classes

Class TestFlockInfo

Used in conjunction with the TestPacker. Keeps a hash of the last contents that were written to disk.

Package: Udanax-Gold
All Superclasses: Object Heaper FlockLocation FlockInfo
Protocols: Object
Categories: Xanadu-Snarf

Class Methods

forgotten: shep with: snarfID with: index

index = UInt32Zero assert: 'Should have index 0'.

Overrides: FlockInfo class

make: shep with: index

index = UInt32Zero assert: 'Should have index 0'.

Overrides: FlockInfo class

make: info with: snarfID with: index

index = UInt32Zero assert: 'Should have index 0'.

Overrides: FlockInfo class

remembered: shep with: snarfID with: index



Overrides: FlockInfo class

Instance Methods

create: shep with: snarfID with: index with: flags


create: shep with: snarfID with: index with: flags with: size



Overrides: FlockInfo

setContents: bits


updateContentsInfo

Update the contents hash and other information from the current state of the shepherd. Return true if the HASH only has changed since the last time.


Index - All Packages - All Categories - All Classes