public class MemberMapMetaDataFetcher extends MetaDataFetcher
MetaDataFetcher for member side usagelogger| Constructor and Description | 
|---|
| MemberMapMetaDataFetcher(ClusterService clusterService,
                        OperationService operationService,
                        ILogger logger) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Object> | assignAndGetUuids()Gets or assigns partition-uuids before start of  RepairingTaskand returns a list of partition-id,
 partition-uuid pairs. | 
| protected void | process(InternalCompletableFuture future,
       ConcurrentMap<String,RepairingHandler> handlers) | 
| protected List<InternalCompletableFuture> | scanMembers(List<String> names) | 
fetchMetadata, repairSequences, repairUuidspublic MemberMapMetaDataFetcher(ClusterService clusterService, OperationService operationService, ILogger logger)
protected List<InternalCompletableFuture> scanMembers(List<String> names)
scanMembers in class MetaDataFetcherprotected void process(InternalCompletableFuture future, ConcurrentMap<String,RepairingHandler> handlers)
process in class MetaDataFetcherpublic List<Object> assignAndGetUuids() throws Exception
MetaDataFetcherRepairingTask and returns a list of partition-id,
 partition-uuid pairs.
 This method is likely to be called only one time during the life-cycle of a client.
assignAndGetUuids in class MetaDataFetcherException - possible exceptions raised by remote callsCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.