Class SplitHttpSessionModel.ElasticKey<P,​Integer>

    • Constructor Detail

      • ElasticKey

        public ElasticKey()
        Default constructor.
      • ElasticKey

        public ElasticKey​(P primary,
                          Integer secondary)
        Create a new ElasticKey that consists of the given primary and secondary components.
        Parameters:
        primary - the primary key component; must not be null. This is also the host key returned by the KeyAssociation implementation
        secondary - the secondary key component; must not be null