public class ClientMapMetaDataFetcher extends MetaDataFetcher
MetaDataFetcher for client side usagelogger| Constructor and Description | 
|---|
| ClientMapMetaDataFetcher(ClientContext clientContext) | 
| 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 ClientMapMetaDataFetcher(ClientContext clientContext)
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.