com.hazelcast.spi.impl
Class CallTimeoutResponse
java.lang.Object
com.hazelcast.spi.impl.Response
com.hazelcast.spi.impl.CallTimeoutResponse
- All Implemented Interfaces:
- DataSerializable, IdentifiedDataSerializable
public class CallTimeoutResponse
- extends Response
- implements IdentifiedDataSerializable
An response that indicates that the execution of a single call ran into a timeout.
Method Summary |
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class. |
int |
getId()
Returns type identifier for this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallTimeoutResponse
public CallTimeoutResponse()
CallTimeoutResponse
public CallTimeoutResponse(long callId,
boolean urgent)
getFactoryId
public int getFactoryId()
- Description copied from interface:
IdentifiedDataSerializable
- Returns DataSerializableFactory factory id for this class.
- Specified by:
getFactoryId
in interface IdentifiedDataSerializable
- Overrides:
getFactoryId
in class Response
- Returns:
- factory id
getId
public int getId()
- Description copied from interface:
IdentifiedDataSerializable
- Returns type identifier for this class. Id should be unique per DataSerializableFactory.
- Specified by:
getId
in interface IdentifiedDataSerializable
- Returns:
- type id
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.