class GroupIdManager extends AnyRef

Class for converting column values to group ID.

Ints can just be returned, but a map of Long and String values is maintained so that unique and consistent values can be returned.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroupIdManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GroupIdManager()

Value Members

  1. def getUniqueIdForGroup(groupValue: Any): Int

    Convert a group ID into a unique Int.

    Convert a group ID into a unique Int.

    groupValue

    The original group ID value