public interface ClusterTask<V> extends Runnable, Externalizable
Externalizable
and Runnable
, which are both required for
sending invokable tasks across a cluster.Modifier and Type | Method and Description |
---|---|
V |
getResult() |
readExternal, writeExternal
V getResult()
Copyright © 2003–2019 Ignite Realtime. All rights reserved.