public interface GridDhtTopologyFuture extends IgniteInternalFuture<AffinityTopologyVersion>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCacheTopologyValid(GridCacheContext cctx)
Returns is cache topology valid.
|
GridDiscoveryTopologySnapshot |
topologySnapshot()
Gets a topology snapshot for the topology version represented by the future.
|
AffinityTopologyVersion |
topologyVersion()
Gets topology version of this future.
|
GridDiscoveryTopologySnapshot topologySnapshot() throws IgniteCheckedException
IgniteCheckedException - If topology future failed.AffinityTopologyVersion topologyVersion()
boolean isCacheTopologyValid(GridCacheContext cctx)
cctx - Cache context.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015