Class PartitionResultsMetadata
java.lang.Object
com.gigaspaces.cluster.loadbalance.PartitionResultsMetadata
- All Implemented Interfaces:
IPartitionResultMetadata
PartitionResultsMetadata is meta data attached to the multiple uids entry/template.
Since uids are just strings, they lose all the information about the space they came for.
PartitionResultsMetadata keeps this data so it can be used to route the uids to specific partition,
instead doing broadcast.
See
Since uids are just strings, they lose all the information about the space they came for.
PartitionResultsMetadata keeps this data so it can be used to route the uids to specific partition,
instead doing broadcast.
See
UidQueryPacket- Since:
- 7.1
- Author:
- anna
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PartitionResultsMetadata
-
-
Method Details
-
getPartitionId
- Specified by:
getPartitionIdin interfaceIPartitionResultMetadata- Returns:
- partition id of this partition
-
getNumOfResults
public int getNumOfResults()- Specified by:
getNumOfResultsin interfaceIPartitionResultMetadata- Returns:
- number of returned results for this partition
-
toString
-