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 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
-
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
-