public class ClientDiscoveryService extends Object implements Iterator<CandidateClusterContext>
Constructor and Description |
---|
ClientDiscoveryService(int configsTryCount,
ArrayList<CandidateClusterContext> discoveryServices) |
Modifier and Type | Method and Description |
---|---|
CandidateClusterContext |
current() |
boolean |
hasNext() |
CandidateClusterContext |
next() |
void |
remove() |
void |
resetSearch() |
void |
shutdown() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ClientDiscoveryService(int configsTryCount, ArrayList<CandidateClusterContext> discoveryServices)
public void resetSearch()
public boolean hasNext()
hasNext
in interface Iterator<CandidateClusterContext>
public CandidateClusterContext current()
public CandidateClusterContext next()
next
in interface Iterator<CandidateClusterContext>
public void remove()
remove
in interface Iterator<CandidateClusterContext>
public void shutdown()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.