Class GroupMappingService.Factory

  • Enclosing interface:
    GroupMappingService

    public static class GroupMappingService.Factory
    extends java.lang.Object
    Factory for creating a new instance.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static GroupMappingService get​(AlluxioConfiguration conf)
      Gets the cached groups mapping service being used to map user-to-groups.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public static GroupMappingService get​(AlluxioConfiguration conf)
        Gets the cached groups mapping service being used to map user-to-groups.
        Returns:
        the groups mapping service being used to map user-to-groups