Class ClientClusterGroupProjection
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.client.cluster.ClientClusterGroupProjection
-
public class ClientClusterGroupProjection extends Object
Client cluster group projection representation. Decodes a remote projection request from a client node.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterGroupapply(ClusterGroup clusterGrp)Applies projection.static ClientClusterGroupProjectionread(BinaryRawReader reader)Reads projection from a stream.
-
-
-
Method Detail
-
read
public static ClientClusterGroupProjection read(BinaryRawReader reader)
Reads projection from a stream.- Parameters:
reader- Reader.- Returns:
- Projection.
-
apply
public ClusterGroup apply(ClusterGroup clusterGrp)
Applies projection.- Parameters:
clusterGrp- Source cluster group.- Returns:
- New cluster group instance with the projection.
-
-