Class MultiBucketSingleFileHandshakeResponse
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile.MultiBucketSingleFileHandshakeResponse
- All Implemented Interfaces:
IProcessLogHandshakeResponse,SmartExternalizable,Externalizable,Serializable
public class MultiBucketSingleFileHandshakeResponse
extends Object
implements IProcessLogHandshakeResponse
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiBucketSingleFileHandshakeResponse(long[] lastProcessesKeysBuckets, long lastProcessedGlobalKey) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
MultiBucketSingleFileHandshakeResponse
public MultiBucketSingleFileHandshakeResponse() -
MultiBucketSingleFileHandshakeResponse
public MultiBucketSingleFileHandshakeResponse(long[] lastProcessesKeysBuckets, long lastProcessedGlobalKey)
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getLastProcessesKeysBuckets
public long[] getLastProcessesKeysBuckets() -
getLastProcessedGlobalKey
public long getLastProcessedGlobalKey() -
toLogMessage
- Specified by:
toLogMessagein interfaceIProcessLogHandshakeResponse
-
toString
-