Uses of Interface
com.gigaspaces.internal.query.IPartitionResultMetadata
Packages that use IPartitionResultMetadata
Package
Description
-
Uses of IPartitionResultMetadata in com.gigaspaces.cluster.loadbalance
Classes in com.gigaspaces.cluster.loadbalance that implement IPartitionResultMetadataModifier and TypeClassDescriptionclassPartitionResultsMetadata 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.
SeeUidQueryPacket -
Uses of IPartitionResultMetadata in com.gigaspaces.internal.client
Methods in com.gigaspaces.internal.client that return types with arguments of type IPartitionResultMetadataConstructors in com.gigaspaces.internal.client with parameters of type IPartitionResultMetadataModifierConstructorDescriptionReadTakeEntriesUidsResult(String[] uids, IPartitionResultMetadata metadata) Constructor parameters in com.gigaspaces.internal.client with type arguments of type IPartitionResultMetadataModifierConstructorDescriptionReadTakeEntriesUidsResult(String[] uids, List<IPartitionResultMetadata> metadata) -
Uses of IPartitionResultMetadata in com.gigaspaces.internal.query
Classes in com.gigaspaces.internal.query that implement IPartitionResultMetadata