Class GridClientStateRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.rest.client.message.GridClientAbstractMessage
-
- org.apache.ignite.internal.processors.rest.client.message.GridClientStateRequest
-
- All Implemented Interfaces:
Externalizable,Serializable,GridClientMessage
@Deprecated public class GridClientStateRequest extends GridClientAbstractMessage
Deprecated.UseGridClientClusterStateRequestinstead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridClientStateRequest()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanactive()Deprecated.voidactive(boolean active)Deprecated.booleanisReqCurrentState()Deprecated.voidreadExternal(ObjectInput in)Deprecated.voidrequestCurrentState()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
-
-
-
-
Method Detail
-
active
public boolean active()
Deprecated.
-
active
public void active(boolean active)
Deprecated.
-
requestCurrentState
public void requestCurrentState()
Deprecated.
-
isReqCurrentState
public boolean isReqCurrentState()
Deprecated.
-
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
-
-