Class GridClientClusterStateRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.rest.client.message.GridClientAbstractMessage
-
- org.apache.ignite.internal.processors.rest.client.message.GridClientClusterStateRequest
-
- All Implemented Interfaces:
Externalizable,Serializable,GridClientMessage
- Direct Known Subclasses:
GridClientClusterStateRequestV2
@Deprecated public class GridClientClusterStateRequest extends GridClientAbstractMessage
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ClusterStatestateDeprecated.New cluster state.
-
Constructor Summary
Constructors Constructor Description GridClientClusterStateRequest()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GridClientClusterStateRequestcurrentState()Deprecated.booleanisReqCurrentState()Deprecated.voidreadExternal(ObjectInput in)Deprecated.ClusterStatestate()Deprecated.static GridClientClusterStateRequeststate(ClusterState state)Deprecated.voidwriteExternal(ObjectOutput out)Deprecated.-
Methods inherited from class org.apache.ignite.internal.processors.rest.client.message.GridClientAbstractMessage
clientId, clientId, destinationId, destinationId, requestId, requestId, sessionToken, sessionToken, toString
-
-
-
-
Field Detail
-
state
protected ClusterState state
Deprecated.New cluster state.
-
-
Method Detail
-
isReqCurrentState
public boolean isReqCurrentState()
Deprecated.
-
state
public ClusterState state()
Deprecated.
-
currentState
public static GridClientClusterStateRequest currentState()
Deprecated.- Returns:
- Current read-only mode request.
-
state
public static GridClientClusterStateRequest state(ClusterState state)
Deprecated.- Parameters:
state- New cluster state.- Returns:
- Cluster state change request.
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Deprecated.- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classGridClientAbstractMessage- Throws:
IOException
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Deprecated.- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classGridClientAbstractMessage- Throws:
IOExceptionClassNotFoundException
-
-