protected static class MetaDataFetcher.ResultHolder extends Object
Modifier | Constructor and Description |
---|---|
protected |
ResultHolder() |
Modifier and Type | Method and Description |
---|---|
Collection<Map.Entry<String,List<Map.Entry<Integer,Long>>>> |
getNamePartitionSequenceList() |
Collection<Map.Entry<Integer,UUID>> |
getPartitionUuidList() |
void |
populate(Collection<Map.Entry<Integer,UUID>> partitionUuidList,
Collection<Map.Entry<String,List<Map.Entry<Integer,Long>>>> namePartitionSequenceList) |
public void populate(Collection<Map.Entry<Integer,UUID>> partitionUuidList, Collection<Map.Entry<String,List<Map.Entry<Integer,Long>>>> namePartitionSequenceList)
public Collection<Map.Entry<String,List<Map.Entry<Integer,Long>>>> getNamePartitionSequenceList()
public Collection<Map.Entry<Integer,UUID>> getPartitionUuidList()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.