Class SpaceDataSourceLoadTask
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.executors.SystemTask<DataSourceLoadSpaceResponseInfo>
com.gigaspaces.internal.client.spaceproxy.executors.SpaceDataSourceLoadTask
- All Implemented Interfaces:
AsyncResultsReducer<DataSourceLoadSpaceResponseInfo,,SpaceDataSourceLoadResult> DistributedSpaceTask<DataSourceLoadSpaceResponseInfo,,SpaceDataSourceLoadResult> SpaceTask<DataSourceLoadSpaceResponseInfo>,SmartExternalizable,Externalizable,Serializable
public class SpaceDataSourceLoadTask
extends SystemTask<DataSourceLoadSpaceResponseInfo>
implements DistributedSpaceTask<DataSourceLoadSpaceResponseInfo,SpaceDataSourceLoadResult>
- Since:
- 15.5.0
- Author:
- Alon Shoham
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceDataSourceLoadTask(SpaceDataSourceLoadRequest spaceDataSourceLoadRequest) -
Method Summary
Modifier and TypeMethodDescriptionvoidreduce(List<AsyncResult<DataSourceLoadSpaceResponseInfo>> asyncResults) voidMethods inherited from class com.gigaspaces.internal.client.spaceproxy.executors.SystemTask
executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
SpaceDataSourceLoadTask
public SpaceDataSourceLoadTask() -
SpaceDataSourceLoadTask
-
-
Method Details
-
reduce
public SpaceDataSourceLoadResult reduce(List<AsyncResult<DataSourceLoadSpaceResponseInfo>> asyncResults) throws Exception - Specified by:
reducein interfaceAsyncResultsReducer<DataSourceLoadSpaceResponseInfo,SpaceDataSourceLoadResult> - Throws:
Exception
-
getSpaceRequestInfo
- Specified by:
getSpaceRequestInfoin classSystemTask<DataSourceLoadSpaceResponseInfo>
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classSystemTask<DataSourceLoadSpaceResponseInfo>- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classSystemTask<DataSourceLoadSpaceResponseInfo>- Throws:
IOExceptionClassNotFoundException
-