Interface HistoryAffinityAssignment

    • Method Detail

      • isFullSizeInstance

        boolean isFullSizeInstance()
        Should return true if instance is "heavy" and should be taken into account during history size management.
        Returns:
        true if adding this instance to history should trigger size check and possible cleanup.
      • origin

        HistoryAffinityAssignment origin()
        In case this instance is lightweight wrapper of another instance, this method should return reference to an original one. Otherwise, it should return this reference.
        Returns:
        Original instance of this if not applicable.