Class RegisterReplicationLocalViewRequestInfo
java.lang.Object
com.gigaspaces.internal.space.requests.AbstractSpaceRequestInfo
com.gigaspaces.internal.space.requests.RegisterReplicationLocalViewRequestInfo
- All Implemented Interfaces:
ISwapExternalizable, SpaceRequestInfo, SmartExternalizable, Externalizable, Serializable
- Since:
- 8.0.5
- Author:
- Niv Ingberg
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintlong -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class AbstractSpaceRequestInfo
getSpaceContext, isFromGateway, readFromSwap, setFromGateway, setSpaceContext, writeToSwapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
templates
-
viewStub
-
batchSize
public int batchSize -
batchTimeout
public long batchTimeout
-
-
Constructor Details
-
RegisterReplicationLocalViewRequestInfo
public RegisterReplicationLocalViewRequestInfo()Required for Externalizable
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractSpaceRequestInfo- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractSpaceRequestInfo- Throws:
IOExceptionClassNotFoundException
-
reduce
public RegisterReplicationLocalViewResponseInfo reduce(List<AsyncResult<RegisterReplicationLocalViewResponseInfo>> results) throws Exception - Throws:
Exception
-