Uses of Class
org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtAffinityAssignmentResponse
-
Packages that use GridDhtAffinityAssignmentResponse Package Description org.apache.ignite.internal.processors.cache.distributed.dht -
-
Uses of GridDhtAffinityAssignmentResponse in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridDhtAffinityAssignmentResponse Modifier and Type Method Description booleanGridDhtAssignmentFetchFuture. onDone(@Nullable GridDhtAffinityAssignmentResponse res, @Nullable Throwable err)Callback to notify that future is finished.voidGridDhtAssignmentFetchFuture. onResponse(UUID nodeId, GridDhtAffinityAssignmentResponse res)
-