org.planx.xmlstore.regions
Class MSDSharer

java.lang.Object
  extended by org.planx.xmlstore.regions.Sharer
      extended by org.planx.xmlstore.regions.MSDSharer

public class MSDSharer
extends Sharer


Field Summary
 
Fields inherited from class org.planx.xmlstore.regions.Sharer
bgTask, invocations, isDiscriminated, isIterated, manager, timer
 
Method Summary
 void share()
          Incremental sharing algorithm.
 Compactor.Statistics share(Region r)
          Request weak-discrimination of the specified Region.
 Compactor.Statistics share(Region r1, Region r2)
          Request weak-discrimination of the specified Regions.
 
Methods inherited from class org.planx.xmlstore.regions.Sharer
invocations, isDiscriminated, isIterated, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

share

public void share()
           throws IOException,
                  UnknownReferenceException
Incremental sharing algorithm.

Specified by:
share in class Sharer
Throws:
IOException
UnknownReferenceException

share

public Compactor.Statistics share(Region r)
                           throws IOException,
                                  UnknownReferenceException
Request weak-discrimination of the specified Region.

Throws:
IOException
UnknownReferenceException

share

public Compactor.Statistics share(Region r1,
                                  Region r2)
                           throws IOException,
                                  UnknownReferenceException
Request weak-discrimination of the specified Regions.

Throws:
IOException
UnknownReferenceException


Copyright © 2010. All Rights Reserved.