Interface RegionGroupingProvider.RegionGroupingStrategy

All Known Implementing Classes:
BoundedGroupingStrategy, NamespaceGroupingStrategy, RegionGroupingProvider.IdentityGroupingStrategy
Enclosing class:
RegionGroupingProvider

Map identifiers to a group number.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    group(byte[] identifier, byte[] namespace)
    Given an identifier and a namespace, pick a group.
    void
    init(org.apache.hadoop.conf.Configuration config, String providerId)