Class GetEntriesTieredMetaDataRequestInfo
java.lang.Object
com.gigaspaces.internal.space.requests.AbstractSpaceRequestInfo
com.gigaspaces.internal.space.requests.GetEntriesTieredMetaDataRequestInfo
- All Implemented Interfaces:
ISwapExternalizable,SpaceRequestInfo,SmartExternalizable,Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]voidreduce(List<AsyncResult<GetEntriesTieredMetaDataResponseInfo>> asyncResults) voidsetObjectsIds(Object[] objectsIds) voidsetTypeName(String typeName) voidMethods inherited from class com.gigaspaces.internal.space.requests.AbstractSpaceRequestInfo
getSpaceContext, isFromGateway, readFromSwap, setFromGateway, setSpaceContext, 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
-
GetEntriesTieredMetaDataRequestInfo
public GetEntriesTieredMetaDataRequestInfo() -
GetEntriesTieredMetaDataRequestInfo
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractSpaceRequestInfo- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractSpaceRequestInfo- Throws:
IOExceptionClassNotFoundException
-
getObjectsIds
-
setObjectsIds
-
getTypeName
-
setTypeName
-
reduce
public GetEntriesTieredMetaDataResponseInfo reduce(List<AsyncResult<GetEntriesTieredMetaDataResponseInfo>> asyncResults) throws Exception - Throws:
Exception
-