Class GridDhtAffinityAssignmentRequest

    • Constructor Detail

      • GridDhtAffinityAssignmentRequest

        public GridDhtAffinityAssignmentRequest()
        Empty constructor.
      • GridDhtAffinityAssignmentRequest

        public GridDhtAffinityAssignmentRequest​(long futId,
                                                int grpId,
                                                AffinityTopologyVersion topVer,
                                                boolean sndPartMap)
        Parameters:
        futId - Future ID.
        grpId - Cache group ID.
        topVer - Topology version.
        sndPartMap - True if need send in response cache partitions state.
    • Method Detail

      • sendPartitionsState

        public boolean sendPartitionsState()
        Returns:
        True if need send in response cache partitions state.
      • futureId

        public long futureId()
        Returns:
        Future ID.
      • addDeploymentInfo

        public boolean addDeploymentInfo()
        Deployment enabled flag indicates whether deployment info has to be added to this message.
        Specified by:
        addDeploymentInfo in class GridCacheMessage
        Returns:
        true or if deployment info must be added to the the message, false otherwise.
      • directType

        public short directType()
        Gets message type.
        Returns:
        Message type.