Interface KeyCacheObject

    • Method Detail

      • hashCode

        int hashCode()
        Overrides:
        hashCode in class Object
        Returns:
        Key hash code.
      • internal

        boolean internal()
        Returns:
        True if internal cache key.
      • partition

        int partition()
        Returns:
        Partition ID for this key or -1 if it is unknown.
      • partition

        void partition​(int part)
        Sets partition ID for this key.
        Parameters:
        part - Partition ID.
      • copy

        KeyCacheObject copy​(int part)
        Parameters:
        part - Partition ID.
        Returns:
        Copy of this object with given partition set.