Class MultiBucketSingleFileHandshakeRequest
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile.MultiBucketSingleFileHandshakeRequest
- All Implemented Interfaces:
IBacklogHandshakeRequest,SmartExternalizable,Externalizable,Serializable
- Direct Known Subclasses:
MultiBucketSingleFileReliableAsyncHandshakeRequest
public class MultiBucketSingleFileHandshakeRequest
extends Object
implements IBacklogHandshakeRequest
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiBucketSingleFileHandshakeRequest(long globalConfirmedKey, long[] bucketsConfirmedKeys, boolean firstHandshake) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.internal.cluster.node.impl.backlog.IBacklogHandshakeRequest
isResetTarget, setResetTargetMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
MultiBucketSingleFileHandshakeRequest
public MultiBucketSingleFileHandshakeRequest(long globalConfirmedKey, long[] bucketsConfirmedKeys, boolean firstHandshake) -
MultiBucketSingleFileHandshakeRequest
public MultiBucketSingleFileHandshakeRequest()
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
isFirstHandshake
public boolean isFirstHandshake()- Specified by:
isFirstHandshakein interfaceIBacklogHandshakeRequest
-
getBucketsConfirmedKeys
public long[] getBucketsConfirmedKeys() -
getGlobalConfirmedKey
public long getGlobalConfirmedKey() -
toLogMessage
- Specified by:
toLogMessagein interfaceIBacklogHandshakeRequest
-
toString
-