Uses of Interface
org.codehaus.wadi.location.partitionmanager.local.LocalPartition

Packages that use LocalPartition
org.codehaus.wadi.location.partition   
org.codehaus.wadi.location.partitionmanager   
org.codehaus.wadi.location.partitionmanager.facade   
org.codehaus.wadi.location.partitionmanager.local   
 

Uses of LocalPartition in org.codehaus.wadi.location.partition
 

Fields in org.codehaus.wadi.location.partition with type parameters of type LocalPartition
protected  java.util.Map<PartitionInfo,LocalPartition> PartitionTransferRequest.partitionInfoToLocalPartition
           
 

Methods in org.codehaus.wadi.location.partition that return types with arguments of type LocalPartition
 java.util.Map<PartitionInfo,LocalPartition> PartitionTransferRequest.getPartitionInfoToLocalPartition()
           
 

Methods in org.codehaus.wadi.location.partition with parameters of type LocalPartition
 void BasicPartitionRepopulateTask.repopulate(LocalPartition[] toBePopulated)
           
 void PartitionRepopulateTask.repopulate(LocalPartition[] toBePopulated)
           
protected  void BasicPartitionRepopulateTask.repopulate(LocalPartition[] toBePopulated, Peer peer, java.util.Map keyToSessionNames)
           
protected  Quipu BasicPartitionRepopulateTask.sendRepopulateRequest(LocalPartition[] toBePopulated)
           
 

Constructor parameters in org.codehaus.wadi.location.partition with type arguments of type LocalPartition
PartitionTransferRequest(java.util.Map<PartitionInfo,LocalPartition> partitionInfoToLocalPartition)
           
 

Uses of LocalPartition in org.codehaus.wadi.location.partitionmanager
 

Methods in org.codehaus.wadi.location.partitionmanager with parameters of type LocalPartition
protected  void SimplePartitionManager.repopulate(LocalPartition[] toBePopulated)
           
 

Uses of LocalPartition in org.codehaus.wadi.location.partitionmanager.facade
 

Methods in org.codehaus.wadi.location.partitionmanager.facade with parameters of type LocalPartition
 Partition PartitionFacade.setContent(PartitionInfo partitionInfo, LocalPartition content)
           
 Partition VersionAwarePartitionFacade.setContent(PartitionInfo partitionInfo, LocalPartition content)
           
 

Uses of LocalPartition in org.codehaus.wadi.location.partitionmanager.local
 

Classes in org.codehaus.wadi.location.partitionmanager.local that implement LocalPartition
 class BasicLocalPartition
           
 

Methods in org.codehaus.wadi.location.partitionmanager.local with parameters of type LocalPartition
 void LocalPartition.merge(LocalPartition content)
           
 void BasicLocalPartition.merge(LocalPartition content)
           
 

Constructors in org.codehaus.wadi.location.partitionmanager.local with parameters of type LocalPartition
BasicLocalPartition(Dispatcher dispatcher, LocalPartition prototype)
           
 



Copyright © 2010. All Rights Reserved.