Uses of Class
com.faunos.skwish.sys.mgr.UnitDir.Seg

Packages that use UnitDir.Seg
com.faunos.skwish.sys.mgr The SegmentStore implementation. 
 

Uses of UnitDir.Seg in com.faunos.skwish.sys.mgr
 

Methods in com.faunos.skwish.sys.mgr that return UnitDir.Seg
 UnitDir.Seg UnitDir.loadSegment()
          Loads and returns an existing BaseSegment from this directory, if it exists; or null, if not found.
 

Methods in com.faunos.skwish.sys.mgr that return types with arguments of type UnitDir.Seg
 List<UnitDir.Seg> LiveSegManager.getBaseSegments()
           
 List<UnitDir.Seg> LiveSegManager.getBaseSegments(List<UnitDir.Seg> out)
           
 

Methods in com.faunos.skwish.sys.mgr with parameters of type UnitDir.Seg
 void LiveSegManager.addSeg(UnitDir.Seg newSeg)
           
 void UnitDir.Seg.appendWithLock(UnitDir.Seg seg)
          Appends the given source segment while holding locks on both this, the destination, and source segments.
protected  boolean LiveSegMerge.betterMergeCandidate(UnitDir.Seg candidate, UnitDir.Seg currentPick)
           
 boolean UnitDir.Seg.covers(UnitDir.Seg segment)
          Determines whether this instance covers the given segment.
 void DeadSegManager.deliver(UnitDir.Seg purgeableSeg)
           
 void SegUndertaker.deliver(UnitDir.Seg purgeableSeg)
           
 void LiveSegManager.updateMerged(UnitDir.Seg purgeableSeg)
           
 

Method parameters in com.faunos.skwish.sys.mgr with type arguments of type UnitDir.Seg
 List<UnitDir.Seg> LiveSegManager.getBaseSegments(List<UnitDir.Seg> out)
           
 

Constructor parameters in com.faunos.skwish.sys.mgr with type arguments of type UnitDir.Seg
LiveSegManager(List<UnitDir.Seg> liveSegments)
           
 



SourceForge.net Logo