Class BroadcastTableSpaceRequestInfo
java.lang.Object
com.gigaspaces.internal.space.requests.AbstractSpaceRequestInfo
com.gigaspaces.internal.space.requests.BroadcastTableSpaceRequestInfo
- All Implemented Interfaces:
ISwapExternalizable,SpaceRequestInfo,SmartExternalizable,Externalizable,Serializable
- Direct Known Subclasses:
ClearBroadcastTableEntriesSpaceRequestInfo,PullBroadcastTableEntriesSpaceRequestInfo,PushBroadcastTableEntriesSpaceRequestInfo,PushBroadcastTableEntrySpaceRequestInfo
- Since:
- 15.8.0
- Author:
- alon shoham
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreduce(List<AsyncResult<BroadcastTableSpaceResponseInfo>> asyncResults) Methods inherited from class com.gigaspaces.internal.space.requests.AbstractSpaceRequestInfo
getSpaceContext, isFromGateway, readExternal, readFromSwap, setFromGateway, setSpaceContext, writeExternal, writeToSwapMethods 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
-
BroadcastTableSpaceRequestInfo
public BroadcastTableSpaceRequestInfo()
-
-
Method Details
-
getAction
-
reduce
public BroadcastTableSpaceResponseInfo reduce(List<AsyncResult<BroadcastTableSpaceResponseInfo>> asyncResults) throws Exception - Throws:
Exception
-